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.  Where to declare java references: portlet.java or portletDef

    Posted 11/27/07 01:56 PM

    Hi,

    I would like to know what is the difference between the two java files.

    portlet.java and portletDefault.java.


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


  • 2.  RE: Where to declare java references: portlet.java or portletDef

    Posted 11/27/07 06:10 PM

    BTW: The scope for all of those beans can be explored by looking at the Managed Bean tab of the Faces Config Editor.


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


  • 3.  RE: Where to declare java references: portlet.java or portletDef

    Posted 11/27/07 06:10 PM

    Every Portlet Application can contain 0 to N portlets
    Every Portlet can contain 0 to Views

    For every Portlet Application, Portlet and Portlet View there is an associated Managed Bean.

    So you’re question can be restated as:
    When adding custom Properties to my Portlet Application, should i add the property to the PageBean or the PortletBean?

    There really isn’t too much difference, but i would recommend adding the property to the PageBean if it is only going to be accessed by that one bean.


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