IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  XQuery And Graphics

    Posted 02/01/06 12:07 PM

    Hi to all,

    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)?

    Thanks all answers!

    Best Regards

    Jyri


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: XQuery And Graphics

    Posted 02/03/06 06:06 PM

    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.)


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: XQuery And Graphics

    Posted 02/06/06 07:47 AM

    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 ?

    thanks your help!

    Jyri


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: XQuery And Graphics

    Posted 02/06/06 03:23 PM

    Here’s a SVG Tutorial from W3Schools.com. A Google search should turn up others.


    #Tamino
    #webMethods
    #API-Management


  • 5.  RE: XQuery And Graphics

    Posted 02/07/06 03:08 PM

    It is not JSP solution, Orbeon presentation server (Open Source project) is a good framework to render XML as you want and capture XML using Xform

    Check this url out: www.orbeon.com

    About your question see:

    http://www.orbeon.com/ops/goto-example/charts

    http://www.orbeon.com/ops/doc/processors-charts-spreadsheets


    #API-Management
    #webMethods
    #Tamino


  • 6.  RE: XQuery And Graphics

    Posted 02/15/06 11:05 AM

    Many Thanks all. Now I have one SVG-graphics web-page. Only one small problem…
    I wondering how I can use datetime value with jscript-language?

    Best reqards

    Jyri:shock:


    #webMethods
    #API-Management
    #Tamino