473,503 Members | 1,617 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 2748
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*************@tk2msftngp13.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*********@gmx.net> wrote in message
news:en**************@TK2MSFTNGP09.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*************@TK2MSFTNGP11.phx.gbl...
"Joerg Jooss" <jo*********@gmx.net> wrote in message
news:en**************@TK2MSFTNGP09.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("Displays Hello World")]
[Modes(PortletMode.View)]
[WindowStates(WindowState.Maximized, WindowState.Minimized,
WindowState.Normal, WindowState.Solo)]
public class HelloWorldPortlet : 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**************@TK2MSFTNGP12.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*********@gmx.net> wrote in message
news:en**************@TK2MSFTNGP09.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
2897
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...
0
1406
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...
4
2099
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...
0
1445
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...
1
1763
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...
18
1790
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...
1
2018
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...
3
1610
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...
0
2535
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. ...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7278
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,...
1
6991
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...
0
7458
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...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
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 ...

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.