Changes between Initial Version and Version 1 of Ticket #988


Ignore:
Timestamp:
Apr 14, 2008, 7:55:20 AM (16 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #988

    • Property Owner changed from everyone to Nicklas Nordborg
    • Property Status newassigned
  • Ticket #988 – Description

    initial v1  
    1010Note 1. Parsing `servlet.xml` is probably better done when initialising the extensions system.
    1111
    12 Note 2. In most cases servlets are reused. I don't know if this is really necessary. It may be better to create a new instance for each request. We don't have to cache instances and we don't have to worry about classloading issues if the extension JAR file is updated.
     12Note 2. In Tomcat, most servlets are reused. I don't know if this is really necessary. It may be better to create a new instance for each request. We don't have to cache instances and we don't have to worry about classloading issues if the extension JAR file is updated.