I'm considering putting to together a "Web Starter Kit" (WSK or wisk) for starting J2EE webapp projects. Basically, it would be all the technology which goes into iteration 0 of such a project, all hooked together to help others get a jump start. It becomes tiresome to redo the same week's worth of plumbing on every new project. I'm thinking of constructing it with:
- Maven
- Tomcat
- JSPWiki
- JUnit
- HttpUnit
- JWebUnit or Cactus
- JCoverage
- CruiseControl
- Struts + Tiles
- XDoclet
- Hibernate or JDO
What would you add? What would you change?
No comments:
Post a Comment