Jsp My Fourth Sax Application Jsp
From Fxp Wiki
<%@ page import="vendo.*" %> <%@ page language="java" import="java.io.IOException" %> <html> <head> </head> <body> <% try { MyFourthSaxApp myFourthExample = new MyFourthSaxApp("webapps/JSPWiki/cibdir/inventory.xml",out); } catch (Exception e) { out.println("Something bad happened!"); } %> </body> </html>
Categories: Jspwiki | Wikis | Java | Source Code
