Express (Distributed operating systems), v8.0 > Develop and deploying applications > Rapid deployment of J2EE applications > Constructing a J2EE application from artifacts > Dropping J2EE artifacts into a free-form project
Add and deleting Web artifacts from a free-form project
We can add various artifacts to or delete various artifacts from a free-form project. The artifacts can be source code, annotation source files, or compiled classes.
- Servlets
We can add or delete servlet source code, annotated source, or compiled class files to or from a free-form project.- Web filters
We can add or delete Web filter source code, annotated source or compiled class files for various J2EE filter types, such as authentication filters, encryption filters, and data compression filters to or from a free-form project.- Listeners
We can add or delete servlet listener source code, annotated source, or compiled class files for various J2EE listener types related to servlet context and session events and attributes to or from a free-form project.- JSP
We can add or delete JSP to or from a free-form project.- Static Web content
We can add or delete static Web content to or from a free-form project.
Feedback