Enterprise Java
-
Running RichFaces 4.1.0.Final on WebLogic 12c
You might have noticed, that I simply love JSF. Not only the specification and the reference implementation Mojarra but also the…
Read More » -
Develop Restful web services using Spring MVC
REST INTRODUCTION From Wikipedia: REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and…
Read More » -
Google Authenticator: Using It With Your Own Java Authentication Server
The Google Authenticator application for mobile devices is a very handy application that implements the TOTP algorithm (specified in RFC…
Read More » -
Single Sign On for the cloud: SAML & OpenId
When accessing different applications owned by different organizations, having to authenticate everytime you go from one application to another is…
Read More » -
Spring GWT Integration using the RequestFactory API
Beginning from GWT 2.4 the integration of the RequestFactory API with Spring services on the backend is easy all you…
Read More » -
The persistence layer with Spring 3.1 and Hibernate
1. Overview This article will show how to implement the DAO with Spring and Hibernate. For the core Hibernate configuration,…
Read More » -
Configure LogBack Logging with Spring
LogBack is an API for logging created by the same author of Log4j (a newer implementation, it is like a…
Read More » -
Transaction configuration with JPA and Spring 3.1
1. Overview This tutorial will discuss the right way to configure Spring Transactions, use the @Transactional annotation and common pitfalls.…
Read More » -
Simplifying the Data Access Layer with Spring and Java Generics
1. Overview This article will focus on simplifying the DAO layer by using a single, generified Data Access Object for…
Read More »