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
Expand all | Collapse all

Import JSP to MWS

  • 1.  Import JSP to MWS

    Posted Mon July 25, 2011 06:17 PM

    Hi,
    I’ve one application that is completely built on JSP.
    What i’m looking for is there any way i can import some of my JSP pages onto MWS and make them work in CAF.

    Re-building these pages in CAF will take a lot of time, so i want to re-use the JSP pages.

    Regards,
    Sravan


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 2.  RE: Import JSP to MWS

    Posted Tue July 26, 2011 09:41 PM

    Legacy portlets use JSP by default, so you could create some of these portlets and add your custom jsps to those portlets. By default, these legacy tools are hidden, so in order to use them you must enable them with Window → Preferences → General → Capabilities → Advanced → Development → MwS Legacy Portlets.

    Regards,
    –mark


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 3.  RE: Import JSP to MWS

    Posted Wed July 27, 2011 10:56 PM

    Thanks Mark!
    Do we have any documentation on how to create and deploy these MWS legacy portlets?

    Thanks,
    Sravan


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 4.  RE: Import JSP to MWS

    Posted Thu July 28, 2011 08:24 PM

    Have a look at the Portal Designer (MWS 6) documentation on Empower.

    Regards,
    –mark


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 5.  RE: Import JSP to MWS

    Posted Fri July 29, 2011 09:26 PM

    I could not find Portal Designer (MWS 6) but i found guides for MWS 6.5. I hope you’re referring to the same.

    Thanks for the help!
    Sravan


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 6.  RE: Import JSP to MWS

    Posted Fri July 29, 2011 09:34 PM


  • 7.  RE: Import JSP to MWS

    Posted Fri August 05, 2011 04:53 PM

    I went through the Portal Designer Guide 6.5 but i did not find how to existing JSP’s to CAF. But they’re talking about how to re-create the JSP page in portlets.


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 8.  RE: Import JSP to MWS

    Posted Mon August 08, 2011 09:12 PM

    That’s correct. Legacy portlets work entirely with JSPs, so if you want to use JSPs, i’d recommend placing them in legacy portlets. Then you can use Portlet includes if necessary from your CAF portlets.


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 9.  RE: Import JSP to MWS

    Posted Mon August 08, 2011 09:34 PM

    FYI: You can use JSPs in the standards based JSR-168 portlets as well. It may be easier to find documentation for that.

    See the jsr168/wm_helloworld project from [1] for an example of a portlet that renders the user interface using jsp pages.

    1. http://communities.softwareag.com/ecosystem/communities/public/Developer/webmethods/codesamples/portlet_applications.html

    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods