Enterprise Java
-
Backing Spring Integration routes with ActiveMQ
As discussed in my previous post, Spring Integration (SI) is a routing framework built on top of the Spring Framework…
Read More » -
Run Vaadin Apps in Intellij IDEA
In this article I’m going to show you how to run vaadin applications with Intellij IDEA. Vaadin provide some plugins…
Read More » -
Birt Made Report Easy
Here is the complete guide to build report in Eclipse using Birt plugin. Birt or Business Intelligence and Reporting tool…
Read More » -
JSON for polymorphic Java object serialization
For a long time now JSON is a de facto standard for all kinds of data serialization between client and…
Read More » -
Test Driven Development – A Win-Win strategy
Agile practitioners talk about Test Driven Development(TDD), so do lot of developers who care about their code quality and workability.…
Read More » -
Complete Guide To Deploy Java Web Application in Amazon Ec2 using Eclipse
Hi readers, Today I’m going to show you how to deploy simple java web application in amazon ec2 using Eclipse…
Read More » -
Play 2 – modules, plugins, what’s the difference?
There seems to be some confusion regarding Play 2 modules and plugins. I imagine this is because the two are…
Read More » -
Apache Camel Tutorial – Introduction to EIP, Routes, Components, Testing and other Concepts
Data exchanges between companies increase a lot. The number of applications, which must be integrated increases, too. The interfaces use…
Read More » -
ServletRequest startAsync() limited usefulness
Some time ago I came across What’s the purpose of AsyncContext.start(…) in Servlet 3.0? question. Quoting the Javadoc of aforementioned…
Read More »