Creating and importing web pages and resources
After you create a web project, you can populate your web application with the required web pages and web resources that complement the high-level goal and supporting goals of your web application.
- Creating web pages
The New Web Page wizard helps you to create HTML and Dojo Mobile HTML. - Rich Page Editor
Use Rich Page Editor to easily edit HTML files, add Dojo widgets to HTML pages, and create and edit web pages for mobile devices. Rich Page Editor is a multi-tabbed editor that provides multiple views to show different representations of your page. - Creating servlets
You can use the servlet wizard to create Java™ servlets. The wizard walks you through the creation process and provides output files for use with your web application. The servlets can run on WebSphere® Application Server or other Java EE-compliant web servers. - Creating filter classes
The Filter wizard enables you to create Java filter classes for various Java EE filter types, such as authentication filters, encryption filters, and data compression filters. - Creating listener classes
The Listener wizard enables you to create Java listener classes for various Java EE listener types that are related to servlet context and session events and attributes. - Importing web archive (WAR) files
You can use the WAR Import Wizard to import WAR files into your project. - Exporting web archive (WAR) files
A web archive (WAR) file is a packaged web application that can be exported to test, publish, and deploy the resources that are developed within a web project. You can export a WAR file from a web project.
Parent topic: Developing web applications
Related tasks:

