What’s happening with JSR107?

At JavaOne 2007 the JSR107 Expert Group reconstituted and conducted three sessions. We admitted some new members. Manik Surtani from JBoss is joining. Crazy Bob Lee too. I was already a member but bot made co-spec lead to help make sure the JSR kept moving. We decided to conduct technical discussions in the open. For… Continue reading What’s happening with JSR107?

Published
Categorized as Java

Ruby in decline…

At JavaOne 2007 I spent some of my time trying to figure out where things are going. It has always seemed to me that you either knock yourself out keeping up with every last thing (shiny new toy syndrome) or you try to figure out what is going to be important and focus on that… Continue reading Ruby in decline…

Published
Categorized as Java

Comparing Memcached and Ehcache Performance

Comparing Memcached and Ehcache Performance Performance Comparison I did some research recently on memcached and how it compares to ehcache. The following graph shows the time taken for 10,000 puts, gets and removes, for 10,000 cache items. It uses the latest released versions of memcached and ehcache. In memcached’s case libevent is installed. The computer… Continue reading Comparing Memcached and Ehcache Performance

Published
Categorized as Java

JPam – a bridge between JAAS and Unix PAM security

I have just released JPam 1.0. JPam is a Java-PAM bridge. PAM, or Pluggable Authentication Modules, is a standard security architecture used on Linux, Mac OS X, Solaris, HP-UX and other Unix systems. JPam is the missing link between the two. JPAM permits the use of PAM authentication facilities by Java applications running on those… Continue reading JPam – a bridge between JAAS and Unix PAM security

Published
Categorized as Java

Spnego for Glassfish – First working implementation achieved today

I am feeling a little excited right now. Today we got an implementation of SPNEGO going for Glassfish. It will be refined over coming days, but it works. You can use Glassfish in a Kerberos Single Sign On environment. It works with Firefox, IE and Safari. Some features/limitations at present: * We use the new… Continue reading Spnego for Glassfish – First working implementation achieved today

Published
Categorized as Java

Ehcache Talk at JavaOne 2007

Session ID: TS-6175 Session Title: Distributed Caching, Using the JCACHE API and ehcache, Including a Case Study on Wotif.com Track: The Next Generation Web Room: Esplanade 307-310 Date: 08-MAY-07 Start Time: 10:50

Published
Categorized as Java

I will be presenting at JavaOne 2007 on ehcache

For anyone attending JavaOne 2007 at the Moscone Centre in San Francisco I will be presenting a session entitled “Distributed Caching, Using the JCACHE API and ehcache, Including a Case Study”. Abstract follows: Title: Distributed Caching, Using the JCACHE API and ehcache, Including a Case Study on Wotif.com Abstract: Java EE web applications are typically… Continue reading I will be presenting at JavaOne 2007 on ehcache

Published
Categorized as Java