Can anyone give an explanation of the classes generated by a J2EE compiler implementing/extending the home interface and bean class to create a deployable EJB?
 
For example, from the initial classes:
 
Test.class
TestBean.class
TestHome.class
 
to:

TestBeanImpl.class
TestBeanCtx.class
TestBeanCtx_Skel.class
TestBeanCtx_Stub.class
TestHomeImpl.class
TestHomeCtx.class
TestHomeCtx_Skel.class
TestHomeCtx_Stub.class
 
I'm assuming the naming conventions Impl, Ctx, Ctx_Skel, Ctx_Stub,  are NOT implementation specific?, I am interested to know the significance of each generated class.
 
Cheers
Tom
To change your membership options, refer to:
http://www.sys-con.com/java/list.cfm
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
To change your membership options, refer to:
http://www.sys-con.com/java/list.cfm

Reply via email to