| PlayerHome.java |
Home interface |
| PlayerRemote.java |
Remote interface |
| PlayerLocalHome.java |
Local Home interface |
| PlayerLocal.java |
Local interface |
| PlayerBean.java |
Entity Layer or Component Layer for Player Record. Bean
Implementation of all the above interfaces. |
| ejb-jar.xml |
Contains descriptions of all Beans related to
Player. |
| weblogic-ejb-jar.xml |
WebLogic proprietary EJB-jar |
| weblogic-cmp-rdbms-jar.xml |
WebLogic proprietary CMP definition. |
| Player.sql |
Create table SQL Script for your database. |
| PlayerTestMainFrame.java |
Full Test Program to check the code generated
and to use it as a simple tool to do all actions defined for this table. |