Can I view the Servlet code generated from a JSP after translation?
Yes. To do this, specify the “development=true” attribute in the global-web-application.xml configuration file. The generated servlet code will be saved in the persitstence directory for your application. The persistence directory can be found in the $ORACLE_J2EE_HOME/application-deployments/application directory, where application is the name of the application you are using. The name of the generated code will be your-jsp.jsp.java, where your-jsp.jsp is the name of the JSP that was requested.