Nope, don't use it. I guess I can install it, but I was hoping I wouldn't have to. (*Chris*)
On Wed, Dec 17, 2008 at 11:26 AM, Musachy Barroso <musa...@gmail.com> wrote: > you don't have maven on your box? if you do, all you need to do is: > > mvn package > > and it will generate the jar for you. > > musachy > > On Wed, Dec 17, 2008 at 2:08 PM, Chris Pratt <thechrispr...@gmail.com> > wrote: > > I'd love to test them, but I don't use Maven, is there any way to get a > drop > > in jar file? > > (*Chris*) > > > > On Tue, Dec 16, 2008 at 10:14 AM, Musachy Barroso <musa...@gmail.com> > wrote: > > > >> Hi all, > >> > >> anyone up for beta testing the java templates? These are the steps to > try > >> them > >> > >> 1.Check out src from > >> > >> > https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-javatemplates-plugin > >> 2. Build them and install them > >> 3. Add them to your web app > >> <dependency> > >> <groupId>org.apache.struts</groupId> > >> <artifactId>struts2-javatemplates-plugin</artifactId> > >> <version>2.1.3-SNAPSHOT</version> > >> </dependency> > >> 4. Set this in your struts.xml: > >> <constant name="struts.ui.templateSuffix" value="java" /> > >> <constant name="struts.ui.theme" value="simple" /> > >> 5. ... > >> 6. Profit! > >> > >> Couldn't avoid the South Park reference :). The supported tags are: > >> > >> > text,select,form,a,checkbox,file,password,label,reset,submit,textarea,actionerror,token,actionmessage,head,hidden,fielderror,div > >> > >> On my very superficial benchmarking, they are around 30% faster than > >> the regular tags. Feedback always welcome. > >> > >> musachy > >> -- > >> "Hey you! Would you help me to carry the stone?" Pink Floyd > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > >> For additional commands, e-mail: dev-h...@struts.apache.org > >> > >> > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > >