Enterprise Java
-
ZK Web Framework Thoughts
I’ve been asked several times to present some of my opinions about ZK. So, based of my experience of 4…
Read More » -
Configure Java EE applications or “Putting Bien into practice”
A lot has been talked about application configuration in the past. I don’t know who kicked off the debate but…
Read More » -
Red Hat Openshift: Getting started – Java EE6 in the Cloud
For a while now I’m looking into ‘the cloud’. Looking into its features, what it can do, why we should…
Read More » -
Spring MVC and REST at Google App Engine
Some time ago I wrote about how to implement your Restful Web API using Spring MVC. Read my previous post…
Read More » -
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 »