cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets AbstractInstancePortlet.java

2002-05-14 Thread ggolden
ggolden 02/05/14 19:46:11 Modified:webapp/WEB-INF/conf TurbineResources.properties src/java/org/apache/jetspeed/services/portletfactory JetspeedPortletFactoryService.java src/java/org/apache/jetspeed/portal/portlets

RE: Jetspeed current cvs broken? Tabs on default homepage not wor king

2002-05-14 Thread Glenn Golden
Here's what I found for skin: If you change the top level, the one that has panes, the customizer changes but little - nothing on the portal page shows the new skin. I guess the menu / tab might show something... If you change the skin at the pane level, the one where there are portlets, then i

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java

2002-05-14 Thread Chris Kimpton
Hi, --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > Btw - is it ok if my dog Busby reviews my commits? +1 for Busby to be a committer. ;-) = -- http://www.soccer2002.org.uk - The Game is On! __ Do

RE: Jetspeed current cvs broken? Tabs on default homepage not wor king

2002-05-14 Thread Chris Kimpton
Hi, --- Glenn Golden <[EMAIL PROTECTED]> wrote: > Sorry about that. No problem - at least you know that is not quite the solution to the problem... > > Meanwhile, get these and things work again, at least in my tests > they do! > The tabs and add portlet work fine. The skin change doesn't s

RE: getTemp() usage

2002-05-14 Thread Chris Kimpton
Hi, --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > I do have Jprobe here, but haven't yet tried it on Jetspeed. I tried Optimizeit recently - but most of the delay was in my code... the overall profile lookup was a little slow - around 40ms or so - but that was still not a major impact. Chr

RE: Would there be interest in...

2002-05-14 Thread Chris Kimpton
+1 > > -Original Message- > > From: Setera, Craig [mailto:[EMAIL PROTECTED]] > > > > I have created a different add portlet customizer for > > Jetspeed that uses Javascript and the HTML DOM support in the > > newer browsers to allow the user to select multiple portlets > > in a "tree

RE: getTemp() usage

