Apache Derby 10.5.1.1
The Apache Derby project is not yet publishing their latest derby-10.5.1.1 artifacts to any of the public maven repositories so I made up this short windows shell script to upload all jars to my local repository.
for %i in (*.jar) do mvn install:install-file -Dfile=%i -DgroupId=org.apache.derby -DartifactId=%~ni -Dversion=10.5.1.1 -Dpackaging=jar -DgeneratePom=true
OpenEJB 3.0 Released
A few weeks ago already I had noticed that the Apache OpenEJB had released its 3.0 version. Only today I had a a quick glimpse at their features. There are a few interesting promises like drop-in JARS for Tomcat
. Seems now I no longer need to install and configure those heavy weight containers. See the Apache OpenEJB Wiki for more of their features!
