Detach Portlet API?

2002-12-16 Thread Jens Lidgren
Hi, Wonder if it's possible to detach the Portlet API from Jetspeed as is today. I have a portal running without Turbine and I would like to keep it that way. Is it possible to call the portlet framework with some values on the querystring to open a specific pane containing some por

RE: Jetspeed, WPS and JSR 168 / Portlet-API

2002-12-12 Thread Luta, Raphael (VUN)
De : Thomas Fischer [mailto:[EMAIL PROTECTED]] > > Hi, > > After I have found a Portlet-API draft at > http://www.bluesunrise.com/jetspeeddocs I have following Question: > > In the WPS-Portlet API > - the AbstractPortlet ( has a service method with PortletRequest and &

Jetspeed, WPS and JSR 168 / Portlet-API

2002-12-11 Thread Thomas Fischer
have found a Portlet-API draft at http://www.bluesunrise.com/jetspeeddocs I have following Question: In the WPS-Portlet API - the AbstractPortlet ( has a service method with PortletRequest and PortletResponse objects, - Portlets can send events ... in WPS V 4.1 the classes of (IBM) Portlet-API

Jetspeed, WPS and JSR 168 / Portlet-API

2002-12-11 Thread Thomas Fischer
have found a Portlet-API draft at http://www.bluesunrise.com/jetspeeddocs I have following Question: In the WPS-Portlet API - the AbstractPortlet ( has a service method with PortletRequest and PortletResponse objects, - Portlets can send events ... in WPS V 4.1 the classes of (IBM) Portlet-API

RE: jetspeed portlet api 2

2002-10-01 Thread Weaver, Scott
> I am looking for information about jetspeed portlet API 2 (JSR 168) > because If you grab the CVS version there is a proposals directory off of the root that contains a portletAPI directory which has some information on what you might be looking for. However, I have heard in the pas

jetspeed portlet api 2

2002-10-01 Thread Timo Tetzlaf
Hi all, I am looking for information about jetspeed portlet API 2 (JSR 168) because i am writing a degree dissertation. - who can tell me when the new api will release alternatively will there be a reference implementation at first ? - where can I find some tutorials about it

Standardization of Portlet API

2002-09-24 Thread Philipp Schoepf
Hi all, I am currently doing some research on IBM Websphere Portal Server and Apache Jetspeed. My task is to evaluate both solutions especially regarding portlet integration and the integration of different database systems and directory services. Does anyone know when the portlet API will

RE: portlet-api

2002-07-29 Thread Ramiro Rinaudo
Wayne, Jetspeed and Ibm portlets are trying to make a portlet Api standard, but the versions are diferent one from the other. In one you extend a class. On the other you implement an interface. Second you don´t have any turbine service or the easy way of the doAnyThing on your actions

portlet-api

2002-07-29 Thread Wayne A Christian
Someone indicated that jetspeed uses the same portlet API as IBM WebSphere. I see that they have a portlet-api.jar which contains org.apache.jetspeed.portlets.PortletAdaptor. I've not been able to find anything similar in the jetspeed distribution. What I'm trying to do is dete

RE: Status of the "new" Portlet API Implementation

2002-05-03 Thread mmosttler
I agree that the standard has not been designed yet, but an implementation of a new portlet api (which websphere is based on) is checked into the jetspeed cvs. I believe that as new features are added to Jetspeed (before the release of a new standard portlet api) that the code in the portlet_api

RE: Status of the "new" Portlet API Implementation

2002-05-03 Thread Glenn Golden
I don't think this is the case... There will be a 1.3 release soon, within the year, maybe this summer. The next big release is, I believe, 2.0, and should incorporate the new Portlet API standard, not the WebSphere version. That should be a year off, maybe less, based on the time frame o

RE: Status of the "new" Portlet API Implementation

2002-05-03 Thread Jonathan Hamel
duled (approximate)?" Thanks, Jon Hamel -Original Message- From: Glenn Golden [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 2:42 PM To: 'Jetspeed Users List' Subject: RE: Status of the "new" Portlet API Implementation No, it does not. There is no standard yet

RE: Status of the "new" Portlet API Implementation

2002-05-03 Thread Glenn Golden
No, it does not. There is no standard yet - one product's implementation (i.e. WebSphere) does not make a standard. What does make a standard is the Portlet API process going on now under the Java Community Process. Within a year, we expect to have a real java standard for Portlet.

Status of the "new" Portlet API Implementation

2002-05-03 Thread Jonathan Hamel
Hello all- I am trying to confirm if the current release of Jetspeed (1.3a2) supports the "standard" Portlet API developed by IBM (i.e. the Portlet API used in WebSphere Portal Server 1.2 and greater). >From reading the archives and resources on the Jetspeed site, it appears as if

