Non visual Portlets?

2000-09-07 Thread Sergio Rivas
Can exist portlets that they dont visualize any result in the screen?, but they can make some process (like background threads) (eg. A non visual portlet that takes some notice from a RSS channel and saves this result in a DB). saludos, Sergio Rivas Comercio Electrónico B2B

RE: cocoon portlets reusing bug

2000-09-07 Thread Neeme Praks
well, I figured it out finally... It is "feature" is Jetspeed: Jetspeed caches portlets, so when there are two threads accessing the portlet simultaneously they both get reference to the same instance of a portlet (or at least same RunData). When I commented out the caching part, everything

RE: One more (small) rev to PSML.

2000-09-07 Thread Neeme Praks
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Raphael Luta Sent: Thursday, August 31, 2000 8:00 PM [snip] Mainly semantic. I view the Jetspeed system as using 3 kinds of non-engine related components : - viewers: basically takes a datasource

ideas on Jetspeed (Jetspeed2 to some extent)

2000-09-07 Thread Neeme Praks
-Original Message- From: Neeme Praks Sent: Saturday, August 26, 2000 9:49 PM To: Java Apache Framework Cc: Jon Stevens; Kevin A. Burton Subject: RE: Some Questions on Avalon, Turbine, Cocoon, etc. [snip] Well, I've also been playing with the idea of Jetspeed2 for a while now and maybe

Re: how to create batabase for jetspeed

2000-09-07 Thread zeke wu
Ken: I found only MySQL_id_table.sql and MySQL_users_roles_permissions.sql. I I have to create more tables? Thank you very much! Zeke --- Ken [EMAIL PROTECTED] wrote: I had the same problem. The sql you need is distributed with turbine. -Ken zeke wu wrote: Hi, I saw many

Installation under Windows

2000-09-07 Thread Thomas Michael Schwarz
Hallo, I want to use Jetspeed together with Tomcat with Netscape 4.7 under Windows. But i´m to stupid to install Jetspeed correctly! I wondered if someone has written a step by step instruction how to install it: These are my problems: ** Move the "content" directory to "/content" under

Re: how to create batabase for jetspeed

2000-09-07 Thread zeke wu
Ken: Following is my tomcat.log content. I have no idea how to fix it. Please help me. Context log: path="/examples" Adding context path="/examples" docBase="webapps/examples" Context log: path="" Adding context path="" docBase="webapps/ROOT" Context log: path="/test" Adding context

Re: Installation under Windows

2000-09-07 Thread Nicolas GANDRIAU
I have the same probleme with the "content" directory. I thought that Jetspeed was a WebApplication, ready to run, with a lot of extension possibilities, so it must exists a very simple installation procedure, to obtain the default homepage. Thanks for the help. Thomas Michael Schwarz wrote:

Re: [PATCH] enable Japanese characters

2000-09-07 Thread Santiago Gala
burtonator wrote: I will try to get this in to 1.2b2 after I land some other changes. I have it already under my CVS modified files. The places to apply the changes have moved around quite a bit. So I added a getReader() under JetspeedCacheEntry, that takes into account the Encoding. It is

Re: cocoon portlets reusing bug

2000-09-07 Thread Santiago Gala
Neeme Praks wrote: well, I figured it out finally... It is "feature" is Jetspeed: Jetspeed caches portlets, so when there are two threads accessing the portlet simultaneously they both get reference to the same instance of a portlet (or at least same RunData). When I commented out the

RE: ideas on Jetspeed (Jetspeed2 to some extent)

2000-09-07 Thread Evan Lenz
quote Jetspeed front-end will basically consist of bunch of XSLT stylesheets that aggregate internal content that is generated by sitemap pipelines. Any external content will also go through the sitemap. /quote I completely agree that HTML, ECS or not, should be stripped from the Java code. Let