I’ve noticed that certain MyEclipse offers certain behaviors by default when building EJBs. Are there explanation or descriptions of these patterns, along with benefits and advantages.
For example, when building an entity bean, two corresponding source files called XBeanBMP.java and XBeanCMP.java are created. What is the appropriate way to make use of these? Similarly, for session beans an XBeanSession.java file is created. What is the appropriate for this to be used.
Thanks,
Mike