Annotations is a relatively new technology, it was added to the language in Java5. An annotation is a meta data that can be attached to a java class, member, function or a…
Month: December 2009
Hibernate, lesson2 – Queries
In the last post I have showed you a very basic example of usage in Hibernate. In this post I would like to show you all the different ways of executing a…
Hibernate, lesson 1 – first encounter
Hibernate is one of the most popular java technologies there is and it seems it is not going anywhere for at least 10 years. If you are a java developer you can’t…
Handeling session cookies with Java
Let’s say you are creating an HTTP request using Java. You are probably doing it with the use of the URL object like this: But sometimes you will also want to use…