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.


#TechXchangePresenter
 View Only
  • 1.  I want to learn all about dsps in webMethods

    Posted Wed April 24, 2024 06:10 AM

    I want to know certain things about dsp

    Can we use the dsp to retrieve data of the user from external databases through Integration Server’s jdbc adapters ? Basically can we perfrom CRUD?

    Can we use the dsp to session manage?

    Lastly, If I use Javascript in my web application, for example i have a button and i want to display certain fucntionality after i click the button or retrieve some data, so can i invoke dsp flow services in that?


    #webMethods
    #DSP


  • 2.  RE: I want to learn all about dsps in webMethods

    Posted Wed April 24, 2024 09:12 AM

    The answer to all those questions is yes.

    Conceptually the built-in web server of IS is similar to Ruby on Rails, in that you can deliver server-side processed pages.

    To get started, I recommend that you look at the pages in the WmRoot package. Using these as a starting point is what I did many years ago.

    In addition, there is no problem to also use things like JQuery, Bootstrap, or even Angular. But for starters I would probably recommend to start with just Bootstrap, Tailwind, or whatever you like. And then, as always, it just depends on the requirements.


    #DSP
    #webMethods


  • 3.  RE: I want to learn all about dsps in webMethods

    Posted Thu April 25, 2024 12:38 PM

    Thank you for your help, Ill look into it.


    #DSP
    #webMethods


  • 4.  RE: I want to learn all about dsps in webMethods

    Posted Tue May 28, 2024 07:03 AM

    Here is another point of view:

    Don’t be limited to DSP to handle your UI. You can still build your UIs with JS librairies like jquery, react or angular. With JS librairies you can consume apis built by webMethods. So don’t be limited by DSPs.


    #webMethods
    #DSP


  • 5.  RE: I want to learn all about dsps in webMethods

    Posted Tue May 28, 2024 07:19 AM

    Hi,

    additionally you might want to look for the CAF or OpenCAF frameworks.
    There exist some guides regarding these in the documentation section here.

    Regards,
    Holger


    #DSP
    #webMethods


  • 6.  RE: I want to learn all about dsps in webMethods

    Posted Wed April 24, 2024 09:17 AM

    Hi,

    for further informations you should look for the DSP and Templates Developers Guide as well as the IS Built-In-Services Reference available in the documentation section.

    Regards,
    Holger


    #DSP
    #webMethods