What is best way in Eclipse/MyEclipse to create web module that would include web, struts support, and our own specific jars and resources to serve as a boilerplate webapp that our developers can start development from?
We would like a new project wizard that can walk users though the creation steps, similar to what ME currently provide for J2EE/Web Module project. The automation would reduce the # of manual steps and creates the appropriate structure that would meet our development, build/release and deployment standards. Would it make sense to call the ME’s code to create the Web Module and to add Struts support, etc… and also insert our resource-specific elements into the resulting project? Or is it better to programmatically import an exploded structure from the filesystem, CVS, etc… and tweaking the setting afterward? It would be great to extend from ME’s wizard UI and add only our additional resources so we don’t reinvent the wheel.
Sorry if this is not in the right forum. It’s not a ME usage but I don’t know where else to post it. Please move it as necessary. Thanks.