| By Matt Silver | Article Rating: |
|
| July 17, 2008 06:00 PM EDT | Reads: |
4,862 |
A standard from OASIS called Web Services for Remote Portlets (WSRP) is used so portlets can be decoupled from a portal. In part one (JDJ, Volume. 13, issue 3) of this article, we introduced the relevant standards and specifications and then demonstrated WSRP’s capabilities by consuming a WebSphere Portal portlet in WebLogic Portal.
In this second article, we’ll explore the reverse scenario by illustrating WebSphere Portal acting as the portlet consumer and WebLogic operating as the portlet producer.
For WebSphere Portal to consume a WebLogic Portal portlet, several things have to happen:
WebLogic Portal
- Functions as a producer
- Offers (shares) the portlet
WebSphere Portal
- Functions as a consumer
- Adds a remote producer
- Creates a remote portlet
- Adds the remote portlet to a page
Once again, WebSphere Portal and WebLogic Portal both function as consumers and producers without requiring any special setup. However, the other steps still need to be taken.
WebLogic Portal – Offer a Portlet
WebLogic Portal automatically lets portlets created using WebLogic for Workshop be shared. There’s a property called Offer as Remote that’s set to true by default. Unfortunately, this property isn’t visible in the WebLogic Portal Administration Console. It’s only visible in WebLogic for Workshop.
Consequently, there’s nothing you have to do to share the portlet. This is different from the way WebSphere Portal behaves, since WebSphere Portal requires that you explicitly share the portlet using the administration console. Now it’s on to configuring the consumer.
WebSphere Portal - Add a Producer
Log onto WebSphere Portal (http://portalpc:10038/wps/portal). Click the Launch button and select Administration to navigate to the WebSphere Portal Administration Console.
Click the Web Services node underneath Portlet Management in the navigation bar.
Click the New Producer button in the Web Service Configuration administration portlet.
Unlike in WebLogic Portal, there’s only one step involved in adding a producer. Enter a Title for the producer, which serves as a label. In this case, input BEA WebLogic Portal Server v9.2. Next, input the URL to WSDL service definitions. This URL points to the WSDL document that contains information about the producer and how to connect to its services. Specifically, it contains the URLs of the WSRP interfaces supported by the provider. In the case of WebLogic Portal, the standard format for this URL is http://host:port/WebAppName/producer?wsdl
In our case, this URL translates to http://portalpc:7001/BEAPortalWeb/producer?wsdl. Enter this URL.
Published July 17, 2008 Reads 4,862
Copyright © 2008 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Matt Silver
Matt Silver is a courseware developer and trainer, currently serving as a senior consultant for Web Age Solutions.
![]() |
agnelom 07/26/09 01:24:00 PM EDT | |||
Hi Matt This is a good starter example. But did you try access resources on the WebLogic producer using the Consumer resourceproxy Servlet on the WebSphere consumer. I am currently facing an issue with access a PDF file that is generated on the Producer which is access via the the ResourceProxy. In homogeneous environments both webSphere-to-WebSphere and WebLogic-to_WebLogic seems to be working fine but not in a heterogeneous environment I have tried with WebSphere-To-WebLogic (C-To-P) and the PDF file comes up blank. |
||||
- Why SOA Needs Cloud Computing - Part 1
- Cloud Expo and The End of Tech Recession
- The Transition to Cloud Computing: What Does It Mean For You?
- A Rules Engine Built in PowerBuilder
- Sybase Named “Silver Sponsor” of iPhone Developer Summit
- How PowerBuilder Got Its Groove Back
- The Cloud Has Cross-Border Ambitions
- Ulitzer Names The World's 30 Most Influential Virtualization Bloggers
- Ulitzer Named "New Media" Partner of Greatly Anticipated iStrategy Event in Berlin
- Risks and Enterprise Mobility?
- Steps for Success in Enterprise Mobility?
- Are Mobile Luddites Resisting Mobility?
- The Difference Between Web Hosting and Cloud Computing
- Sybase CTO to Speak at 4th International Cloud Computing Expo
- Why SOA Needs Cloud Computing - Part 1
- Cloud Expo and The End of Tech Recession
- The Transition to Cloud Computing: What Does It Mean For You?
- Five Reasons to Choose a Private Cloud
- Seeding The Cloud: The Future of Data Management
- The Threat Behind the Firewall
- Economy Drives Adoption of Virtual Lab Technology
- Tips for Efficient PaaS Application Design
- A Rules Engine Built in PowerBuilder
- Sybase Named “Silver Sponsor” of iPhone Developer Summit
- Where Are RIA Technologies Headed in 2008?
- PowerBuilder History - How Did It Evolve?
- The Top 250 Players in the Cloud Computing Ecosystem
- Custom Common Dialogs Using SetWindowsHookEx
- DDDW Tips and Tricks
- OLE - Extending the Capabilities of PowerBuilder
- DataWindow.NET How To: Data Entry Form
- Book Excerpt: Sybase Adaptive Server Anywhere
- Sybase ASE 12.5 Performance and Tuning
- Working with SOA & Web Services in PowerBuilder
- Office 2003 Toolbar: A New Look For Your Old PowerBuilder App
- Dynamically Creating DataWindow Objects
































