Recently we delivered a custom-built solution to electronically sign Adobe PDF documents with a hardware token. In short, the system receives PDF files and returns a signed copy. These PDF documents can then be authenticated by the Acrobat Reader, which informs the reader that the document is indeed from the author in question and that the document has not changed since signing it.
We moved to the latest Java 1.5, and if there is something we love about this new version, it is certainly the use of generics. However, XDoclet support for generics is non-existent. The XDoclet team, did release a new version that allows you to generate classes containing generics, but there is no generics support. So I fixed it.
Copyright © 2005-2010, Lunatech Research B.V. All rights reserved.