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.

 View Only
  • 1.  JSP with Xalan to Perform XSLT

    Posted Fri June 20, 2003 12:28 AM

    Hi,

    I would like to use JSP with Xalan parser to develop a web application with Tamino as backend database.

    After reading abit, it seems that I must definitely have the Tamino passthru servlet installed in order to apply XSL transformations to results from Tamino? How about X-Application? Would I definitely need that too?

    Is there any way I can still develop a web application using JSP with Tamino without the passthru servlet & X-Application? I’m not sure exactly what other options I have, or whether JSP is the way to go. The web application is rather simple, just to be able to do retrievals & updates to/from Tamino.

    Any suggestions would be appreciated. Thanks.


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: JSP with Xalan to Perform XSLT

    Posted Fri June 20, 2003 10:48 AM

    Hi,

    The pass-thru-servlet provides a way to be able to query Tamino and style the result of that query into some result. With the pass-thru-servlet you are able to specify which processor you wish to use (e.g. Xalan).

    If you use JSP then you can use Xalan to perform the stylesheeting but this will mean developing the code yourself, so from a reuse point of view it may be easier to use the pass-thru-servlet rather than the alternative which would be to use the Tamino Java API and Xalan.

    Since I do not know your application requirements I cannot say if X-Application would be applicable here. X-Application produces JSP pages and provides a taglibrary for building web applications that typically insert/update/modify document(s). If this matches your requirements then X-Application would be beneficial.

    I hope this helps.

    Stuart Fyffe-Collins
    Software AG (UK) Ltd.


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: JSP with Xalan to Perform XSLT

    Posted Mon June 23, 2003 05:53 PM

    Thanks for the information. Can you advise how I can use the Java API in my JSP to do a query to Tamino & perform XSL transformation on the result from Tamino?

    A simple example would really help, if possible. Thanks.

    [This message was edited by Jess on 23 Jun 2003 at 17:03.]


    #Tamino
    #webMethods
    #API-Management