2010/1/9 phillips1021 <bphill...@ku.edu>: > > I've finished adding and making changes to the Using Tags tutorial. See: > > http://cwiki.apache.org/confluence/display/S2NewDocDraft/Using+Tags > http://cwiki.apache.org/confluence/display/S2NewDocDraft/Using+Tags > > I welcome feedback and would especially appreciate anyone downloading the > example applications and running them in their own Servlet container. I've > tested them with Tomcat and GlassFish on Mac and Windows.
It would be nice to add Jetty plugin to Maven projects - as is a common way to test web application. <build> <plugins> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <configuration> <scanIntervalSeconds>10</scanIntervalSeconds> </configuration> </plugin> </plugins> </build> I noticed .DS_Store file in many places - it's related to MacOS I think, maybe it should be deleted. I reviewed the code and the docs, they look great! Regards -- Lukasz Kapituła Javarsovia 2010 http://javarsovia.pl --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org