Official Maven support for Groovypp

Friday, April 2. 2010

I'm glad to be able to depricate my own post Groovy++-with-Maven a couple of weeks ago. The Groovy++ team has already taken action and provides the groovvypp libraries in a commonly accessible repository. They also provide a preliminary version of the gmaven plugin that supports statically linked Groovy.

For details see Using-groovypp-with-maven  and also the related update Using-groovypp-with-maven (update).

JavaFX in 15 minutes

Tuesday, February 24. 2009

Robert Eckstein from Sun Microsystems has created a video tutorial that gives a quick, but great introduction to JavaFX.

However isn't it embarrassing that Sun is using Flash to deliver this video? Seems like Sun does not trust its own technology and rather uses the technology of a competitor. Would Microsoft ever use Flash for Silverlight tutorials? Hardly!

The Apache project in contrast seems to have more trust in the Java technology than Sun and delivers the keynote video for ApacheCon Europe as applet. And this applet proves that even Java applets can deliver Videos in just a few seconds using JDK 1.6u10.

Migrating an existing Java project for use with Hibernate is a difficult process. And yet I'm not sure if it is worth the work at all.

Some years ago I started a Java project with direct database access using JDBC and SQL. I designed my object model and a relational database schema. Both were optimized independenlty to work optimal in their environment. In order to connect the object world with the relational world, I wrote a clean storage layer, which was responsible for communicating with the database. This worked pretty good. But when Hibernate was becoming more and more popular, I started thinking about migrating to a Hibernate based object mapping.


Continue reading "Experience with a Hibernate migration project"

No Closures for Java 7

Friday, January 9. 2009

Just read the InfoQ news article about the updated Java 7 roadmap.

No closures for Java 7!

This was just due to the fact that the folks are not able to agree on a solution, while Closures are a very very old concept already used in Smalltalk (Blocks) and are an essential concept for modern dynamic languages like Groovy or Ruby.

To me this is prove that either the JSR process needs a major overhaul urgently to become more flexible or the end of Java is near.


Continue reading "No Closures for Java 7"

Service Menus for Subversion and Java Developers

Wednesday, September 17. 2008

I just have posted some service menus for KDE 4.

The service menus for subversion provide quick access to the most common tasks when using subversion. It is aimed to be a little bit like Tortoise SVN for that other "Operating System".

The next set of service menus is aimed for Java developers. Using these service menus you can run Ant and Maven builds, create JAR files from directories or run executable JAR files.

Continue reading "Service Menus for Subversion and Java Developers"

(Page 1 of 4, totaling 18 entries) » next page