I have tamino database withTamino WebDAV Server 4.2.2.9, Apache tomcat -servlet container and now I search some values from tamino DB with my JSP- page. Search JSP-page working very well, but now I try drawing curve finding values and that’s very problematic…
My JSP-pages using XQuery -language, Anybody know how its possible
drawing curve using XQuery -language(and JSP-page)?
It’s not clear from your description what you’re trying to do. Do you want to generate a graphic in your JSP page based on the result of your query? The easiest way to do this is to generate SVG for the graphic. This implies that your client is using a browser that supports SVG (Firefox 1.5, for example.)
Hi, and thank’s your answer.
Thats true, I make one xquery -question from “search.jsp”(JSP-page) to Tamino database and result of my xquery I try generate graphics.
Ok, connection from “search.jsp” to Tamino database working very well, but now my problem is what is easiest way generate graphics? But, maybe this SVG -technique is good for me. Do you know any good SVG-example page ?