Results 1 to 2 of 2

Thread: Acquiring Remote Objects Through JNDI

  1. #1
    Join Date
    Jun 2010
    Posts
    1

    Question Acquiring Remote Objects Through JNDI

    Hi Everyone,

    Currently, I am able to setup my spring application to acquire local objects since my web application and ejb application are both deployed in the same application server (which also means both are on the same machine).
    However I want deploy my web application on a separate machine with that of the ejb application. My question is, how can I configure my spring web application to acquire remote objects (maybe through JNDI) from the ejb application sitting on a different (remote) machine?

    Regards,
    - Pat
    Last edited by thinkbox; Jun 11th, 2010 at 02:55 AM.

  2. #2

    Default

    I did a google search and this link came up. Try it out. I hope this helps.

    http://www.zabada.com/technology/Wik...eEJBWithSpring

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
  •