7

Click here to load reader

Data Grids JSRs by Steve Millidge

Embed Size (px)

DESCRIPTION

Lightning talk by Steve Millidge presented on the 26th of July at Infinispan, Data Grids and Cloud Storage JBUG E=vent. More info about the event:http://www.meetup.com/JBoss-User-Group/events/23354431/

Citation preview

Page 1: Data Grids JSRs by Steve Millidge

© C2B2 Consulting Limited 2011 All Rights Reserved

DataGrids JSRs

Page 2: Data Grids JSRs by Steve Millidge

© C2B2 Consulting Limited 2011 All Rights Reserved

JSR 107 JCACHE - Java Temporary Caching API

• Been around a Long Time – 10 years

• Focussed on Java SE – With some JEE Integration

• Caching API – V get(Object key) throws CacheException; – void put(K key, V value) throws

CacheException;

Page 3: Data Grids JSRs by Steve Millidge

© C2B2 Consulting Limited 2011 All Rights Reserved

JSR 107 Get Involved

• Google Group for Discussion – http://groups.google.com/group/jsr107

• Google Docs for Spec – https://docs.google.com/document/d/1YZ-

lrH6nW871Vd9Z34Og_EqbX_kxxJi55UrSn4yL2Ak

• GitHub for Code – https://github.com/jsr107/jsr107spec

Page 4: Data Grids JSRs by Steve Millidge

© C2B2 Consulting Limited 2011 All Rights Reserved

JSR 347 Data Grids for the JavaTM Platform

• Distributed Data Grids • Just Starting to Form • Manik is the Spec Lead • What it covers is still TBD

– Build on 107 – Asynch API – Distributed Execution

Page 5: Data Grids JSRs by Steve Millidge

© C2B2 Consulting Limited 2011 All Rights Reserved

JSR 347 Get Involved

• Discussions on Google Groups – http://groups.google.com/group/jsr347

• Wiki – https://github.com/datagrids/spec/wiki

• Code – https://github.com/datagrids/spec/

Page 6: Data Grids JSRs by Steve Millidge

© C2B2 Consulting Limited 2011 All Rights Reserved

Who Am I • Independent Expert Group Member

– JSR 107 and JSR 347

• Company Experience with multiple products – Coherence, Infinispan, GemFire

• Non-Vendor Voice! – Very Important

• Strive for clarity for developers and Administrators • Get in touch with me if you want specific input into the

JSRs – http://www.c2b2.co.uk smillidge AT c2b2.co.uk

Page 7: Data Grids JSRs by Steve Millidge

© C2B2 Consulting Limited 2011 All Rights Reserved

Thank you