I want to know if we need to declare public member variables in Entity Bean class? What is the rationale behind it? How come it still works when I declare as private member variables?
In terms of Java 2 design issues, does it make any difference between J2EE and J2SE? IF we really need to declare public member variables in Entity Bean class, then obviously there are some differences since we are taught to declare private member variables in Java class. Any other design issues differences between J2EE and J2SE? Please discuss... =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
