|
|
| 1 2 |
|
Derek Sergeant
|
In reply to this post
by Dwayne A. Ghant
I noticed the generic answer, but if you let me know where abouts in
uportal the pluto.jar lives I can try and extract its version. (does anyone know how to determine this - or is it just the obvious pluto-version-x.jar) Derek ************************ Derek Sergeant The Portal Team, University of Leeds -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Dwayne A. Ghant Sent: 29 January 2008 17:51 To: [hidden email] Subject: Re: [uportal-user] Luminis equal what to uP???? Good Stuff Derek and Thanks for the help. Another question if you don't mind. What version of pluto is dist. on uPortal 2.5.3 ????????? Derek Sergeant wrote: > I copied this from SungardHE's documentation > > "Luminis Platform IV system uses uPortal 2.5.3 as the base software for > its portal interface," > > Derek > ************************ > Derek Sergeant > The Portal Team, University of Leeds > > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf Of Ken > MacPherson (CampusEAI Consortium) > Sent: 23 January 2008 00:16 > To: [hidden email] > Subject: Re: [uportal-user] Luminis equal what to uP???? > > Dwayne: > CampusEAI has Mirapoint Spring-based JSR-168 compliant portlet for > Mirapoint that was written using Jdeveloper and works > with Eclipse too. If I remember correctly, you folks had to upgrade > latest version of portal 10.1.4 (which was fully > jsr-168 complaint for that portlet to work.) > > I don't know anything about Luminis vs. uPortal versions compatibility, > but we deployed the jDeveloper made jsr-168 > portlets to uPortal, JBOSS, liferay, and other portals. > > The real question is which api did you utilize? > > jsr-168 "java" based: > PortletPreferences prefs = renderRequest.getPreferences(); > or > OLD Original JPDK stuff (Proprietary) > PortletRenderRequest pr = > > ENDER_REQUEST); > > If it's the latter then your portlet will not work in uPortal or other > portlets. > If it's the former then you're ready to go. > Ken MacPherson > Dwayne A. Ghant wrote: > >> To develop portlet in Oracle I used Oracle's JDeveloper 10g with there >> Oralce PDK adapter that's designed for JDeveloper studio. I also used >> Oracle's Portlet API (which now I'm lead to believe that it's >> > proprietary). > >> Below is a link for example: >> >> >> > > ava_adv.htm > >> I think that this API was developed before the finalization of >> > JSR-168, > >> but I'm not sure. At that time I didn't do anything concerning >> Oracle's WSRP v1 / JSR-168 wasn't finalized ether!!! >> Dustin S. wrote: >> > > > --- > You are currently subscribed to [hidden email] as: > [hidden email] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-user > > --- > You are currently subscribed to [hidden email] as: > To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user > -- Dwayne A. Ghant Application Developer Temple University 215.204.3467 [hidden email] ----------------------------- CONFIDENTIALITY STATEMENT: The information contained in this e-mail, including attachments, is the confidential information of, and/or is the property of, Temple University. The information is intended for use solely by the individual or entity named in the e-mail. If you are not an intended recipient or you received this in error, then any review, printing, copying, or distribution of any such information is prohibited. Please notify the sender immediately by reply e-mail and then delete this e-mail from your system. --- You are currently subscribed to [hidden email] as: [hidden email] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user --- You are currently subscribed to [hidden email] as: [hidden email] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user |
|
Derek Sergeant
|
In reply to this post
by Dustin S.
Yes,
Now I have read this properly, I quickly found pluto-1.0.1-rc2.jar on a Luminis IV instance Derek ************************ Derek Sergeant The Portal Team, University of Leeds ________________________________ From: [hidden email] [mailto:[hidden email]] On Behalf Of Dustin S. Sent: 29 January 2008 18:49 To: [hidden email] Subject: Re: [uportal-user] Luminis equal what to uP???? Dwayne, uPortal 2.5.3 uses pluto-1.0.1-rc2.jar. Not sure if that means Luminis uses the same one though. Thanks, Dustin. On Jan 29, 2008 10:50 AM, Dwayne A. Ghant <[hidden email]> wrote: Good Stuff Derek and Thanks for the help. Another question if you don't mind. What version of pluto is dist. on uPortal 2.5.3 ????????? Derek Sergeant wrote: > I copied this from SungardHE's documentation > > "Luminis Platform IV system uses uPortal 2.5.3 as the base software for > its portal interface," > > Derek > ************************ > Derek Sergeant > The Portal Team, University of Leeds > > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf Of Ken > MacPherson (CampusEAI Consortium) > Sent: 23 January 2008 00:16 > To: [hidden email] > Subject: Re: [uportal-user] Luminis equal what to uP???? > > Dwayne: > CampusEAI has Mirapoint Spring-based JSR-168 compliant portlet for > Mirapoint that was written using Jdeveloper and works > with Eclipse too. If I remember correctly, you folks had to upgrade to > latest version of portal 10.1.4 (which was fully > jsr-168 complaint for that portlet to work.) > > I don't know anything about Luminis vs. uPortal versions compatibility, > but we deployed the jDeveloper made jsr-168 > portlets to uPortal, JBOSS, liferay, and other portals. > > The real question is which api did you utilize? > > jsr-168 "java" based: > PortletPreferences prefs = renderRequest.getPreferences(); > or > OLD Original JPDK stuff (Proprietary) > PortletRenderRequest pr = > (PortletRenderRequest)request.getAttribute(HttpCommonConstants.PORTLET_R > ENDER_REQUEST); > > If it's the latter then your portlet will not work in uPortal or other > portlets. > If it's the former then you're ready to go. > Ken MacPherson > Dwayne A. Ghant wrote: > >> To develop portlet in Oracle I used Oracle's JDeveloper 10g with there >> Oralce PDK adapter that's designed for JDeveloper studio. I also used >> Oracle's Portlet API (which now I'm lead to believe that it's >> > proprietary). > >> Below is a link for example: >> >> >> > http://download-uk.oracle.com/docs/cd/B14099_13/portal.1014/b14135/pdg_j > ava_adv.htm > >> I think that this API was developed before the finalization of >> > JSR-168, > >> but I'm not sure. At that time I didn't do anything concerning >> Oracle's WSRP v1 / JSR-168 wasn't finalized ether!!! >> Dustin S. wrote: >> > > > --- > You are currently subscribed to [hidden email] as: > [hidden email] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-user > > --- > You are currently subscribed to [hidden email] as: [hidden email] > To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user > -- Dwayne A. Ghant Application Developer Temple University 215.204.3467 [hidden email] ----------------------------- CONFIDENTIALITY STATEMENT: The information contained in this e-mail, including attachments, is the confidential information of, and/or is the property of, Temple University. The information is intended for use solely by the individual or entity named in the e-mail. If you are not an intended recipient or you received this in error, then any review, printing, copying, or distribution of any such information is prohibited. Please notify the sender immediately by reply e-mail and then delete this e-mail from your system. --- You are currently subscribed to [hidden email] as: [hidden email] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user --- You are currently subscribed to [hidden email] as: [hidden email] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user --- You are currently subscribed to [hidden email] as: [hidden email] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user |
||||||||||||||||
|
Dwayne A. Ghant
|
In reply to this post
by Derek Sergeant
If my research serves to be correct I believe it to be
Pluto 1.0.1 rc2 . Please confirm if you can?? Derek Sergeant wrote: > I noticed the generic answer, but if you let me know where abouts in > uportal the pluto.jar > lives I can try and extract its version. > > (does anyone know how to determine this - or is it just the obvious > pluto-version-x.jar) > > Derek > ************************ > Derek Sergeant > The Portal Team, University of Leeds > > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf Of Dwayne A. > Ghant > Sent: 29 January 2008 17:51 > To: [hidden email] > Subject: Re: [uportal-user] Luminis equal what to uP???? > > Good Stuff Derek and Thanks for the help. > Another question if you don't mind. > What version of pluto is dist. on uPortal 2.5.3 ????????? > > > Derek Sergeant wrote: > >> I copied this from SungardHE's documentation >> >> "Luminis Platform IV system uses uPortal 2.5.3 as the base software >> > for > >> its portal interface," >> >> Derek >> ************************ >> Derek Sergeant >> The Portal Team, University of Leeds >> >> -----Original Message----- >> From: [hidden email] >> [mailto:[hidden email]] On Behalf Of Ken >> MacPherson (CampusEAI Consortium) >> Sent: 23 January 2008 00:16 >> To: [hidden email] >> Subject: Re: [uportal-user] Luminis equal what to uP???? >> >> Dwayne: >> CampusEAI has Mirapoint Spring-based JSR-168 compliant portlet for >> Mirapoint that was written using Jdeveloper and works >> with Eclipse too. If I remember correctly, you folks had to upgrade >> > to > >> latest version of portal 10.1.4 (which was fully >> jsr-168 complaint for that portlet to work.) >> >> I don't know anything about Luminis vs. uPortal versions >> > compatibility, > >> but we deployed the jDeveloper made jsr-168 >> portlets to uPortal, JBOSS, liferay, and other portals. >> >> The real question is which api did you utilize? >> >> jsr-168 "java" based: >> PortletPreferences prefs = renderRequest.getPreferences(); >> or >> OLD Original JPDK stuff (Proprietary) >> PortletRenderRequest pr = >> >> > (PortletRenderRequest)request.getAttribute(HttpCommonConstants.PORTLET_R > >> ENDER_REQUEST); >> >> If it's the latter then your portlet will not work in uPortal or other >> portlets. >> If it's the former then you're ready to go. >> Ken MacPherson >> Dwayne A. Ghant wrote: >> >> >>> To develop portlet in Oracle I used Oracle's JDeveloper 10g with >>> > there > >>> Oralce PDK adapter that's designed for JDeveloper studio. I also used >>> Oracle's Portlet API (which now I'm lead to believe that it's >>> >>> >> proprietary). >> >> >>> Below is a link for example: >>> >>> >>> >>> > http://download-uk.oracle.com/docs/cd/B14099_13/portal.1014/b14135/pdg_j > >> ava_adv.htm >> >> >>> I think that this API was developed before the finalization of >>> >>> >> JSR-168, >> >> >>> but I'm not sure. At that time I didn't do anything concerning >>> Oracle's WSRP v1 / JSR-168 wasn't finalized ether!!! >>> Dustin S. wrote: >>> >>> >> --- >> You are currently subscribed to [hidden email] as: >> [hidden email] >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/uportal-user >> >> --- >> You are currently subscribed to [hidden email] as: >> > [hidden email] > >> To unsubscribe, change settings or access archives, see >> > http://www.ja-sig.org/wiki/display/JSG/uportal-user > >> >> > > > -- Dwayne A. Ghant Application Developer Temple University 215.204.3467 [hidden email] ----------------------------- CONFIDENTIALITY STATEMENT: The information contained in this e-mail, including attachments, is the confidential information of, and/or is the property of, Temple University. The information is intended for use solely by the individual or entity named in the e-mail. If you are not an intended recipient or you received this in error, then any review, printing, copying, or distribution of any such information is prohibited. Please notify the sender immediately by reply e-mail and then delete this e-mail from your system. --- You are currently subscribed to [hidden email] as: [hidden email] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user |
||||||||||||||||
|
Dwayne A. Ghant
|
In reply to this post
by Derek Sergeant
1000 Thanks to you Derek.
I have already set up tomcat 5.5 with Pluto 1.1.4 driver; I have already configured my Eclipse 3 IDE to work with the newer driver it look like I'm going to need to downgrade to Pluto 1.0.1 rc2; then I can develop a test JSR-168 portlet properly (for Luminis 4.) Derek Sergeant wrote: > Yes, > > Now I have read this properly, I quickly found > > pluto-1.0.1-rc2.jar on a Luminis IV instance > > Derek > > ************************ > Derek Sergeant > The Portal Team, University of Leeds > ________________________________ > From: [hidden email] > [mailto:[hidden email]] On Behalf Of Dustin S. > Sent: 29 January 2008 18:49 > To: [hidden email] > Subject: Re: [uportal-user] Luminis equal what to uP???? > > Dwayne, > > uPortal 2.5.3 uses pluto-1.0.1-rc2.jar. Not sure if that means Luminis > uses the same one though. > > Thanks, > Dustin. > > On Jan 29, 2008 10:50 AM, Dwayne A. Ghant <[hidden email]> wrote: > > > Good Stuff Derek and Thanks for the help. > Another question if you don't mind. > What version of pluto is dist. on uPortal 2.5.3 ????????? > > > > Derek Sergeant wrote: > > I copied this from SungardHE's documentation > > > > "Luminis Platform IV system uses uPortal 2.5.3 as the base > software for > > its portal interface," > > > > Derek > > ************************ > > Derek Sergeant > > The Portal Team, University of Leeds > > > > -----Original Message----- > > From: [hidden email] > > [mailto:[hidden email]] On Behalf Of > Ken > > MacPherson (CampusEAI Consortium) > > Sent: 23 January 2008 00:16 > > To: [hidden email] > > Subject: Re: [uportal-user] Luminis equal what to uP???? > > > > Dwayne: > > CampusEAI has Mirapoint Spring-based JSR-168 compliant portlet > for > > Mirapoint that was written using Jdeveloper and works > > with Eclipse too. If I remember correctly, you folks had to > upgrade to > > latest version of portal 10.1.4 (which was fully > > jsr-168 complaint for that portlet to work.) > > > > I don't know anything about Luminis vs. uPortal versions > compatibility, > > but we deployed the jDeveloper made jsr-168 > > portlets to uPortal, JBOSS, liferay, and other portals. > > > > The real question is which api did you utilize? > > > > jsr-168 "java" based: > > PortletPreferences prefs = renderRequest.getPreferences(); > > or > > OLD Original JPDK stuff (Proprietary) > > PortletRenderRequest pr = > > > (PortletRenderRequest)request.getAttribute(HttpCommonConstants.PORTLET_R > > ENDER_REQUEST); > > > > If it's the latter then your portlet will not work in uPortal > or other > > portlets. > > If it's the former then you're ready to go. > > Ken MacPherson > > Dwayne A. Ghant wrote: > > > >> To develop portlet in Oracle I used Oracle's JDeveloper 10g > with there > >> Oralce PDK adapter that's designed for JDeveloper studio. I > also used > >> Oracle's Portlet API (which now I'm lead to believe that it's > >> > > proprietary). > > > >> Below is a link for example: > >> > >> > >> > > > http://download-uk.oracle.com/docs/cd/B14099_13/portal.1014/b14135/pdg_j > > ava_adv.htm > > > >> I think that this API was developed before the finalization > of > >> > > JSR-168, > > > >> but I'm not sure. At that time I didn't do anything > concerning > >> Oracle's WSRP v1 / JSR-168 wasn't finalized ether!!! > >> Dustin S. wrote: > >> > > > > > > --- > > You are currently subscribed to [hidden email] > as: > > [hidden email] > > To unsubscribe, change settings or access archives, see > > http://www.ja-sig.org/wiki/display/JSG/uportal-user > > > > --- > > > You are currently subscribed to [hidden email] > as: [hidden email] > > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-user > > > > > -- > > Dwayne A. Ghant > Application Developer > Temple University > 215.204.3467 > [hidden email] > ----------------------------- > CONFIDENTIALITY STATEMENT: The information contained in this > e-mail, including attachments, is the confidential information of, > and/or is the property of, Temple University. The information is > intended for use solely by the individual or entity named in the e-mail. > If you are not an intended recipient or you received this in error, then > any review, printing, copying, or distribution of any such information > is prohibited. Please notify the sender immediately by reply e-mail and > then delete this e-mail from your system. > > > --- > > You are currently subscribed to [hidden email] > as: [hidden email] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-user > > > > --- > You are currently subscribed to [hidden email] as: > [hidden email] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-user > > --- > You are currently subscribed to [hidden email] as: [hidden email] > To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user > -- Dwayne A. Ghant Application Developer Temple University 215.204.3467 [hidden email] ----------------------------- CONFIDENTIALITY STATEMENT: The information contained in this e-mail, including attachments, is the confidential information of, and/or is the property of, Temple University. The information is intended for use solely by the individual or entity named in the e-mail. If you are not an intended recipient or you received this in error, then any review, printing, copying, or distribution of any such information is prohibited. Please notify the sender immediately by reply e-mail and then delete this e-mail from your system. --- You are currently subscribed to [hidden email] as: [hidden email] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |