JMX Demo for ehcache-1.3.0

Max Poon, from Sun Microsystems, has put together a great step-by-step demo showing how to  use the new ehcache-1.3.0 JMX features. His demo also covers setting up Hibernate 3. The demo is NetBeans centric but can still be followed by those on other IDEs. See  Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 2 – Enabling… Continue reading JMX Demo for ehcache-1.3.0

Published
Categorized as Java

JSR107 (JCache) Update

Mailing List Set up At JavaOne the members of JSR107 present agreed to conduct technical deliberations in public view. Anyone can go to https://jsr107.dev.java.net and see what we are up to. In particular discussions are taking place on the jsr107 AT jsr107.dev.java.net mailing list. Go to https://jsr107.dev.java.net/servlets/ProjectMailingListListto search the archive or set up an RSS… Continue reading JSR107 (JCache) Update

Published
Categorized as Java

Spnego 1.0 Released – Now everyone can do Kerberos

The spnego project has released version 1. The Spnego project is a Kerberos over SPNEGO plugin for JSR196 compliant application servers. Right now the Glassfish betas are compliant, with other appservers like JBoss expected to be compliant soon. The plugin lets your Java web applications participate in a Kerberise Single Sign On environment. Log in… Continue reading Spnego 1.0 Released – Now everyone can do Kerberos

Published
Categorized as Java