GUI for working with keystore files in Java
Although the command line is always available for working with Java keystore files, I've found this GUI easier to work with. It runs via JNLP as a bonus!
Some useful free books
Some free resources for source control & build management tools that I use regularly:
- Git http://progit.org/
- SVN http://svnbook.red-bean.com/
- CVS ( for posterity :) http://cvsbook.red-bean.com/
- Maven http://books.sonatype.com/mvnex-book/reference/index.html
Spring injection with @Resource, @Autowired and @Inject
I've always wondered what the differences were and someone has gone through a TDD explanation - nice! :)
http://blogs.sourceallies.com/2011/08/spring-injection-with-resource-and-autowired/
Incidently, using the @Resource + mappedName attribute is a nice shortcut to map to JNDI properties.
http://radio-weblogs.com/0135826/2006/04/06.html#a198