Enterprise Java
-
When to use Apache Camel?
Apache Camel is one of my favorite open source frameworks in the JVM / Java environment. It enables easy integration…
Read More » -
Logback: Logging revisited
Hi, I am back again with my rant about logging as an inherent part of any application design and development.…
Read More » -
JUnit, Logback, Maven with Spring 3
In this series we have already learnt to set up a basic Spring MVC application and learnt how to handle…
Read More » -
Teaser: Bare-knuckle SOA
I’m working on this idea, and I don’t know if it appeals to you guys. I’d like your input on…
Read More » -
Read-only ViewObject and Declarative SQL mode
Introduction The declarative SQL mode is considered to be one of the most valuable advantages of the entity-based view objects.…
Read More » -
JSF Event-based communication: New-school approach
In the last post, we learnt event-based communication on basis of Observer / Event Listener and Mediator patterns. Due to…
Read More » -
Spring 3 Internationalization and Localization
I wanted to add internationalization and localization feature provided by spring 3 to one of my current project recently. I…
Read More » -
Play Framework posted values revisited
Working with posted values with Play Framework 2.0, without defining a form mapping, might not be so obvious as it…
Read More » -
JSF Simple Ajax Samples
Today we will see some Simple Samples of Ajax with JSF. If you want to see other posts about JSF/Web…
Read More »