RE: portlet refresh,why refresh all?

2002-10-25 Thread Wayne A Christian
I thought there was a way to set the cache properties of each portlet so that the portal will only go to the portlet code if the cache is invalidated. Then to refresh a specific portlet, one would invalidate its cache. The other portlet contents would be retrieved from the portal cache. Is thi

RE: Jetspeed portlets and Javascript

2002-09-18 Thread Wayne A Christian
What about style sheets? Some scripts work w/ style sheets to set things up. I think that needs to be in the head, otherwise you have to programmatically set up the styles. I've seen some scripts which wont work unless things have been set up in head. Wayne Christian Sr. Staff Software Engin

RE: Jetspeed portlets and Javascript

2002-09-18 Thread Wayne A Christian
- From: Sandeep G Nijsure [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 11:18 AM To: Jetspeed Users List Subject: RE: Jetspeed portlets and Javascript Hi Wayne, Thanks!! do you know which jsp/vm file generates the HEAD markup? Thanks, Sandeep On Wed, 18 Sep 2002, Wayne A Christia

RE: Jetspeed portlets and Javascript

2002-09-18 Thread Wayne A Christian
Unfortunately, IBM's portal server doesn't work as well as its advertised. The PageListener interface is suppose to allow you to put markup in the Head section of a page but it doesn't work. I suspect you would have to do the same thing that I'm doing, namely modifying the jsp (or velocity te

RE: About Portlets ( WebSphere & JetSpeed )

2002-09-03 Thread Wayne A Christian
Does anyone have any comments on this? While looking through the (many) websphere jar files I thought I located what looked like the portlet API. There were jetspeed packages, however, it seemed to me that IBM had totally reengineered the jetspeed stuff they supply. Jetspeed portlets extend Abs

RE: jetspeed = slowspeed?

2002-08-28 Thread Wayne A Christian
Are you guys taking average measurements or measuring the first time display? Remember that these are JSPs and the first display includes the time to compile the underlining JSPs which represent the portlet collection. What refresh/display speeds are you getting after the JSPs compile? Wayne

RE: Absolute newbie conceptual question

2002-08-21 Thread Wayne A Christian
What about a webCast for those of use NYC Challanged people. Wayne Christian Sr. Staff Software Engineer Genesys Telecommunications Labs 2100 Gateway Centre Blvd. Suite 300 Morrisville, NC 27560 ? Office: (919) 466-6151 Fax:(919) ? EMail: mailto:[EMAIL PROTECTED]

RE: Panes, Tabs, and Templates

2002-08-16 Thread Wayne A Christian
I'm interested in your implementation of this feature. Wayne Christian Sr. Staff Software Engineer Genesys Telecommunications Labs 2100 Gateway Centre Blvd. Suite 300 Morrisville, NC 27560 ? Office: (919) 466-6151 Fax:(919) ? EMail: mailto:[EMAIL PROTECTED] -

FW: JetSpeed

2002-08-15 Thread Wayne A Christian
We have a requirement for our product that our portal server must be application server neutral. Can Jetspeed run on top of other application servers? Our customers have a wide variety of application servers, including JRun, IPlanet, BEA, WebSphere,... Wayne Christian Sr. Staff Software Engi

relative URLs

2002-08-02 Thread Wayne A Christian
If I have a file (lets say html) under WEB-INF/scripts/ what is the URL to that file? I thought it would be relative to ${catalina.home}, which is the tomcat directory, but I can't seem to get access. If I want a user to be able to type in http://localhost:8080/jetspeed//myindex.html how do

RE: DHTML scripts in portlets

2002-08-02 Thread Wayne A Christian
From: Wayne A Christian Sent: Friday, August 02, 2002 11:28 AM To: Jetspeed Users List Subject: DHTML scripts in portlets Hi all, Many of the DHTML scripts I've seen at http://www.dynamicdrive.com seem to want modifications to the tag or be included in the section. Is there any

DHTML scripts in portlets

2002-08-02 Thread Wayne A Christian
Hi all, Many of the DHTML scripts I've seen at http://www.dynamicdrive.com seem to want modifications to the tag or be included in the section. Is there anyway to get access to these areas or to affect what gets written in them when the portal server is generating the html page? There are

RE: portal application

2002-07-31 Thread Wayne A Christian
e 300 Morrisville, NC 27560 ? Office: (919) 466-6151 Fax:(919) ? EMail: mailto:[EMAIL PROTECTED] -Original Message- From: Wayne A Christian Sent: Wednesday, July 31, 2002 3:16 PM To: Jetspeed Users List Subject: RE: portal application Can multiple portals (not

RE: portal application

2002-07-31 Thread Wayne A Christian
Can multiple portals (not just portlets) run under a single jetspeed directory? For instance, I want a http://localhost:8080/jetspeed and a totally separate http://localhost:8080/jetspeed2 as independent portals. How would I do that if it is possible? Wayne Christian Sr. Staff Software Engineer

RE: Properties file

2002-07-31 Thread Wayne A Christian
Were do we learn about this stuff? There seems to be so much to look at but I don't know until I see something in a message. Wayne Christian Sr. Staff Software Engineer Genesys Telecommunications Labs 2100 Gateway Centre Blvd. Suite 300 Morrisville, NC 27560 ? Office: (919) 466-615

relative path

2002-07-30 Thread Wayne A Christian
Inside AbstractPortlet.getContent(), how can I determine what my directory path is? I'm creating an HTML file on the fly which I intend to load into an IFRAME (so it has scroll bars, since it might be big). using File.getPath or File.getName doesn't get me something that seems to work. I suspec

portal application

2002-07-30 Thread Wayne A Christian
Can someone explain the difference between a regular portlet and a portlet application? or better still, perhaps provide a link to some good documentation/glossary of portlet-eeze? Having skipped over servlets, JSPs, etc, and being dumped right into portlets, I feel like I'm at a disadvantage.

how to deploy into jetspeed

2002-07-29 Thread Wayne A Christian
How does one deploy an already built portal (packaged into a WAR file???) into jetspeed? I know that people who develop their own would use 'ant' on the build.xml file to 'ant deploy', but what if you're delivering something to a customer site. What then? Wayne Christian Sr. Staff Software En

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 determine if a port