|
From: Matt R. <li...@ra...> - 2005-02-03 20:29:23
|
Hey guys, I've noticed that there's a lack of reference documentation on how to integrate the various web frameworks with Spring. There's information on Tapestry, but nothing on JSF, Struts or WebWork. While I can understand the lack of WebWork documentation (since Spring doesn't host the classes), I'd like to help out and contribute what I've written for Struts and JSF. I'd be happy to contribute WebWork as well, but only if you think adding it to Spring's documentation is appropriate. If you're interested, please let me know what reference files I should modify. Tapestry's documentation is under "views.xml" - but it's not really a view. Maybe there should be a new file created that explains generic web framework integration (by getting the ApplicationContext from the servlet context) and specific integration strategies for JSF, Struts, Tapestry and WebWork? I was planning on modifying (or adding) the existing XML files and then submitting patches to JIRA. Is that the best option? Thanks, Matt |