Results 1 to 2 of 2

Thread: Basic question about remoting through Spring

Hybrid View

  1. #1

    Default 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

  2. #2
    Join Date
    Jan 2007
    Posts
    139

    Default

    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
  •