JPF Part 2 - Integrating PluginManager with Spring

24. March 2010 14:29

In the second part of this tutorial it is all about integrating JPF with the Spring Framework.

more...

, ,

JPF Part 1 - A lightweight alternative to OSGi?

25. February 2010 17:09

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...

, ,

Resourcebundle checking in your Ant-based build process

2. February 2010 09:53

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...

, ,

Running Eclipse on Windows 7 64 bit

15. September 2009 08:06

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...

, ,

Spring’s @Transactional does not rollback on checked exceptions

18. February 2009 20:16

Be careful when using the @Transactional annotation in your Spring-driven annotations! Checked exceptions do not cause a rollback by default.

more...

,

EJB 3.0 Annotations with Hibernate Lazy Loading

29. January 2009 11:18

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...

, ,