Chapter 8. Building a case study application 313
Open the
RBEditFolder.jsp file, locate the Java Script section at the beginning of
the file, and uncomment the submit line at the
setItemType() Java Script function.
Save the file and close the editor.
Test
Update the WebSphere Testing environment. Add commons-fileupload-1.0.jar
to the class path definition.
Restart your WebSphere Testing server in order to refresh the configuration
descriptor file, so the new servlets and libraries became valid.
8.6 External application
The external application or Internet application implements fewer use cases than
the internal application. It is based on the same MVC model framework as the
internal application, but the business requirements respond to the proper ...