Return-Path: Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 25363 invoked from network); 17 May 2002 13:26:20 -0000 Received: from pimout4-ext.prodigy.net (HELO pimout4-int.prodigy.net) (207.115.63.103) by daedalus.apache.org with SMTP; 17 May 2002 13:26:20 -0000 Received: from galina (adsl-66-136-201-178.dsl.austtx.swbell.net [66.136.201.178]) by pimout4-int.prodigy.net (8.11.0/8.11.0) with SMTP id g4HDQLY107556 for ; Fri, 17 May 2002 09:26:21 -0400 Message-ID: <032901c1fda6$517c8cc0$12c68842@galina> From: "Ivelin Ivanov" To: References: <006f01c1fcd1$78be8200$670004c0@PC103> Subject: Re: [] Dynamic system with WWH (what we have) Date: Fri, 17 May 2002 08:25:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I can only comment on the applet option. If possible I would suggest that applets are avoided at this point. Unfortunately they're not quite predictable on windows platform, especially with all the mess MS intentionally creates. I can't run applets on my Win98/IE 5.5 browser for a few months now. However I would opt for pushing xml/xslt to the client, so that the real time consuming operations are not performed on the server. By the time forrest is ready for prime time, majority of browser installations will support xslt. ----- Original Message ----- From: "Nicola Ken Barozzi" To: Sent: Thursday, May 16, 2002 7:00 AM Subject: [] Dynamic system with WWH (what we have) > [WARNING: Nicola Ken thinking out loud] > > It seems that when we talk about a dynamic system, we talk about online > databases and servlets. > > Is this *really* necessary? > > Apache gives us these passive resources: > > - CVS > - Bugzilla-Scarab > > Ant these active resource: > > - viewcvs > - Gump > > The browser gives us these active resources: > > - applets > - javascript > - forms > > As you see, we have already more that a static website, and the last posts > to Forrest and Cocoon have brought to these conclusions. > > Now, Forrest is a Community Tool, what others call a project/content > management system. > > We need to > - do the sites of the projects > - do nagging-alerts > - make stats. > - recieve content updates > > The first three can be done ala Gump, what remains is the CMS we need, and > what we have is CVS. > > To view content with CVS in real-time we could use viewcvs. > > Another option is to use an applet-Java app to get stuff from CVS and edit > it. > > I think that this is the best solution, because it takes load from the > server and can be made to run *now*. > > What do you think? > > -- > Nicola Ken Barozzi nicolaken@apache.org > - verba volant, scripta manent - > (discussions get forgotten, just code remains) > --------------------------------------------------------------------- >