Enterprise Java
-
Building a SOAP Webservices Proxy Module using Spring Webservices
Some time ago I wanted to see how easy it is to write a web services proxy (wsproxy) using Spring…
Read More » -
Hibernate Facts: The importance of fetch strategy
When it comes to working with an ORM tool, everybody acknowledges the importance of database design and Entity-to-Table mapping. These…
Read More » -
Implementing a custom JSF 2.0 component with maven
Some time ago, I have written my own custom JSF component. But at that point in time, JSF 1.0 was…
Read More » -
Spring: Make your java-based configuration more elegant
Hi everyone, I haven’t written new articles a long period of time. A lot of materials were accumulated which need…
Read More » -
Spring Transactions Visibility
Spring, on initializing application context, creates proxies when it comes across classes marked with @Transactional. @Transactional can be applied at…
Read More » -
KIE-WB / JBPM Console Ng – Configurations
Hi all, this is a follow up post from my previous entry about how to use the jBPM Console. The…
Read More » -
Efficiently delete data with JPA and Hibernate
You may come to the situation where you have to perform a bulk deletion on a huge amount of datasets…
Read More » -
Exploring Spring Controller with Spring Form Tag
In the past article, I have shown you how to process an plain HTML form with Spring controller. But a…
Read More » -
What is your structure of JEE based web projects?
In this post I will try to discuss diverse organization structures of web based projects, mostly with JSF. The first…
Read More »