1. Declare dependency in pom.xml <dependency> <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>1.5</version> </dependency> 2. Put … more →
Strictly Programmingwrote 1 year ago: 1. Declare dependency in pom.xml <dependency> <groupId>velocity</groupId> <arti … more →
wrote 1 year ago: Some notes about Tapestry 5.x How to pass an email string from the url? http://localhost/mypage/abc@ … more →
wrote 1 year ago: A few steps to create a tapestry 5 project, just a note for my reference, you can refer to this link … more →
wrote 1 year ago: Some new features found in the Tapestry’s latest release. 1. The @Cached annotation has been a … more →