473,563 Members | 2,662 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Integrating .NET web app into IBM Websphhere portal

Hi,
I would like to integrate a .NET web application into IBM Websphere
portal. Whati is the best way of integrating these two beasts?

Is there are way to get my .NET application to return XML compliant with JSR
168?

TIA

Nov 18 '05 #1
5 2755
have a look at this link:
http://www.theserverside.com/talks/V.../interview.tss

and then do a bit of googling....

"Shikari Shambu" <sh************ *@hotmail.com> wrote in message
news:uL******** *****@tk2msftng p13.phx.gbl...
Hi,
I would like to integrate a .NET web application into IBM Websphere
portal. Whati is the best way of integrating these two beasts?

Is there are way to get my .NET application to return XML compliant with
JSR
168?

TIA

Nov 18 '05 #2
Shikari Shambu wrote:
Hi,
I would like to integrate a .NET web application into IBM Websphere
portal. Whati is the best way of integrating these two beasts?

Is there are way to get my .NET application to return XML compliant
with JSR 168?


I don't think such a component exists -- you'll have to write on yourself.

Cheers,

--
Joerg Jooss
jo*********@gmx .net
Nov 18 '05 #3
"Joerg Jooss" <jo*********@gm x.net> wrote in message
news:en******** ******@TK2MSFTN GP09.phx.gbl...
Shikari Shambu wrote:
Hi,
I would like to integrate a .NET web application into IBM Websphere
portal. Whati is the best way of integrating these two beasts?

Is there are way to get my .NET application to return XML compliant
with JSR 168?


I don't think such a component exists -- you'll have to write on yourself.


What is JSR 168?

-----
John Saunders
Nov 18 '05 #4

"John Saunders" <jo************ **@hotmail.com> schrieb im Newsbeitrag
news:OC******** *****@TK2MSFTNG P11.phx.gbl...
"Joerg Jooss" <jo*********@gm x.net> wrote in message
news:en******** ******@TK2MSFTN GP09.phx.gbl...
Shikari Shambu wrote:
Hi,
I would like to integrate a .NET web application into IBM Websphere
portal. Whati is the best way of integrating these two beasts?

Is there are way to get my .NET application to return XML compliant
with JSR 168?


I don't think such a component exists -- you'll have to write on
yourself.


What is JSR 168?


JCP's Portlec spec, see http://www.jcp.org/en/jsr/detail?id=168. It's an API
for building web portals from reusable page fragments (aka portlets).
Cheers,

--
Joerg Jooss
jo*********@gmx .net
Nov 18 '05 #5
As Dino writes NetUnity Software actually at http://www.netunitysoftware.com
allows the integration of .NET to any compliant WSRP Portal including
WebSphere Portal.

The framework matches fairly well with the JSR-168 since WSRP and JSR-168
were developed at the same time and share a lot of common features. The WSRP
..NET Framework is a web Service as (WSRP - Web Services Remote Portlets)
NetUnity portlets use attributed code to describe the metadata of the
portlets and even allow ASP.NET pages to be executed to return the fragments
of markup for the WSRP Portlet.

Example "Hello World" portlet in the NetUnity WSRP .NET Framework:

using System;
using NetUnity.eWSRP;

namespace NetUnityExample
{
[OfferedHandle(" 5f8a7896-ae46-45b3-a3f4-8b420af6a563")]
[Title("Hello World")]
[Description("Di splays Hello World")]
[Modes(PortletMo de.View)]
[WindowStates(Wi ndowState.Maxim ized, WindowState.Min imized,
WindowState.Nor mal, WindowState.Sol o)]
public class HelloWorldPortl et : NetUnity.eWSRP. Portlet
{
protected override void OnRenderView()
{
Response.Write( "Hello World");
}
}
}

WSRP is a good start in standardizing the world of portals. If you have
little or no experience in JSR-168 or Java and want to integrate your Portal
with .NET the NetUnity WSRP .NET Framework would seem to be your best
solution.

- Mike

"Dino Chiesa [Microsoft]" <di****@online. microsoft.com> wrote in message
news:eb******** ******@TK2MSFTN GP12.phx.gbl...
Chiming in. . .

The best way to integrate WebSphere Portal with .NET is via webservices, a
model based on well-thought out and well-supported standards. IBM has
examples of how a Websphere portlet can consume a webservice and emit potlet UI. This is simple, and just works.

