Constructor in EJB
843829Oct 25 2002 — edited Oct 29 2002Can anybody explain me role of default parameterless constructor in EJB bean classes(session+entity).
is it compulsory to provide these constructors?
according to 2.0 spec (7.10.2) -
The session bean class must have one default pareterless constructor.
but, I have created a entity bean component( infact, using the JBuilder generated beans) which is not having any constructor, and still working fine.
Please help me clear this constructor concept for both entity and session bean.
Thanks.