-
Recent Posts
Recent Comments
- Sebastian on Revisited: PGP Encryption/Decryption in Java
- [SOLVED] Encrypt/Decrypt Files Using Bouncy Castle PGP in JAVA JTuto on PGP Encryption/Decryption in Java
- sseaman on Revisited: PGP Encryption/Decryption in Java
- damien on Revisited: PGP Encryption/Decryption in Java
- vishav on Revisited: PGP Encryption/Decryption in Java
Archives
Categories
Meta
Author Archives: sseaman
Revisited: PGP Encryption/Decryption in Java
One of the most popular posts on my blog is my article about PGP Encryption and Decryption. I’ve had a lot of great questions as well as responses from user who have even been kind enough to post modifications to … Continue reading
Spring Custom Tags (Extensible XML) – Part 2
The DefinitionParser Ok, we’ve got it all set up, now we need to code the thing. Let me state, if you didn’t grasp this, that this is more of an advanced example. If you want a basic example take a … Continue reading
Spring Custom Tags (Extensible XML) – Part 1
***** WARNING – This is my Kill Bill post (was one post, was too long, is now two posts) ***** I’m surprised by how many people don’t use a nice little ability in Spring, the custom tag support (or as … Continue reading
Dynamic Configuration of Hibernate Envers
The project I’m working on wanted to have audit tables for many of the tables in the system. Instead of writing our own plugins and creating the tables we decided to use Hibernate Envers. Hibernate Envers is a really nice … Continue reading
Groovy method overriding
One of the pieces of the project I am currently working on is using Grails and GORM for rapid deployment. In one of the GORM objects I wanted to override one of the methods that Groovy creates for a property … Continue reading