Re: Wicket database access

2008-02-22 Thread Igor Vaynberg
b application can be developed without > > >> database > > >> > access > > >> > > and a no developer should be forced to use a

Re: Wicket database access

2008-02-22 Thread trames
integrate that since most Wicket users tend to use this practice. I am by no means "good" at using Wicket yet, but have a thurst to dig deeper. I just bought the Wicket In Action book and hope that this will do the trick. -- View this message in context: http://www.nabble.com/Wi

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
Have a look at >> >> >> >http://databinder.net/site/show/overview >> >> >> > or just write your own jdbc-Backend. >> >> >> > >> >> >> > > Nowadays no serios web application can be developed

Re: Wicket database access

2008-02-22 Thread James Carman
s very good tools to do data manipulation and > allows you > >> >> >> > to choose whichever Framework you want to use for > Database-Access. > >> >> >> > > >> >> >> > Have a look at > >> >>

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
ite your own jdbc-Backend. >> >> > >> >> > > Nowadays no serios web application can be developed without >> >> database >> >> > access >> >> > > and a no developer sh

Re: Wicket database access

2008-02-22 Thread James Carman
>http://databinder.net/site/show/overview > >> >> > or just write your own jdbc-Backend. > >> >> > > >> >>

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
n here. Wicket goes the Java-Way and so >> using >> > objects for any data manipulation seems to be the right thing. >> > >> > Kind regards >> > Florian Sperber >> > >> > >> > >> > -

Re: Wicket database access

2008-02-22 Thread James Carman
ew > >> > or just write your own jdbc-Backend. > >> > > >> > > Nowadays no serios web application can be developed without > >> database > >> > access > >> > > and a no developer should be forced to use an object-relational > >> mapper. > >>

RE: Wicket database access

2008-02-22 Thread Maeder Thomas
ss architecture inside Wicket (a la Seam) would be a useless complication for us. Thomas > -Original Message- > From: wjser [mailto:[EMAIL PROTECTED] > Sent: Freitag, 22. Februar 2008 10:49 > To: users@wicket.apache.org > Subject: Re: Wicket database access > >

RE: Wicket database access

2008-02-22 Thread Kai Mutz
[EMAIL PROTECTED] <> wrote: > i do know how to handle JDBC. The problem is that i don't know how to > use JDBC inside Wicket. I think that i have to implement > IDataProvider wich would fetch the data from the database, but i > don't know how to do this. I also don't > know how to > insert data int

Re: Wicket database access

2008-02-22 Thread Florian Sperber
he Java-Way and so using > objects for any data manipulation seems to be the right thing. > > Kind regards > Florian Sperber > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > &g

Re: Wicket database access

2008-02-22 Thread wjser
without >> database >> > access >> > > and a no developer should be forced to use an object-relational >> mapper. >> > >> > Please explain what you mean here. Wicket goes the Java-Way and so >> using >> > objects for any data manipulatio

Re: Wicket database access

2008-02-22 Thread Igor Vaynberg
> > objects for any data manipulation seems to be the right thing. > > > > Kind regards > > Florian Sperber > > > > > > > > --------- > > To unsubscribe, e-mail: [EMAIL

Re: Wicket database access

2008-02-22 Thread wjser
g > objects for any data manipulation seems to be the right thing. > > Kind regards > Florian Sperber > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in

Re: Wicket database access

2008-02-22 Thread dtoffe
access and a no developer should be forced to use an object-relational >> mapper. >> >> I wann describe a requirement to be more precisely. >> Howto edit a dataset in a database in a form? The form looks like this: >> >> >> >> >> >>

Re: Wicket database access

2008-02-22 Thread dtoffe
o developer should be forced to use an object-relational > mapper. > > I wann describe a requirement to be more precisely. > Howto edit a dataset in a database in a form? The form looks like this: > > > > > > > Any examples? > > --

Re: Wicket database access

2008-02-22 Thread Florian Sperber
Hi wjser, > I'm frustrated, because i didn't any answer to my question. I searched the > wicket documentation and the web, but found no information. since Wicket is a "Web-Application"-Framework many believe, that it should focus on especially that area. Wicket provides very good tools to d

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
Wicket will not force any method or framework down your throat, wicket is a web framework. It's completely up to yourself to decide which way you want to go.. Its probably why you get so differentiated answers. Whether you use spring or databinder or something else is up to you. regards Nino

Re: Wicket database access

2008-02-21 Thread wjser
object-relational mapper like hibernate or >> ibatis. >> I wanna use plain old sql/jdbc. >> >> thanks in advance. >> > > -- View this message in context: http://www.nabble.com/Wicket-database-access-tp15613515p15628962.html Sent from the Wicket - User mail

Re: Wicket database access

2008-02-21 Thread dtoffe
t? > I don't want to use any object-relational mapper like hibernate or ibatis. > I wanna use plain old sql/jdbc. > > thanks in advance. > -- View this message in context: http://www.nabble.com/Wicket-database-access-tp15613515p15627491.html Sent fr

Re: Wicket database access

2008-02-21 Thread rmattler
t; I wanna use plain old sql/jdbc. > > thanks in advance. > -- View this message in context: http://www.nabble.com/Wicket-database-access-tp15613515p15613574.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Wicket database access

2008-02-21 Thread James Carman
on't want to use any object-relational mapper like hibernate or ibatis. > I wanna use plain old sql/jdbc. > > thanks in advance. > > -- > View this message in context: > http://www.nabble.com/Wicket-database-access-tp15613515p15613515.html > Sent f

Wicket database access

2008-02-21 Thread wjser
Hi all, i have a simple question. How can i access a database from wicket? I don't want to use any object-relational mapper like hibernate or ibatis. I wanna use plain old sql/jdbc. thanks in advance. -- View this message in context: http://www.nabble.com/Wicket-database-a