mcakkan

June 13, 2007

Clustering Acegi via JGroups (DistributedHashtable)

Filed under: acegi,cluster,j2ee,java,jgroups,springframework — mcakkan @ 7:20 am

in my previous blog I suggest to use jms or caching for a distributable SessionRegistry
but I found more simple solution JGroups – DistributedHashtable

JGroups gives us such a perfect simple class to distributed maps.
All read-only operations runs on local copies
perfect merge strategies.
easy implementation and configuration
vs..
I implement two classes

Clustering Acegi via JGroups (DistributedHashtable)  

April 12, 2007

Clustering Acegi

Filed under: acegi,java,springframework — mcakkan @ 10:57 am

Acegi is a well known security framework. Some really good features:

  • method level based security configuration
  • url level auth configuration
  • easy login mechanism
  • so on.

But there only one point that is missing in current version (1.0.3) distributable
Clustering Acegi via JGroups (DistributedHashtable)

Blog at WordPress.com.