• 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

Is site sitemesh any good ?

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is site sitemesh any good in a Spring 3.0 MVC project? What are the Pros and Cons of using it. Currently I am working with MyEclipse for Spring. It has a Scaffold feature to look at your database tables which creates all the CRUD methods DAO, Domain Beans, Controllers and Services and it also creates a UI interface in JSP using the SiteMesh to access all the CRUD for the database tables. I am trying to decided if I should learn sitemesh to change the screens to make them more what my users are asking for or just skip using sitemesh and code my own JSP's calling the generated controllers, services and DAO.

Thanks
 
Would you like to try a free sample? Today we are featuring tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic