• 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

Cost Of Using Web Services Over EJB

 
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 all,

I am working on a product(enterprise-level application) which is built using GWT, Struts 2 and Hibernate 3. This will be deployed to n different clients. I need to separate web tier and business tier servers. I am in process of finalizing whether to use EJB/Spring or Web services to separate Web tier server and business tier server. So there is possibility that these server will be on different networks or there may be on same network also, due to vary nature of each deployment. I need to finalize on one solution which will be best overall.

I want to know how costly it is to use web services when these servers are on the same network. In which case, EJB could solve the problem. What additional (I mean additional to EJB/Spring) non-functional requirement and development effort cost would be there?


 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
https://coderanch.com/t/468498/Web-Services/java/Design-Pattern-Migrate-BL-As
 
Vish Shukla
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I would like to ask one question to moderators that why my earlier post
https://coderanch.com/t/468498/Web-Services/java/Design-Pattern-Migrate-BL-As is locked..


I am in so much hurry to get answer of last post in that topic.


reply
    Bookmark Topic Watch Topic
  • New Topic