Enterprise Java
-
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 » -
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 » -
AOP made easy with AspectJ and Spring
I recently started looking at Aspect Oriented Programming (AOP) and I’m finding it exciting to say the least. Of course…
Read More » -
JNDI and JPA without J2EE Container
We wanted to test some JPA code with as simple setup as possible. The plan was to use only Java…
Read More » -
MOXy as Your JAX-RS JSON Provider – Client Side
Recently I posted how to leverage EclipseLink JAXB (MOXy)‘s JSON binding to create a RESTful service. In this post I…
Read More » -
Cost of Ownership Analysis: Oracle WebLogic Server vs. JBoss
A very interesting whitepaper by Crimson Consulting Group comparing the cost of ownership between Weblogic and JBoss. Although JBoss is free, the whitepaper…
Read More »