-
Enterprise Java
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 » -
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 » -
Desktop Java
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 » -
Software Development
The Greatest Developer Fallacy Or The Wisest Words You’ll Ever Hear?
“I will learn it when I need it“! I’ve heard that phrase a lot over the years; it seems like…
Read More » -
Software Development
Complex Event Processing – a beginner’s view
Using a Complex Event Processing is not so complex. Well, initially at least. A substantial amount of information is available…
Read More » -
Software Development
Being a better enterprise architect
Enterprise architects seem to become more and more involved in “trying out new things” or pushing down technology or implementation…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 »