[jboss-user] [JBossCache] - Re: Minimizing POJOCache impact on existing codebases

ben.wang@jboss.com do-not-reply at jboss.com
Mon Sep 11 20:36:34 EDT 2006


To answer your questions:

1. There are two ways to instrument your POJO: compile time (a la aopc) and load time (a la -javaagent option for special classloader). I believe Terracotta also uses the latter approach.

2. BTW, the proper PojoCache doc is under:
[url]http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/1.4.0/PojoCache/en/html/index.html[\url].

3. If your POJO implements Serializable, then yes, it will fall back to the plain cache behavior. It is documented.


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

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



More information about the jboss-user mailing list