jena « Database « JSP-Servlet Q&A





1. Exception forwarding Jena ResultSet    stackoverflow.com

protected void doGet(HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException {

    String filename = "/WEB-INF/TesteLOM2.rdf";
    ServletContext context = getServletContext();

    InputStream ...