Our development team finally upgraded from weblogic 4.5.1 to weblogic 5.1.
I have read the documentation on how to write a
J2EE web application on weblogic 5.1 stilll have several questions that remain unanswered. For example, what do you do with "utility classes" that are used in several web applications? What do you do with EJB's that are used in several different web applications?
I would make sense to me that you could deploy all of your entity beans in one space, referencing them from several different "web applications." Could someone please clarify how this would be done? Could this be done with classes as well?