• 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:

Framework for application

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I want to design a Online test application in j2ee. The questions are in the database. Can anyone tell me which framework should i consider. Can you please chip in your idea's or recommendation. I am bit confused as of now about how to go ahead.

Regards
Makarand Parab
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would use Struts and Tiles framework and for the core logic use spring. So let spring handle the database stuff and Struts handle the controller and view aspect of the application. There are some good tutorials out there for both struts and spring. Spring in Action is a really good book when it comes to spring. i definitely recommend that book. Hope that helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic