-
Jan 18th, 2007, 09:40 PM
#1
Remoting through Spring ... RMI or HTTP?
Hi,
I have a remoting need in my NON-WEB based application. That means I would not be running my application in a web container. (Since Springs remoting is laid out to be simple am using the same.)
Am trying to decide on whether to use RMI-Invoker or HTTP-Invoker. Is HTTP Invoker out of question since am not running inside a web container?
Thanks
Last edited by amit_vijayant; Jan 19th, 2007 at 01:33 AM.
Reason: Nobody looking so maybe catchy header required
-
Jan 20th, 2007, 08:53 AM
#2
Why not just use something like Jetty embedded in your Java app combined w/HttpInvoker?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules