Copyright © 2002 HYWY Software Corporation
Gopalan Suresh Raj
Chief Architect, HYWY Software
Step 5-A: Add JDO Client Code
The Teller Class:
Import the PE:J Adapter and Oid Server class
–import com.hywy.pej.adapter.JDOAdapter;
–import com.hywy.pej.persistence.oidserver.Oid;
Import the standard JDO library Classes
–import javax.jdo.PersistenceManagerFactory;
–import javax.jdo.PersistenceManager;
–import javax.jdo.Transaction;
–import javax.jdo.Extent;
–import javax.jdo.spi.PersistenceCapable;