2002-05-14 Thread David Sean Taylor
> work. We are just beginning traveling soccer season. As a Hey Im a Soccer Dad too! (and Ive got the minivan to prove it :) > -Original Message- > From: Setera, Craig [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 1:18 PM > To: 'Jetspeed Developers List' > Subject: RE: g

RE: getTemp() usage

2002-05-14 Thread Setera, Craig
> You could always do Jetspeed in your part-time at your own pace... Currently, my "own pace" is basically no coding outside of work. We are just beginning traveling soccer season. As a coach, I'm having trouble keeping my head above water between practices, league games and tournament weekends

RE: getTemp() usage

2002-05-14 Thread David Sean Taylor
I do have Jprobe here, but haven't yet tried it on Jetspeed. In the list for the new release, there are two required tasks related to performance. I think we can do a lot to really improve Jetpeed performance with a minimal amount of work (the 80/20 rule as you stated) I have my suspected areas: p

RE: getTemp() usage

2002-05-14 Thread Setera, Craig
My current time being spent on Jetspeed may be going away soon (gotta love when projects get put on the back-burner). If I can find time, I would like to hook Jetspeed up to JProbe and see what it is up to. The 80/20 rule seems to apply quite well to performance tweaking on this stuff. Don't kn

getTemp() usage

2002-05-14 Thread Glenn Golden
I put a breakpoint in TurbineUser.getTemp() and have been watching all the getTemp calls for a single request - wow! There are many. One thing I noticed is that we seem to be building the profile many many times. Even though it's stored in the rundata! I think that the jslink needs it (in Base

RE: Would there be interest in...

2002-05-14 Thread David Sean Taylor
+1 Good luck with your company... > -Original Message- > From: Setera, Craig [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 12:33 PM > To: '[EMAIL PROTECTED]' > Subject: Would there be interest in... > > > I have created a different add portlet customizer for > Jetspeed that

Would there be interest in...

2002-05-14 Thread Setera, Craig
I have created a different add portlet customizer for Jetspeed that uses Javascript and the HTML DOM support in the newer browsers to allow the user to select multiple portlets in a "tree table" interface. This customizer allows takes advantage of the category support to present a nicely organize

User getTemp...

2002-05-14 Thread Glenn Golden
Now I'm really confused. Start here: from DefaultJetspeedRunData.java: public void setProfile(Profile profile) { this.getUser().setTemp("profile",profile); } So what does getUser() return? DefaultTurbineRunData.java does this and returns a: org.apache.turbine.om.security.Us

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java

2002-05-14 Thread David Sean Taylor
See comments below > -Original Message- > From: Glenn Golden [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 6:18 AM > To: 'Jetspeed Developers List' > Subject: RE: cvs commit: > jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata > DefaultJetspeedRunData.java > >

RE: cvs commit: jakarta-jetspeed TODO-RELEASE-1.4.txt

2002-05-14 Thread David Sean Taylor
Yes, that's right. You can list all the profiles in the system, and select the one you want to customize > -Original Message- > From: Setera, Craig [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 10:42 AM > To: 'Jetspeed Developers List' > Subject: RE: cvs commit: jakarta-jetspe

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java

2002-05-14 Thread David Sean Taylor
Im in support of individuality in general, so Im +1 for Glenn doing his own thing. The old way, which was never standardized, everyone just seemed to follow it like sheep, was(is) to specify a java @author tag and then a java version tag with a cvs $Id $ just above the class definition for ex:

RE: cvs commit: jakarta-jetspeed TODO-RELEASE-1.4.txt

2002-05-14 Thread Setera, Craig
David, Is the entry " DT - Profile Browser" the new feature that will allow for the anonymous user to be customized? I know you mentioned that you would be looking at that. Thanks, Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 20

cvs commit: jakarta-jetspeed TODO-RELEASE-1.4.txt

2002-05-14 Thread taylor
taylor 02/05/14 10:40:56 Added: .TODO-RELEASE-1.4.txt Log: - ok, I know its not finally decided that the next release will be 1.4, but I had to call it something... Revision ChangesPath 1.1 jakarta-jetspeed/TODO-RELEASE-1.4.txt Index: TO

RE: Jetspeed current cvs broken? Tabs on default homepage not wor king

2002-05-14 Thread Glenn Golden
Fixed. I could not actually remove the version; I don't have cvs admin rights. So I checked in new versions that are really the prior versions of these two. Sorry about that. What I think is going on is that there's one more feature of User.getTemp(). I think (although I have to go check this)

RE: Portlet API re-implementation

2002-05-14 Thread David Sean Taylor
> > Actually, I propose to create a "whiteboard" area in the > repository where all the committers can "play" with their > different ideas without impacting the main Jetspeed build. > > That will possiby accelerate the rate of development of new > features... > > What do you think ? > +1 A

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions JetspeedAccessController.java

2002-05-14 Thread ggolden
ggolden 02/05/14 10:35:32 Modified:src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java src/java/org/apache/jetspeed/modules/actions JetspeedAccessController.java Log: This is a revert, really: Jet

RE: Next release

2002-05-14 Thread David Sean Taylor
> +1 for a release but -1 for the numbering. > > Why do you want to skip a version number ? Because its been at 1.3 for, what is it now, 2 years? Time to move on to the next version and clearly state that Jetspeed is moving forward and progressing, improving. There are enough new features and de

information about sevlet/portlet and developpement about Jetspeed

2002-05-14 Thread jose saloio
Hi, I will like to know how I can use servlet and JSP with portlet (if you have examples). Moreover, I developped simples portlets and now, I want for example that a person looks at this data via my portal JetSpeed: How I and he make? Thank you, Best regards. José.

RE: Jetspeed current cvs broken? Tabs on default homepage not wor king

2002-05-14 Thread David Sean Taylor
> hours that have caused this - Paul/David? Hey now, there was one other commit yesterday.. > -Original Message- > From: Chris Kimpton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 9:22 AM > To: Jetspeed Developers List > Subject: RE: Jetspeed current cvs broken? Tabs on defa

RE: Jetspeed current cvs broken? Tabs on default homepage not wor king

2002-05-14 Thread Glenn Golden
It was me ;-( Although I'm not totally sure why, moving the profile out of the getTemp() is messing things up. The tab selection Chris saw, as well as the portlet / pane adds and even the skin changes... I think I know why, and I'll track this down. Meanwhile, I'll back out two changes, to:

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf demo-portlets.xreg

2002-05-14 Thread kimptoc
kimptoc 02/05/14 09:25:17 Modified:src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java webapp/WEB-INF/conf demo-portlets.xreg Log: enable the db browser to use alternate torque pool connection Revision

RE: Jetspeed current cvs broken? Tabs on default homepage not wor king

2002-05-14 Thread Chris Kimpton
Hi, --- Glenn Golden <[EMAIL PROTECTED]> wrote: > Speaking of broken, I just tried to update the skin of a portlet, > and > although the customizer page seemed to change with the new color > scheme, it > didn't stick - the portlet and further customization showed the old > skin. > Anybody seeing

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/statemanager JetspeedStateManagerService.java SessionState.java StateManagerService.java

2002-05-14 Thread ggolden
ggolden 02/05/14 07:50:11 Modified:src/java/org/apache/jetspeed/services/statemanager JetspeedStateManagerService.java SessionState.java StateManagerService.java Log: Changed getAttributeNames to return a String[] rather than an iterat

Re: Portlet API re-implementation

2002-05-14 Thread raphael . luta
Glenn Golden wrote: > Raphael - > > I have backed off on changing this stuff now. I like your comments - and I > think many of us feel the urge to re-write this baby, and do it better. I > strongly urge us all to wait for the new JCP Portlet API, and use that as a > given for part of the work,

Re: Next release

2002-05-14 Thread raphael . luta
David Sean Taylor wrote: > Its about time for another release. What do you all think, is it time or > not? > > Im throwing this out there, proposing the release be moved to 1.4. > We've been at 1.3x alpha for a very long time. > +1 for a release but -1 for the numbering. Why do you want to ski

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java

2002-05-14 Thread Glenn Golden
Paul - We are solving a problem that is a problem that nothing else is solving, not properly. StateManager addresses something this is slightly but significantly different that HTTP servlet session management. We end up with incorrect code in Jetspeed by relying on session to store things like

Re: Next release

2002-05-14 Thread Paul Spencer
+1 on 1.4 beta release. Please add the following to the task list. PS - Complete the conversion from link/jlink/clink to jslink Paul Spencer -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java

2002-05-14 Thread Glenn Golden
David (et al) - Comments on the StateManager. In general, I want to stress the difference between the API and the implementation. The StateManager API doesn't use the HTTP session so that it can be be independent of it. I think an API is stronger if it is independent of other APIs, as much as

Re: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java

2002-05-14 Thread Paul Spencer
Glenn David Sean Taylor wrote: > Glenn, > > Just wondering about the philosophy behind the StateManager service, and > that it doesn't use the servlet session. > To continue in the spirit of your commit here, are you saying that we > should be moving everything out of the servlet session and in

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/rundata DefaultJetspeedRunData.java

2002-05-14 Thread Glenn Golden
To address your second issue first, the header and footer is something I've grown used to in my software. It's where I like to place the full CVS $Header line (and use the $Revision only in the @version tag of the class). I like to have it at the top and bottom so I know at a glance that my file

RE: Next release

2002-05-14 Thread Glenn Golden
I'd like to add to the next release whatever is needed to make sure that multiple users can use Jetspeed concurrently using the same and different user and group portal pages... I'm about to start assuring that this works now, and need to be done within a few weeks. Otherwise, +1 to 1.4. - Glen

RE: Jetspeed current cvs broken? Tabs on default homepage not working

2002-05-14 Thread Glenn Golden
Speaking of broken, I just tried to update the skin of a portlet, and although the customizer page seemed to change with the new color scheme, it didn't stick - the portlet and further customization showed the old skin. Anybody seeing this as well? - Glenn > -Original Message- > From: Ch

RE: Portlet API re-implementation

2002-05-14 Thread Glenn Golden
Raphael - I have backed off on changing this stuff now. I like your comments - and I think many of us feel the urge to re-write this baby, and do it better. I strongly urge us all to wait for the new JCP Portlet API, and use that as a given for part of the work, and design a portal engine / por

Jetspeed current cvs broken? Tabs on default homepage not working

2002-05-14 Thread Chris Kimpton
Hi, I am using current CVS, when I try clicking on the tabs, the same page is show - it does not switch tabs, the links are as follows: RSS== http://kimptoc.net:8080/portal/page/default.psml/js_pane/P-edced93d58-1004d Dynamic== http://kimptoc.net:8080/portal/page/default.psml/js_pane/P-edced93d

Re: Portlet API re-implementation

2002-05-14 Thread raphael . luta
[Sorry to be late on this thread, I'm back to work... :(] Glenn Golden wrote: > Here is an annotated version of: > > org\apache\jetspeed\portal\Portlet.java > > our "portlet API". In this annotation, I identify: > > A) things that belong to the portal page definition, not the portlet > B) thi

Re: bug with memory freeing ??

2002-05-14 Thread Chris Kimpton
Hi, --- [EMAIL PROTECTED] wrote: > > - Réacheminé par Pierre BESSON/PROGI.OUEST le 14/05/2002 10:53 > - > > Hello, > > I made some test with jetspeed... > I use w2k, jdk13.1_02, tomcat 3.3a, jetspeed 1.3a2. > > Action| java.exe process size > -

DO NOT REPLY [Bug 6426] - Add Portlet with 3 columns, can't see in 2 columns layout

2002-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4146] - The "protlet list" on the second+ Tabbed pane can not be customized

2002-05-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

bug with memory freeing ??

2002-05-14 Thread PierreBESSON
- Réacheminé par Pierre BESSON/PROGI.OUEST le 14/05/2002 10:53 - Hello, I made some test with jetspeed... I use w2k, jdk13.1_02, tomcat 3.3a, jetspeed 1.3a2. Action| java.exe process size -- start tomcat and jetspeed | 21720 log as a

Re: Next release

2002-05-14 Thread Chris Kimpton
Hi, --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > Its about time for another release. What do you all think, is it > time or > not? > +1 Chris = -- http://www.soccer2002.org.uk - The Game is On!