• 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

EJB Or Spring To Separate Web Tier And Business Tier

 
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 enterprise application that is build using GWT, Struts 2 and Hibernate 3. I am following complete MVC architecture in which I have presentation in GWT, Action layer in Struts 2 used by client, BL as Facade layer used by Action layer and persistence layer used by facade layer. Now I want to migrate my Facade layer to separate Business Tier server. I am planning to do it by using session beans of EJB. My target is just separation of web and business layers to different servers. Which can reside on remote locations over internet.

I want to know that which technology would better suit for this purpose? I have heard that Spring can resolve this issue very easily as well. I am new to both the technologies EJB & Spring. It would be great if I can get on which way to go and which solution will be more maintainable, scalable and less time consuming. Specially when my half of the application is already developed.
 
Bartender
Posts: 1638
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may get a better response in EJB forum than Distributed Java. Moving....
 
What are you doing in my house? Get 'em 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