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-tp15613515p15627491.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]