Andre writes in
VERSIONARY::BLOG
Here is my shortlist of initial queries:
1. Is there a dynamic tempating framework similiar to Tiles? Whats the best practice used by most WW guys?
2. Is there a Valididator engine, other than rolling your own doValidation method? Do you guys use the Commons Validator?
3. Is there a html taglib engine similiar to struts-html ?
I try to give an answer below.
VERSIONARY::BLOG
Here is my shortlist of initial queries:
1. Is there a dynamic tempating framework similiar to Tiles? Whats the best practice used by most WW guys?
No, there is no framework lite tiles shipping with webwork. As far as I can see, sitemesh from opensymphony can do similiar things. I know that sitemash is used by many WebWork users.
2. Is there a Valididator engine, other than rolling your own doValidation method? Do you guys use the Commons Validator?
No, there isn’t an standard validation mechanism beside Action.doValidate()
3. Is there a html taglib engine similiar to struts-html?
Webwork ships with it’s own tag library to render the result of an action in a .jsp page.
It support collections and covers a broad range of applications.