Hi, You can find some code examples/usage notes for Slice at the following places
1. OpenJPA test code. Either you can checkout OpenJPA source, or browse them with fisheye [1]. Instructions to do so are in [2]. You will find the test cases for Slice under openjpa-slice/src/test/java folder. 2. This article in developerworks [3] on Slice has some basic examples and usage. 3. A JavaOne presentation on Slice [4] [1] http://svn.apache.org/viewvc/openjpa/trunk/openjpa-slice/src/test/java/org/apache/openjpa/slice/TestBasic.java?view=markup [2] http://openjpa.apache.org/source-code.html [3] http://www.ibm.com/developerworks/java/library/os-openjpa/?ca=drs [4] http://www.slideshare.net/pinaki.poddar/slice-for-distributed-persistence-javaone-2010 ----- Pinaki Poddar Chair, Apache OpenJPA Project -- View this message in context: http://openjpa.208410.n2.nabble.com/how-to-use-openjpa-slice-Distributed-with-db2-v9-7-tp7583769p7583778.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
