about 1 year ago - 4 comments
Tapestry, the definite java component web framework, just got a nice face lift. The new website that was in the works for some months is now online. In it, you will find the updated Tapestry Tutorial, the new and detailed FAQ, a quick reference to commonly used annotations within Tapestry 5 and much more documentation.
about 1 year ago - No comments
Goal4D was the name of a java 3d engine i created a long long (long) time ago [2001-2003]. The code was never open-sourced and even though most of its features are obsolete now i don’t think it’d hurt anyone if i post it on my github account (i’d have to find the source code first).
about 2 years ago - No comments
Reading Apache Maven 2 Effective Implementation
Thanks to Amit Sharma (of Packt Publishing), I recently got a copy of Apache Maven 2 Effective Implementation authored
about 2 years ago - 6 comments
Maven and slow dependencies report
If the dependencies report takes too long to finish, it could be due to maven trying to determine (and generate a report of) which repository contains which artifact… and the network and/or repos being slow or unre
about 3 years ago - No comments
about 3 years ago - 1 comment
Quick maven tip for downloading sources of a specific dependency
This may come in handy. since on big projects with many dependencies it may take a while to download ALL sources. So, here is an example:
mvn dependency:sources -DincludeGroupIds=org.apache.tapestry
about 3 years ago - 3 comments
Quick maven tip for deploying to remote FTP repository
First, you’ll need to make sure the following jars exist in %MAVEN_HOME%/lib (i include the versions i currently have):
- wagon-ftp (1.0-beta-2)
- commons-net (1.4.1)
- …
about 3 years ago - 2 comments
Tapestry-4.1.6 maven archetype
There’s an updated archetype for Tapestry-4.1.6-SNAPSHOT over at (the well known snapshot repo)
http://people.apache.org/repo/m2-snapshot-repository
All the hard work was done by Ulrich Stärk, so big thanks to h
about 3 years ago - No comments