• 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

little help!

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi!

I am new to J2EE and I haven't good idea about web application frameworks and overall j2ee frameworks.I have to develop some web application (eg-web based library system) and I have no idea about which frameworks needed to use for the project.I have to consider about some highly interactive pages as well as powerful operations on the server and the database .Please be kind enough to help me to choose some framework for that project , it has been very tough for me because there are over 100 J2EE web application frameworks in java.



 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't *need* to use any framework - the Servlet API along with JSP and JDBC can handle everything (although I'll grant that it's a rare web app to make do with just those these days). There isn't any single best framework for all circumstances, so unless you tell us in detail what you want the framework to do, we can't really advise on how to choose one.
 
Tharindu Rajarathna
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Appreciate your kindness Ulf Dittmer and sorry for the very late reply! I know,the Servlet API along with JSP and JDBC enough to handle everything .But I would like to learn some frameworks and decided to use Struts (used to implement the MVC Architecture),Spring(increasing development productivity),Hibernate/JPA (db) and extjs(extend the user friendliness)for the project .Like to know your ideas .Thanks for your help!
reply
    Bookmark Topic Watch Topic
  • New Topic