Results 1 to 4 of 4
- 01-25-2011, 12:08 AM #1
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
Suggestions on Multi Client Java Application
Hi all,
I am currently designing a standalone Java application that can potentially talk to different external APIs (e.g. WebServices, XMLRPC server, JSON servlets etc).
I am wondering if anyone has any ideas as to what technology to use to implement my above design? Would JMS be an appropriate application or do I need some to implement server logic to send and get requests/responses from these different APIs.
Thank you.
Kind regards.
- 01-25-2011, 04:24 AM #2
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
I think you need to explore the API's specific to each type for a standalone app. Most people would probably not attempt this with a standalone app, but would start with a webserver infrastructure and go from there.
- 01-25-2011, 05:06 AM #3
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
Suggestions on Multi Client Java Application
Thank you very much toadaly.
May I ask you to expand on what you mean by a webserver infrastructure?
I am essentially planning on implementing the following infrastructure:
1 webserver (to serve clients with data) <---> 1 data server (the standalone application I was talking about earlier to interface, gather and process data from various external APIs) <---> Multiple external APIs
Should I have the data server application sitting behind a webserver (e.g. tomcat?) or should I have it as a standalone application that implements sockets (one per API) to send and obtain requests/response to and fro the different APIs.
Thank you.
Kind regards.
- 01-25-2011, 05:24 AM #4
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
ok, so if you're already planning to use a webserver, then use what it offers. For example, XMLRPC is supported in apache servlets. For JSON, there are JSON bridges available for tomcat too.
Personally, I'd probably start by seeing if I could get everything I needed from jsp using tomcat. I've only written a few apps like this, so I don't consider myself an expert, so for what it's worth...
Similar Threads
-
Multi Client-Bingo
By Aga^^ in forum NetworkingReplies: 0Last Post: 05-23-2009, 05:21 PM -
Desktop Application - Suggestions
By jedai in forum AWT / SwingReplies: 0Last Post: 04-26-2009, 04:43 AM -
Multi-user chat server and client
By 435.mahesh in forum Java SoftwareReplies: 6Last Post: 04-25-2009, 12:45 AM -
Multi Client TCP or UDP
By hunterbdb in forum NetworkingReplies: 8Last Post: 10-17-2008, 04:10 AM -
Java application help and suggestions required
By bilal_ali_java in forum Advanced JavaReplies: 0Last Post: 07-18-2007, 03:11 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks