Enterprise Java
-
Spring MVC REST Calls With Ajax
This post provides a simple example of REST calls to a Spring MVC web application. It is based on the Serving…
Read More » -
JBoss HornetQ for Kids, Parents and Grandparents – Chapter 1
It’s now almost 4 years that I’m working with HornetQ and I think it’s time to share part of what…
Read More » -
Spring 3.1 – Loading Properties For XML Configuration From Database
Spring makes it easy to inject values obtained from properties files via its PropertyPlaceholderConfigurer and (pre-Spring 3.1) PropertySourcesPlaceholderConfigurer (Spring 3.1).…
Read More » -
Running HTTP/REST Integration Tests efficiently in Eclipse
Lately I had a chance to use the OSGi-JAX-RS-Connector library written by my dear fellow Holger Staudacher. The connector enables…
Read More » -
Stress/Load-Testing of Asynchronous HTTP/REST Services with JMeter
Although I have been using JMeter for stress- and load-testing of web applications a good few times it took us…
Read More » -
Spring MVC Error Handling Example
This post describes the different techniques to perform error handling in Spring MVC 3. The code is available on GitHub in…
Read More » -
Running Drools 5.4.0 Final as a JBoss AS 7 module
Drools 5 introduces the Business Logic integration Platform which provides a unified and integrated platform for Rules, Workflow and Event…
Read More » -
Couchbase : Create a large dataset using Twitter and Java
An easy way to create large dataset when playing/demonstrating Couchbase -or any other NoSQL engine- is to inject Twitter feed…
Read More » -
Polyglot Persistence: EclipseLink with MongoDB and Derby
Polyglot persistence has been in the news since some time now. Kicked off by the famous Fowler post from end 2011…
Read More »