Enterprise development ideas
A place to keep track of enterprise software development stuff.
Friday, August 24, 2012
JBoss ESB http-gateway service
›
We can call an ESB service in different ways; It can be invoked via queue messages, HTTP requests, webservices, and so on... In this post w...
2 comments:
Tuesday, August 7, 2012
Installing JBoss ESB in JBoss AS 5.1
›
We will see the steps to install JBoss ESB in a JBoss AS instance. The ESB can be run in a standalone mode which we are not analyzing in thi...
Sunday, July 22, 2012
REST services with RESTEasy (XML, JSON)
›
In the previous post , I wrote about creating REST services (either JSON or XML) with Spring 3.1.1-Final. Now I will post about doing basica...
Friday, July 6, 2012
REST services with Spring 3 (XML, JSON)
›
As an alternative to webservices, we can use REST. Both REST and webservices have their differences. While in a previous post I wrote an exa...
15 comments:
Saturday, June 16, 2012
Native database support with MyBatis + Spring 3
›
Say, we may be building a new application while keeping the old database where a bunch of stored procedures are used (so, the database has m...
Wednesday, May 16, 2012
Webservices with Spring 3 + Apache CXF
›
This example will consist of a web app that publishes a simple web service using Apache CXF + Spring. It will include a web service client t...
15 comments:
Saturday, May 12, 2012
Testing with JUnit + Spring
›
In this post I want to share the most convenient way to test Spring beans using JUnit. The idea is to test using dependency injection techni...
‹
›
Home
View web version