[jboss-dev-forums] [Design of EJB 3.0] - Re: Bringing in ejb3-cache

bstansberry@jboss.com do-not-reply at jboss.com
Thu Oct 30 19:07:19 EDT 2008


To clarify a bit:

First, ha-server-cache-spi and ha-server-cache-jbc have nothing to do with the ejb3 project.  They define an spi for the AS project's use of JBC (e.g. web session replication), not ejb3's.

The implementations in ejb3-cache in trunk are not actually used anywhere. AFAIK, they are prototypes, and were used as the foundation for the work I did in the dev branch. (Andrew, you never said otherwise -- just stating that for clarity.)

The stuff discussed in https://www.jboss.org/community/docs/DOC-9565 is a slightly different version of the ejb3-cache SPI (contained in the "cache" module discussed on the wiki), along with a considerably different impl.

The abstractions in ejb3-cache in trunk that are used anywhere outside of ejb3-cache itself are:

Cache
Identifiable
StatefulObjectFactory

>From our Neuchatel discussions, on my borderline-TODO list for AS 5.0.0.GA was to look at those interfaces and reconcile any differences to the work in the dev branch to make sure we had a clean path forward for moving to the dev branch implementation down the road.  Sounds like that needs to move from "borderline-TODO" to "do it now". I'll look at it tonight. No World Series on anyway. :-)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185849#4185849

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185849



More information about the jboss-dev-forums mailing list