-
May 28, 2008
Using Facelets along with JSP in a JSF application
I wanted to use Facelets for some pages in an existing JSP/JSF application. To achieve this I had to perform the following steps: Download Facelets and copy the jsf-facelets.jar into your WEB-INF/lib directory If you use maven you can inclu...
Read more ... -
May 28, 2008
Useful maven commands
To skip tests, you can set the property maven.test.skip=true, i.e: mvn -Dmaven.test.skip=true package To list all the dependencies of your project, you can use the dependency plugin, i.e: mvn dependency:tree To build a web-site with a l...
Read more ... -
May 28, 2008
Impressions from Zühlke Camp
I spend a week in the middle of nowhere with my teammates from work. www.flickr.com
Read more ... -
May 27, 2008
Using Facelets with Apache MyFaces Tomahawk
Probably the easiest way to use Facelets with Apache MyFaces Tomahawk is using the tomahawk-facelets project. Installing the library into your local maven repository is easy: mvn install:install-file -Dfile=tomahawk-facelets.jar -DgroupId=com....
Read more ... -
May 27, 2008
Directory Deployment in Glassfish
Directory deployment can help you to improve your productivity when developing web-applications with GlassFish. Instead of deploying a packaged archive (.war) you can point GlassFish to a directory and let it pick up and deploy the application f...
Read more ...
