Archive

Archive for the ‘Java’ Category

Java 7, this is it?

September 6th, 2011 No comments

Original post can be found at It-Eye

Java 7 was released, so I gave it a spin to see what kind of improvements were made. While testing some new features I went online to look for not so obvious changes as well. Here is a short list of the new features and improvements in Java 7. Read more…

Share
Categories: Java Tags: ,

Java Is A Dead-End For Enterprise App Development

August 18th, 2011 No comments

Original post can be found at It-Eye

Last day I got a tip about this old article “Java Is A Dead-End For Enterprise App Development”. My first thought was: “Here we go again, someone who is claiming a programming language is dying. The never ending returning discussion.” But I read it never the less Read more…

Share
Categories: Java Tags:

10 Minutes Hands-On: Apache Camel

March 18th, 2011 2 comments

Original post can be found at It-Eye

Integration frameworks are getting more popular because you can easily integrate services or you can use them to integrate partial application parts to one application. To show you how easy it has become to integrate we did a 10 Minutes Hands-On at the It-Eye open space and this was the working result of that.

Read more…

Share
Categories: Java Tags: , ,

How to use embedded glassfish maven plugin?

March 9th, 2010 1 comment

You already know how to use embedded glassfish from junit now it’s time to show you how to use the maven plugin to achieve the same. Read more…

Share

How to use embedded glassfish from junit?

March 9th, 2010 No comments

In my previous post I explaind that with the new EJB you can use an embedded EJB container to test your EJB. But there is also another way and that is to use embedded glassfish that is started from inside an junit. The nice thing here is that it you can start an embedded glassfish with the container you need, with EJB or with WEB or both if you need. Read more…

Share

How to test EJB3.1 with embedded container?

March 8th, 2010 6 comments

This is how you can test your EJB3.1 or the one I made here using an new embedded container provided in the new EJB. You can download the full package to test this here Read more…

Share
Categories: Java Tags: , , ,

How to create EJB 3.1

March 7th, 2010 No comments

This post describes how to create an simple Entity and Session bean with EJB3.1. As some of you know EJB 3.1 is ready to use and makes the world much easier for the developers. Read more…

Share
Categories: Java Tags: , ,

Small JVM named Jamvm

January 18th, 2010 1 comment

Some of you may have heard about Jamvm, for all others, Jamvm is an very small opensource JVM. You may ask your self why do I need it, now there are couple of reasons you would like to use Jamvm. For example you want to run java on an mobile device or a router with very limited space on it, or you want to distribute your Java application but don’t want to depend on installed Java. At the end possibilities are endless. In this post I am going to show you how to compile and use JVM. Read more…

Share

Java 64 bit performance problem

January 24th, 2009 No comments

This is going to be a weird blog post so I am warning you. The reason why I am saying this is because I will try to go in to details about my weird performance problem but I am not able to say everything because ….. The short line of the story is like this, I got an Java application who is using an 3th party jar and this jar has weird performance issues when running 32bit and 64 bit JVM.
Read more…

Share

Xerces Anonymous types

October 30th, 2008 No comments

What does everyone do when using open source project? UHM… find the binary and download it. Oke, that’s not bad but it sometimes pays off to go and use the sources of that project. By sources I mean look at the CVS/SVN repository of the project. Why you may ask?

The reason it pays is because sometimes in the repository you find the latest fixes that are not released yet. The same is with the this issue with xerces I stumbled upon. Read more…

Share
Categories: Java Tags: , ,