I'm frustrated, because i didn't any answer to my question. I searched the
wicket documentation and the web, but found no information.

Nowadays no serios web application can be developed without database 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:

<form>
<input type="text" name="databaseFieldName" />
<input type="submit"/>
</form>
  
Any examples?



dtoffe wrote:
> 
>     Take a look at JPersist (http://www.jpersist.org/). You can do plain
> JDBC and/or POJO oriented data access, and it's more code oriented that
> framework oriented, if this makes sense. I think it's easier to understand
> for people coming from years of desktop database development and when you
> have to access legacy databases with heavy usage of complex stored
> procedures.
>     Disclaimer, I don't know nor use Spring or Hibernate, just didn't
> liked them.
> 
> Daniel
> 
> 
> wjser wrote:
>> 
>> 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-access-tp15613515p15628962.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to