Develop Web apps


 

+

Search Tips   |   Advanced Search

 

To develop without an IDE...

  1. Migrate any pre-existing code

  2. Write and compile the components of the Web app.

    To access classes that were extended, compile the code using the -classpath option on the javac compiler

    javac -classpath /IBM/WAS70/Dmgr01/lib/j2ee.jar MyServlet.java

  3. (Optional) Disable JSPs runtime compilation, if necessary.

 

Next steps

Assemble the application components in one or more Web modules.


Java Server Faces
Java Server Faces widget library (JWL)
Set Java Server Faces implementation

 

Related concepts


Assembly tools
Web apps
Enterprise (Java EE) applications
Servlets
JSPs
Class loaders

 

Related


web.xml file
Default Application
JSP run time compilation settings
Custom property settings
Web apps: Links