• 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

Choosing web application framework

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is been many years since I have worked on Web projects. I am developing a small web application involving few web pages.

The requirements are
1. Handling user accounts
2. Pages have date fields, the framework should support date picker
3. Validating input fields like date, email and displaying the same page if user has not entered value

I have started with JSF(MyFaces) for building the application. Items 2 and 3 worked fine. Some of our back end code is in groovy. I could integrate that fine.

I have heard of grails. Would like to know from ranchers whether it makes sense to consider grails and does that framework satisfy my simple requirement. We are comfortable with groovy.
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying out grails. It is looking great.
 
reply
    Bookmark Topic Watch Topic
  • New Topic