Now sorted, thanks to Elco & Martijn, so have managed to commit my changes.

/Gwyn

On 12/10/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> I just checked in a data generator that adds 35 rows by default to the
> database.
> And also a dataview jar compiled with 1.4 instead of 1.5 so it should work
> on 1.4 sdk
>
> Could you send me a patch for the javadoc or ask oen of the core devels for
> cvs access.
>
> Thanks,
> -Igor
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Gwyn Evans
> > Sent: Tuesday, October 11, 2005 3:37 PM
> > To: wicket-user@lists.sourceforge.net
> > Subject: Re: [Wicket-user] Re: Standard for database
> > integration? (Please!)
> >
> > Coincidentally, I've just got to the stage of having added
> > some Javadocs and a couple of comments to that!
> >   The Javadocs are up at http://javaguy.co.uk/phonebook/ with
> > the updated source in http://javaguy.co.uk/phonebook/src.zip
> > (as I'm not actually a committer in Wicket-Stuff!)
> >
> > /Gwyn
> >
> > On 11/10/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > DataView is not really a database related project. Sure, it started
> > > out because of a need to display database data, but it has no
> > > database-related code in it. It is a project for generating
> > components
> > > with repeating bodies from datasources other then
> > java.util.List. Look
> > > at the wicket-phonebook example I checked in, there is
> > absolutely no
> > > database code anywhere in the ui-layer (wicket), so why do we need
> > > projects that integrate databases and wicket?
> > >
> > > -Igor
> > >
> > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Nathan
> > > > Hamblen
> > > > Sent: Tuesday, October 11, 2005 1:56 PM
> > > > To: wicket-user@lists.sourceforge.net
> > > > Subject: [Wicket-user] Re: Standard for database integration?
> > > > (Please!)
> > > >
> > > > DataView itself is a good example of the need for database and UI
> > > > integration (even its name.). Without something similar
> > pulled into
> > > > wicket.extensions, novice Wicket programmers are left to solve a
> > > > pretty tricky problem right
> > > > off: how do I make a ListView fill from the database
> > without wasting
> > > > all kinds of memory?
> > > >
> > > > It turns out that this problem has been solved, in
> > various ways, in
> > > > various contributed packages, but finding those packages and
> > > > deciding between them is time consuming. Some things you can
> > > > download, others you have check out from the paralyzingly
> > slow anon
> > > > cvs server, and then who knows which examples are the most
> > > > up-to-date or even relevant which db interface you picked...
> > > >
> > > > Learning a new framework is hard enough without all that
> > detective
> > > > work.
> > > >
> > > > Nathan
> > > >
> > > > Igor Vaynberg wrote:
> > > > > What does a standard db integration entail?!? What will
> > it provide?
> > > > > Why do we need to integrate the database layer with the
> > ui layer -
> > > > > arent we skipping the whole middle layer??
> > > > >
> > > > > You don't need wicket-contrib-data* packages to write a
> > database
> > > > > driven wicket app, infact, for me those packages
> > present nothing
> > > > > useful and nothing that makes it any easier to access
> > the database.
> > > > >
> > > > > Here is a very simple architecture:
> > > > >
> > > > > Use spring (or any other container) to create your middle layer
> > > > > and manage all the database stuff (closing/opening
> > session, etc).
> > > > > Have wicket pull out services objects out of the spring context
> > > > > and use them to manipulate data in the database. Done.
> > > > >
> > > > > -Igor


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to