Results 1 to 2 of 2

Thread: Access ApplicationContainer (in appserver) from Standalone application

  1. #1
    Join Date
    Aug 2008
    Posts
    1

    Question Access ApplicationContainer (in appserver) from Standalone application

    Hi,

    I have by one side a java standalone application, and for other side a web application with Spring. I need the standalone application uses the services declared in the web application.

    I think that the standalone application need to access the application context loaded in app server. how can I do it???????

    Sorry my english!!! I am from Argentina.

    Thanks in advance.

  2. #2

    Default

    You should take a look at Spring Remoting. A simple strategy such as HTTPInvoker (see 17.4 in the link below) will make quick work of what you are trying to do.

    http://static.springframework.org/sp.../remoting.html

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •