Is there an official javax.cache api/jar yet?

View: New views
3 Messages — Rating Filter:   Alert me  

Is there an official javax.cache api/jar yet?

by Travis R :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'd like to use a JSR-107 as a generic caching API in SimpleJPA (http://code.google.com/p/simplejpa/).


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
ehcache-list mailing list
ehcache-list@...
https://lists.sourceforge.net/lists/listinfo/ehcache-list

Re: Is there an official javax.cache api/jar yet?

by gregluck :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Travis

The closest we have is the net.sf.jsr107 package, which is the draft API but in a sourceforge package. You can get it from Maven central or from Sourceforge. 

I am looking into whether I can release the drafts as a javax.cache package. I think the answer is yes, in which case I hope to have a draft out in the next few weeks.

On 29/05/2008, at 7:18 AM, Travis Reeder wrote:

http://code.google.com/p/simplejpa/

Regards


Greg Luck


skype: gregrluck
yahoo: gregrluck
mobile: +61 408 061 622




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
ehcache-list mailing list
ehcache-list@...
https://lists.sourceforge.net/lists/listinfo/ehcache-list

Re: Is there an official javax.cache api/jar yet?

by lhazlewood :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Greg,

Any movement on this yet?  It'd be nice to program against javax.cache.* APIs rather than net.sf ones.

Also, unrelated, is it finalized that javax.cache.Cache will extend ConcurrentMap?

Thanks,

Les

gregluck wrote:
Travis

The closest we have is the net.sf.jsr107 package, which is the draft  
API but in a sourceforge package. You can get it from Maven central or  
from Sourceforge.

I am looking into whether I can release the drafts as a javax.cache  
package. I think the answer is yes, in which case I hope to have a  
draft out in the next few weeks.

On 29/05/2008, at 7:18 AM, Travis Reeder wrote:

> http://code.google.com/p/simplejpa/