Portlet API JSR on JCP Web Site

2002-01-08 Thread Thomas Schaeck
The Portlet API JSR is now on the www.jcp.org web site: http://www.jcp.org/jsr/detail/162.jsp Best regards, Thomas Thomas Schaeck Architect, WebSphere Portal Server IBM Pervasive Computing Division Phone: +49-(0)7031-16-3479 Mobile: +49-(0)171-6928407 e-mail: [EMAIL PROTECTED] Fax

Portlet API spec

2001-12-25 Thread David Sean Taylor
The new Portlet API specification draft is now in cvs: http://cvs.apache.org/viewcvs/jakarta-jetspeed/proposals/portletAPI/PortletA PIDraft.pdf -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Source for portlet api?

2001-09-21 Thread Scott A. Roehrig
;Mats Forssblad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 6:35 AM Subject: Re: Source for portlet api? > > > "Scott A. Roehrig" wrote: > > > > IBM has returned portions of the WPS code to the Jetspeed project. Not

Re: Source for portlet api?

2001-09-21 Thread Mats Forssblad
"Scott A. Roehrig" wrote: > > IBM has returned portions of the WPS code to the Jetspeed project. Not all > of WPS is open source however. > > Scott Yes, and this is expected. But core portlet API classes in the org.apache.jetspeed.* packages should be available. Disc

Re: Source for portlet api?

2001-09-20 Thread Scott A. Roehrig
IBM has returned portions of the WPS code to the Jetspeed project. Not all of WPS is open source however. Scott - Original Message - From: "Mats Forssblad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 9:31 AM Subject: Source for

Source for portlet api?

2001-09-20 Thread Mats Forssblad
Where do I find the source for org.apache.jetspeed.portlet.PortletAdapter and org.apache.jetspeed.portlets.AbstractPorlet? I have javadoc for the api, and I'm using the compiled classes with IBM Portal Server 1.2, but the source for this and other classes seems not to be present in the Jetspeed so

Re: Possible build with new Portlet API?

2001-09-07 Thread Thomas Schaeck
eutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen, Germany "sbelt" <[EMAIL PROTECTED]> on 09/07/2001 06:30:03 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Re: Possible build with new Portlet API? Sorry, what is

Re: Possible build with new Portlet API?

2001-09-07 Thread Frans Thamura
Websphere Portal Server --- sbelt <[EMAIL PROTECTED]> wrote: > Sorry, what is a "WPS portlet"? > > - Original Message - > From: "Thomas Schaeck" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 07, 2001 7:

Re: Possible build with new Portlet API?

2001-09-07 Thread sbelt
Sorry, what is a "WPS portlet"? - Original Message - From: "Thomas Schaeck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 07, 2001 7:55 AM Subject: Re: Possible build with new Portlet API? > > > We still have to do the mer

Re: Possible build with new Portlet API?

2001-09-07 Thread Thomas Schaeck
We still have to do the merge of the Portlet API implementation with the head. We did implement the portlet API based on a code snapshot earlier this year, meanwhile several changes have been made, for example the layout system improvements that Raphael has done (removing ECS) etc. After

portlet API 2 : Please help !!!

2001-09-07 Thread Christophe MESTRALLET
Helllo, I have downloaded portlet API2 from cvs. It works fine But I have a simple question : How can I deploy my own portlet I know how to deply a portlet with API 1 but I have no idea with API 2 Could you please help me ? Thanks... > Christophe Mestrallet > Chef de projet > Axe

Possible build with new Portlet API?

2001-09-07 Thread Forssblad Mats
Is it possible to build Jetspeed with the new portlet API branch? I have used jcvs to checkout the complete Jetspeed, and I have built it - it does not have the target in the docs, but it seems to build without a target. I don't find any documentation or instructions on how to checkout a

Re: Apache Jetspeed Portlet API 2

2001-09-02 Thread raphael . luta
Ted Husted wrote: > Is the code in the portlet_api branch to be considered a "reference > implementation"? > It's the code contributed by the IBM team. > > I also take it the current plan is to move Jetspeed to the new API in > the 1.3a3 timeframe, rather than move onto Jetspeed 2? > Jetspee

Re: Apache Jetspeed Portlet API 2

2001-09-01 Thread Thomas Schaeck
/01/2001 04:04:49 PM Please respond to Ted Husted <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Thomas Schaeck/Germany/IBM@IBMDE, [EMAIL PROTECTED] Subject: Apache Jetspeed Portlet API 2 So, is the Portlet API in the CVS the best reference copy right now? < http://cvs.apache.o

