Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 93294 invoked from network); 6 Jan 2004 11:29:02 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Jan 2004 11:29:02 -0000 Received: (qmail 98125 invoked by uid 500); 6 Jan 2004 11:28:31 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 97791 invoked by uid 500); 6 Jan 2004 11:28:29 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 97777 invoked from network); 6 Jan 2004 11:28:29 -0000 Received: from unknown (HELO smtpzilla5.xs4all.nl) (194.109.127.141) by daedalus.apache.org with SMTP; 6 Jan 2004 11:28:29 -0000 Received: from p2400.twansoft.com (a80-126-165-160.adsl.xs4all.nl [80.126.165.160]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with ESMTP id i06BSfnh039458 for ; Tue, 6 Jan 2004 12:28:42 +0100 (CET) Message-Id: <6.0.0.22.2.20040106122417.0330d870@pop.xs4all.nl> X-Sender: twanko@pop.xs4all.nl X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 06 Jan 2004 12:29:49 +0100 To: "Jakarta Commons Users List" From: Twan Kogels Subject: Re: [Jelly] (Swing) Roadmap? In-Reply-To: References: <6.0.0.22.2.20040105221050.032bbad8@pop.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello John, Thanks for the reply, i would be more than happy the get view at your framework! It would be nice if you could post a message when you upload it to sourceforge, maybe you could also post a message on javalobby's product announcements, that's a nice place to get a global look of java related releases (most small, but sometimes quite interesting). Greetings, Twan At 04:28 06-1-2004, you wrote: >Hi Twan, > >I am currently working on a GUI project called TS Client which I will post >on Source Forge within a week or 2. >This GUI project is not based on Jelly, but has some features that may >save some hours coding. > >The system is has a MVC pattern with the following features: >- 100% Java using Swing and McKoi as database server >- System can run in server mode and in embedded mode, like for example MS >Access. >- Generic controller handles 90% of all database queries >- Specific controller for join queries >- GenericTableModel is used for all tables > This saves a lot of manual coding as it can be re-used for all > tables. > Has complete separation of colums shown and data stored in table. >- Forms have Search > Table > Form structure consistently throughout the >system. > Creating new forms takes a few hours including testing. >- Jakarta DBCP for connection pooling >- Jakarta Db Utils for returning resultset as a collection, like Map or List. > This keeps clode clean as SQL code is encapsulated in DB Utils. > >With this framework in place creating new forms is fast and easy. >In virtaully all cases you do not need to write SQL statements as this can >be handled by the generic controller. >Even the specific controller can be turned into generic code using meta data. >However in this case I prefered speed over abstraction. >The project does not use XML to generate the view. >However in how many cases do you want to re-use your GUI view for a web page. >This looks very unlikely to me as web pages simply have other requirements >than GUI forms. >Just let me know if you are interested and I will post a message when the >project is life at Source Forge. > >-- >John Zoetebier >Web site: http://www.transparent.co.nz > >On Mon, 05 Jan 2004 22:25:47 +0100, Twan Kogels wrote: > >>Hello, >> >>Today i was looking for a framework to make it easier to develop swing >>gui's and which seperates the gui from the logic in a swing application. >>The swing application will consist of about 90 screens (dialogs and >>panels) and may be converted in a couple of years to a webapplication >>(that's why seperation of view and logic is quit important). >> >>After scanning through Lexor (gpl), SwingML (gpl) and a couple of >>projects which did seam quit dead i bumped against jelly-swing. I read >>through the javadoc and found that only a subset of the swing library is >>complete. >> >>Is there a roadmap or a planning for jelly-swing? > > > > > > >> >>Thanks, >>Twan Kogels >> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org >>For additional commands, e-mail: commons-user-help@jakarta.apache.org > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: commons-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org