• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Can EJB Server And Web Server Reside At Remote Locations On Internet

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

In the project I am working on, there is requirement for separating web tier server and business tier server. If I am going to use EJB for calling remote methods, does it really matter that whether these two server are on same network or are located on remote sites on Internet? Can I still use EJB session beans to do remote method invocation? If yes, then can someone please suggest what difficulties can arise or it would be great if I can get some tutorial or steps to achieve this.
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Web Tier and Business Tier can live in different servers. And yes, using remote EJB is a right way to achieve it.

Both servers should reside in the same network for security and performance reasons. The two of them must be behind a firewall and probably you will need a LAN with a high bandwidth to communicate both tiers.

Hope this helps,

Manuel
 
Their achilles heel is the noogie! Give them noogies tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic