-
Core Java
Java Minor Releases Scheme Tweaked Again
In 2013, Oracle announced the Java SE – Change in Version Numbering Scheme. The announcement stated that Limited Update releases…
Read More » -
Enterprise Java
How to use Hibernate to generate a DDL script from your Play! Framework project
Ok, so you have been using the hibernate property name=“hibernate.hbm2ddl.auto” value=“update” to continuously update your database schema, but now you…
Read More » -
Core Java
Eclipse Extension Point Evaluation Made Easy
Coding Eclipse Extension Point evaluations comes in a bit verbose and sparsely self-explaining. As I got round to busy myself…
Read More » -
Software Development
Microservices
A microservice is a small, focussed piece of software that can be developed, deployed and upgraded independently. Commonly, it exposes it…
Read More » -
Ceylon
Typesafe APIs for the browser
A new feature in Ceylon 1.1, that I’ve not blogged about before, is dynamic interfaces. This was something that Enrique…
Read More » -
Enterprise Java
Spring @Configuration – RabbitMQ connectivity
I have been playing around with converting an application that I have to use Spring @Configuration mechanism to configure connectivity…
Read More » -
Core Java
NetBeans 8.0’s Five New Performance Hints
NetBeans 8.0 introduces several new Java hints. Although there are a large number of these new hints related to Java…
Read More » -
Groovy
Groovy Goodness: Closure as a Class
When we write Groovy code there is a big chance we also write some closures. If we are working with…
Read More » -
Core Java
Java 9 Behind the Scenes: Where Do New Features Come From?
Find out what’s going on behind the scenes of Java, and how new features come to life In a previous…
Read More »