Java
-

Java Concurrency with ReadWriteLock
Writing multithreaded java applications is not a piece of cake. Extra care must be taken because bad synchronization can bring…
Read More » -

JSON with GSON and abstract classes
I have switched to Google Gson after many years of using org.json library for supporting JSON data interchange format in…
Read More » -

SOA example application
SOA describes a set of patterns for creating loosely coupled, standards-based business-aligned services that, because of the separation of concerns…
Read More » -

Setting up JNDI with Jetty (Embedded)
I was running embedded Jetty on my developmentwork-space saving some time on vicious cycle of compiling and deployment. I have…
Read More » -

FXML: Custom components using BuilderFactory
When you want to use FXML, you will need to be able to add your own components. That’s fairly easy,…
Read More » -

What is ActiveMQ?
Although the Active MQ website already gives a pithy, to-the-point explanation of ActiveMQ, I would like to add some more…
Read More » -

GlassFish 3.1.2 is Full of MOXy (EclipseLink JAXB)
I am very happy to announce that EclipseLink JAXB (MOXy) is now a JAXB ( JSR-222) provider in GlassFish 3.1.2.…
Read More » -

ANTLR Tutorial – Hello Word
Antlr stands for ANother Tool for Language Recognition. The tool is able to generate compiler or interpreter for any computer…
Read More » -

Connect to RabbitMQ (AMQP) using Scala, Play and Akka
In this article we’ll look at how you can connect from Scala to RabbitMQ so you can support the AMQP…
Read More »








