• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Frameworks according to layers

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
I am developing a web application in java I just want to compare the frameworks and start my web application with best frameworks,please helpme out like
1.what are the Presentation layer frameworks in java and also that support springMVC and Struts2
2.What are the Persistance layer frameworks in java and alsothat support springMVC and Struts2
3.What are the Middle tier frameworks and what do you suggest as best

Thanks in advance
 
Ranch Hand
Posts: 32
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Presentation/Business/Persistence
Struts+Spring+Hibernate
Struts + Spring + EJB
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Web Layer - Spring Web MVC, Struts, JSF, Tapestry, etc.
Persistence Layer - Hibernate, Toplink, iBATIS
Infrastructure Layer - Spring framework
 
reply
    Bookmark Topic Watch Topic
  • New Topic