• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB and deployment

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
We have Done EJB and call them remotely, but all our EJB's are deployed on single system/ machine. Suppose i have 2 EJBs, 1 entity and 1 more Stateless which calls the entity. I want to deploy my Stateless bean ( only stateless bean) on 1 system ( say Sys1) and my entity bean ( only entity) on another( say Sys2).. what changes i need to make so that my Statefull on "Sys1" calls the entity on "Sys2" ? I think changes are to be made only at the app server Deployment level, but iam not sure about that. Can some one throw a light on this.
Thanks in advance
Hari
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The main differences are all in the deployment descriptors, as long as you havent used any local interfaces
 
reply
    Bookmark Topic Watch Topic
  • New Topic