JPF Part 2 - Integrating PluginManager with Spring
In the second part of this tutorial it is all about integrating JPF with the Spring Framework.
more...
In the second part of this tutorial it is all about integrating JPF with the Spring Framework.
more...
When developing web applications it has always been a challenge how to plug in customer specific extensions and integrations without invading the inner guts of the web application too much. This not only concerns the source code, it is quite easy to keep customer specific sources out of the application’s trunk, the main problems usually arise when thinking about deployment strategies
more...
ResourceBundles werden in verschiedenen Programmiersprachen (Java, Adobe ActionScript,…) benutzt, um Anwendungen zu internationalisieren. Man erstellt für jede Sprache, in der die Anwendung später übersetzt werden soll eine Datei, in der dann die übersetzten Zeichenketten in der jeweiligen Sprache eingetragen sind. Dieser Blogeintrag zeigt, wie man ResourceBundles mit ANT automatisch Überprüfen kann.
more...
Yesterday I’ve installed Windows 7 Ultimate 64 bit on my machine and came across some problems when trying to run Eclipse 3.5 on the 64 bit JVM.
more...
Be careful when using the @Transactional annotation in your Spring-driven annotations! Checked exceptions do not cause a rollback by default.
more...
EJB annotations and Hibernate are a good thing, but in connection with Hibernate’s Lazy Loading mechanism there are a few points to take care of.
more...