I have created an initial Struts Bridges blank portlet as a means to give developers a quick start for creating new Struts bridge portlets. It should look something like this:
http://mark.mclaren.googlepages.com/StrutBridgesBlankPortlet.jpg The ServletContextProvider entry in ~/WEB-INF/portlet.xml will need to be modified depending on your portal container. The source code is linked below and can be built using maven 2 (e.g.): mvn clean mvn compile war:war This should result in a ~/target/StrutBridgesBlankPortlet.war file which can then be deployed to your portal container as appropriate. http://mark.mclaren.googlepages.com/StrutBridgesBlankPortlet.zip I hope this proves useful and could eventually form the basis of a Maven archetype, Mark -- "Paradoxically, the more time saving abstractions you are using the more you actually have to know." - Simon Willison --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