Apache Jetspeed Portlet API 2

2001-09-01 Thread Ted Husted
So, is the Portlet API in the CVS the best reference copy right now? < http://cvs.apache.org/viewcvs/jakarta-jetspeed/proposals/portletAPI/ > I tried to find one on the IBM sites < http://www.developer.ibm.com/welcome/websphere/wps/ > < http://www-4.ibm.com/software/webservers

Re: Building portlet-api version

2001-08-13 Thread Stephan Hesmer
the tag for the branch is portlet_api Stephan - Original Message - From: "Jason van Zyl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, 02 August, 2001 05:18 Subject: Re: Building portlet-api version > On 8/1/01 11:14 PM, "Thomas Scha

Re: Building portlet-api version

2001-08-02 Thread Frans Thamura
sting Jetspeed API? > > -- Dave > > - Original Message - > From: "Thomas Schaeck" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 01, 2001 6:16 PM > Subject: Re: Building portlet-api version > > > > > >

Re: Building portlet-api version

2001-08-01 Thread Jason van Zyl
On 8/1/01 11:14 PM, "Thomas Schaeck" <[EMAIL PROTECTED]> wrote: > > We use the new Portlet API in Web Sphere Portal Server 1.2. What's the tag for the branch that contains the portlet API? > Best regards, > > Thomas > > Thomas Schaeck > WebS

Re: Building portlet-api version

2001-08-01 Thread Thomas Schaeck
We use the new Portlet API in Web Sphere Portal Server 1.2. Best regards, Thomas Thomas Schaeck WebSphere Portal Server Architect IBM Pervasive Computing Division Phone: +49-(0)7031-16-3479 Mobile: +49-(0)171-6928407 e-mail: [EMAIL PROTECTED] Fax: +49-(0)7031-16-4888 Address: IBM

Re: Building portlet-api version

2001-08-01 Thread Dave Carlson
;[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 6:16 PM Subject: Re: Building portlet-api version > > Rich, > > we have donated the Portlet Container code in the branch some time ago so > that everybody can look at it, but we still have to integrate it with the > CVS head. &

Re: Building portlet-api version

2001-08-01 Thread Thomas Schaeck
Rich, we have donated the Portlet Container code in the branch some time ago so that everybody can look at it, but we still have to integrate it with the CVS head. We intend to continue the integration work pretty soon, so that the new Portlet API can become a part of a JetSpeed release in

Building portlet-api version

2001-08-01 Thread Rich Smith
Can someone tell me how to build, and successfully use, the portlet-api branch version of jetspeed? I've checked it out from CVS, built it, and copied it to the tomcat directory. When I try to open the first page, I get a null pointer exception (see message below). I've duplicated the s

Re: Are the new Portlet api javadocs up to date?

2001-05-30 Thread Robert Dingwell
adocs in the proposal directory for the new Portlet API > out of synch with the actual API. Looking at the docs I downloaded > with the portlet_api branch at least Portlet.java is not the same. > Instead of the beginSession(PortletSession) and > endSession(PortletSession) > methods in

Are the new Portlet api javadocs up to date?

2001-05-30 Thread Robert Dingwell
Hi, Are the javadocs in the proposal directory for the new Portlet API out of synch with the actual API. Looking at the docs I downloaded with the portlet_api branch at least Portlet.java is not the same. Instead of the beginSession(PortletSession) and endSession(PortletSession) methods in the

Re: Java Portlet API

2001-05-30 Thread Klaus Hildner
Hi Thomas, hi all, ... > the new Portlet API was proposed by IBM and defined > together with the JetSpeed OpenSource Community. I have a portlet here that produces dynamic content (i. e. a fragment of a text/html) which itself contains 's that point back towards the portlet applicati

Re: Java Portlet API

2001-05-30 Thread SCHAECK
Micheal, the new Portlet API was proposed by IBM and defined together with the JetSpeed OpenSource Community. The same Portlet API will be provided by the next release of WebSphere Portal Server. We recently have donated the portlet container implementation that implements the Portet API

Re: Java Portlet API

2001-05-30 Thread Johnny Cass
Michael Schommer wrote: > > Hi, > > on the Jetspeed Features-Site I found the point: Soon to standardize on a > Java Portlet API specification. > My question: Is a Java Portlet API planed by sun? I can't find anythink > about it on Suns Java-page. > Search th

Java Portlet API

2001-05-29 Thread Michael Schommer
Hi, on the Jetspeed Features-Site I found the point: Soon to standardize on a Java Portlet API specification. My question: Is a Java Portlet API planed by sun? I can't find anythink about it on Suns Java-page. Gruß Michael -- Java - write once, run any