Re: [T5] Removing project name and port number from URL

2010-12-31 Thread Michal Gruca
http://wiki.eclipse.org/Jetty/Howto/Deploy_Web_Applications If the webapp is called root.war or the directory is called root/ then it will be deployed at the / context. So yes, it should help. As for port, changing that in jetty also will help, but take a look into secure port number. By default

Re: T5: archiving a page

2010-12-31 Thread Joost Schouten (ml)
hi, I use the maven dependencies as shown at [1]. [2] shows you a short version of my code generating a pdf from my tapestry page displaying an invoice (PrintInvoice.class). Note that I am building it as we speak so it might still be somewhat crude at places. Hope it helps, Joost [1]

[T5.2.4] Tapestry-Spring-Security 2.1.0 - ClassTransformation

2010-12-31 Thread hsalf
Hi! My application uses: - Hibernate 3 - Spring Framework 3.0.5.RELEASE - Spring Security 3.0.5.RELEASE - Tapestry 5.2.4 To link Tapestry and Spring-Security, I use: - Tapestry-Spring-Security 2.1.0: http://www.localhost.nu/java/tapestry-spring-security/index.html Unfortunately, the latest

Re: [T5.2.4] Tapestry-Spring-Security 2.1.0 - ClassTransformation

2010-12-31 Thread Taha Hafeez
Hi You can do it using advices... Look into the tapestry-core source code there are many examples in org.apache.tapestry5.internal.transform package regards Taha On Fri, Dec 31, 2010 at 5:52 PM, hsalf floparain.commerc...@me.com wrote: Hi! My application uses: - Hibernate 3 - Spring