
Java Servlets: Advantages(3/4)
Powerful
Java servlets can talk directly to the Web se rver (e .g. lookup for
images stored in standard places)
Servlets can share data among each other (e.g. database connection
pools)
Maintain information from request to request (e.g. session tracking,
caching)
(53/95)
Komentarze do niniejszej Instrukcji