Enterprise Java
-
Proxies done right with Guava’s AbstractInvocationHandler
Not too often but sometimes we are forced to write custom dynamic proxy class using java.lang.reflect.Proxy. There is really no…
Read More » -
Orika: Mapping JAXB Objects to Business/Domain Objects
This post looks at mapping JAXB objects to business domain objects with Orika. Earlier this month, I covered the same…
Read More » -
Project Student: Webservice Client with Jersey
This is part of Project Student. Other posts are Webservice Client with Jersey, Business Layer and Persistence with Spring Data.…
Read More » -
Set WildFly binding address and shutdown using CLI
It’s very easy to bind WildFly on a hostname/IP just using command line parameters. I have a simple GNU/Linux box…
Read More » -
Spring’s @Primary annotation in action
Spring is a framework that never stops to amaze me. It’s because of the fact that it offers plenty of…
Read More » -
What is Spring Data?
(This is related to Project Student and I will revisit this topic later.) Spring Data came up in passing in…
Read More » -
Using more than one property file in Spring MVC
Everybody heard about portals which combine single web applications to a big one. A portal software works like mashups –…
Read More » -
Spring REST: Exception handling vol. 1
Table of contents Spring REST: Exception handling vol. 1 Spring REST: Exception handling vol. 2 Spring REST: Exception handling vol.…
Read More » -
Workshop on Creating a Personal MusicManager Web Application with Struts2, Hibernate and MySQL
Overview: In this workshop tutorial we’ll develop a personal music manager application using Struts 2, Hibernate and MySQL database. The…
Read More »