It is less optimal to integrate portal artifacts at the UI level. There is a WSRP standard that attempts to cover this, but it is (IMO) neither well
thought out nor well-supported by either Websphere or .NET.
Architecturally , WSRP is an odd bird, and the implementation itself
introduces lots of challenges.

However, if you insist on pursuing WSRP, there are some technologies that
may help:
- NetUnity (www.netunity.com) has a framework to enable WSRP-enabled
portlets in .NET. These are not Sharepoint artifacts, but NetUnity
portlets.
- There is a WSRP producer workspace on GotDotNet, not really usable in
production, but more a proof of concept. It's a Web service product that
ships a HTTP table (with all the right WSRP DHTML class taggin info) in a
WSRP-compliant SOAP envelope. Using this I think there is some manual
construction of HTML, which is then embedded in a WSRP envelope. NetUnity
does quite a bit more.

WSRP Toolkit for Sharepoint
http://www.gotdotnet.com/workspaces/...4-11ba5c16a5b0
-Dino
"Joerg Jooss" <jo*********@gm x.net> wrote in message
news:en******** ******@TK2MSFTN GP09.phx.gbl...
Shikari Shambu wrote:
Hi,
I would like to integrate a .NET web application into IBM Websphere
portal. Whati is the best way of integrating these two beasts?

Is there are way to get my .NET application to return XML compliant
with JSR 168?


I don't think such a component exists -- you'll have to write on yourself.
Cheers,

--
Joerg Jooss
jo*********@gmx .net


Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2912
by: Accolo1 | last post by:
Help we are looking for this person, do you know them? William wjohnson@accolo.com Title: BEA WebLogic Portal Guru Job #: 03-04468 Check the pulse of your career! Evolve our eCommerce web portal centra nervous system with your advanced knowledge of BEA WebLogic portal an application servers, and J2EE. Using advanced open architectur
0
1413
by: DKode | last post by:
Ok, My company is asking me to build a portal site for managers. I think I have it down how I will structure the app, using C# and module based pages like in the ibuyspy portal example. I plan on using Authorization Manager to define the roles and authentication will be done in active directory. My question has to do with this: All...
4
2112
by: Bob Morvay | last post by:
I am interested in any .NET enabled portal solutions that are in the same class as the J2EE BEA Weblogic portal solution. Can anyone point me to articles comparing the available portal solutions for the .NET Framework? Thanks in advance.
0
1448
by: David Elliott | last post by:
I have been trying to re-create the project/solution files for the example Portal that came with the .NET installation to walk through the code. In an attempt to run the code from my new project/solution directory, I receive an error. If I run it from the install directory it works just fine. I have 4 projects // Not sure why the install...
1
1774
by: Mike | last post by:
I need some help, I need to create a "sports portal" application with a left side nav bar which is permanent. the nav will have NFL, NHL, etc. and in the "white space" of the portal will display modules linked to NFl, NHL, etc. I looked at dotnuke and that looks like it won't work for me, All the modules will be DB driven from Oracle and...
18
1795
by: Juan Gil | last post by:
I have a problem with this. I installed it in my computer to modify it, but when I try to save the configuration file(xml file) the server returned an error that say that I dont have permissions to write in the server. How i can write file in the server?.
1
2024
by: VMI | last post by:
Since I'm interested in developing a screensaver and the animation that I need to do can be done in Macromedia Flash, would it be possible, would it be possible to integrate a Flash component into my Windows Form? Thanks
3
1615
isben22
by: isben22 | last post by:
I am running SP Portal 2 and MS Access 2003. Our SPP has a LIST of events that many departments contribute to. I want to use MS Access to develop custom itineraries based off this calendar of events. Problem: I have linked to the SPS List without trouble, however when it comes to building relationships on an SPS List I am having no luck. ...
0
2544
Paks
by: Paks | last post by:
Hello, me and my team are developing a portal with iGoogle inspired design and Facebook inspired functionality (the customer's request) for non-commericial use and we're stuck on a design issue. We're using the portal framework JBoss Portal 2.6.3-GA and would like to add a extra menu too the dashboard navigation (the menu in the upper right...
0
7580
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7882
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7634
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7945
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5481
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3618
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2079
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1194
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.