Allora ho a che fare con applicazioni j2EE dove ci sono war jar ear
Qualcuno sa darmi un link che mi spieghi quanti classloader ci sono (1 del web server ed 1 di sistema!?!? bho, in che ordine vengono caricati i classpath ecc...
sto cercando nel sito della sun per ora l'unica cosa che ho trovato è che
When a JSP page is called, it will be compiled (by the JSP engine) into a Java servlet. At this point the servlet is handled by the servlet engine, just like any other servlet. The servlet engine then loads the servlet class (using a class loader) and executes it to create dynamic HTML to be sent to the browser
però questo si riferisce solo a pagine jsp, se invece ho situazioni più complesse? tipo un inseime di war jar ecc..