jena « HTML « JSP-Servlet Q&A





1. Print the jena result set in html(servlet/jsp)    stackoverflow.com

I'm using servlet for manipulating ontology. I got the result of my SPARQL query and I want to display(print) that result in JSP (Servlet). Following code segment can be used to print ...

2. jena Result in Html(servlets/jsp)    stackoverflow.com

List<RowObject> results = new ArrayList<RowObject>();
I tried the above code from Print the jena result set in html(servlet/jsp) post and got the following error:
RowObject cannot be resolved to a type
I ...