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.  Portlet Vs DSP page

    Posted 02/17/09 02:44 PM

    Can anyone suggest the advantage of using portlets replacing dsp pages. We have a custom table in our implementation, where we maintain the configurable parameters. As of today, we have exposed this table content using dsp page. During our upgrade, we were getting some recommedations to replace the dsp page with portlet.

    Is there a way, where we can give restricted access to the display content based on user-id in dsp pages? For a particular user-id, instead of displaying all table content in dsp have to provide access only to certain entries.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Portlet Vs DSP page

    Posted 04/01/09 08:00 PM

    You can use wm.monitor.util:getCurrentUser (WmMonitor) to check which user is invoking a service. Create a service that calls getCurrentUser and does some validation. You can do an %ifvar% in your DSP to verify whether the user is allowed or not.

    Chris


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB