Java class loader: Difference between revisions

Content deleted Content added
style!
Dougher (talk | contribs)
m Class Loaders in JEE: fix capitalization
Line 62:
== Class Loaders in JEE ==
 
[[Java Platform, Enterprise Edition]] (JEE) application servers typically load classes from a deployed [[WAR (Sun file format)|WAR]] or [[EAR (file format)|EAR]] archive by a tree of Classloadersclassloaders, isolating the application from other applications, but sharing classes between deployed modules. So-called "[[servlet]] containers" are typically implemented in terms of multiple classloaders.<ref name="Christudas"/><ref>{{cite web
|url=http://www-128.ibm.com/developerworks/websphere/library/techarticles/0112_deboer/deboer.html
|title=J2EE Class Loading Demystified