Tag Archives: Spring

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

Posted in Java, Programming | Tagged , | 4 Comments

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

Posted in Java, Programming | Tagged , | 3 Comments

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

Posted in Java, Programming | Tagged , , , , | Leave a comment

PGP Encryption/Decryption in Java

A new version of the code (and a new post) has been posted at : http://sloanseaman.com/wordpress/2012/05/13/revisited-pgp-encryptiondecryption-in-java/ Please note that if you are using Bouncy Castles libraries < 1.47 you should use the code in this post I have a requirement … Continue reading

Posted in Java, Programming | Tagged , , , | 66 Comments

Spring, Quartz, and Persistence

Spring is great, Spring is fun, Spring is best when it’s one on one (props to George Michael). No, really, Spring is a great architecture. Its easily configured, highly flexible, and comes with a ton of already coded utils for … Continue reading

Posted in Java, Programming | Tagged , , | 118 Comments