I have cleaned up my integration code a bit and created a small sample project, with lots of comments in the code, so that you (and maybe others) can at least take a look at the code and maybe use it as a starting point.
You can see it working at http://test-www.seeas.nl:8080/jooq-wicket-example/ . The source can be downloaded at http://www.oele.net/jooq-wicket-example/ . To get it to work on your own machine: - open the project (from the ZIP file) in your IDE - create a PostgreSQL database using the the .sql file and make it available under java:comp/env/jdbc/jooq_wicket_example - change the database settings in jooq-codegen.properties - build & run the project.
