In this post I will show you how to use java to connect to Bluetooth devices. To do that, I will use bluecove. Bluecove is a JSR-82 implementation. JSR-82 is a java…
Create your own Java customized annotations
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…
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…