Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 3394 invoked from network); 1 Sep 2005 18:07:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2005 18:07:16 -0000 Received: (qmail 6857 invoked by uid 500); 1 Sep 2005 18:07:16 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 6813 invoked by uid 500); 1 Sep 2005 18:07:15 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 6800 invoked by uid 99); 1 Sep 2005 18:07:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 11:07:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [62.140.213.100] (HELO blossom.betaversion.org) (62.140.213.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 11:07:30 -0700 Received: by blossom.betaversion.org (Postfix, from userid 101) id D12FB3CA534; Thu, 1 Sep 2005 18:35:05 +0100 (BST) X-AntiVirus-Version: ClamAV 0.86.2/1051 X-AntiSpam-Version: SpamAssassin 3.0.4 X-AntiSpam-Status: No (score=0.0/limit=7.5) Received: from [18.42.3.133] (DSPACE-12.MIT.EDU [18.42.3.133]) by blossom.betaversion.org (Postfix) with ESMTP id 79F2D3CA52C for ; Thu, 1 Sep 2005 18:35:04 +0100 (BST) Message-ID: <43174351.3080908@apache.org> Date: Thu, 01 Sep 2005 14:07:13 -0400 From: Stefano Mazzocchi User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gump code and data Subject: Re: Gump3 Presentation References: <431603E7.9050802@hotpop.com> <431718B0.4070806@apache.org> In-Reply-To: <431718B0.4070806@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Stefano Mazzocchi wrote: > Thomas wrote: > >> Hi ! >> >> I have now uploaded a working compy of the Gump3 pressentation. The >> webapplication is far from done. But it would be nice with some >> feedback. The code is a bit of a mess so refactoring is indeed needed. >> Mostly I would like idees on what functionality you would like to se in >> the application. >> >> Also a comment on the documentation/installation manual would be nice. >> >> My spelling isn't that good so, be nice ;) but don't keep quite either. >> (need to learn) >> >> So if you have the time please take a look. > > > I'm on it. > > A few comments: > > 1) thanks for keeping the dynagump resources! > > 2) I never used struts but seems easy to learn by example, which is > good for this (and probably much easier than cocoon for newbies) > > 3) I never ran a JSP on this machine (macosx) and I'm experiencing all > sort of defective behaviors in jetty due to the jsp compiler trying to > open a jni library as a zip file (???) > > 4) the web application should *never* start with a directory listing, > the index.jsp page should be in the root not in a folder that you have > to guess where to go > > 5) the tar.gz package should be a war and should contain the classes > compiled into /WEB-INF/classes so that you can deploy-and-forget (or at > least just change the JDBC parameters) > > 6) the SQL data seems weird, but this is probably not your fault > > 7) java 1.5 is, IMNSHO, a little too bleeding edge (especially on a > mac) and eclipse gives all sort of warnings. Not having used generics > yet, I still have no clue of what they mean and how serious they are. > You might want to look into that, though, code should not have warnings. > > 8) I have not looked into the code yet, as I still can't run JSP pages, > but I will as soon as I can. > > 9) there should be a /legal folder that contains all the licenses of > the libraries > > 10) and would also be nice to have a file that depicts the dependencies > between the libraries (so that we could have gump building dynagump) > > 11) you say the mysql jdbc driver is in /lib but it's not (or at least, > not as a standalone jar)... but I suggest we keep it out since it's GPL > stuff. > > In any case, it looks like a very good job from where I stand. Will know > more as soon as I can get it running ;-) Seem that Java 1.5 was indeed a bad idea. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6295519 Thomas, how much work would be to downgrade this to 1.4? -- Stefano. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org