hi,
my wicket application uses guice to inject services and dao-s. it works fine
but recently I started to use in-memory db.
so I need somehow initialize(create tables, insert some sample data) my db
after getComponentInjector() and before getHomePage().

of course I could (out of guice configuration) create new DataSource and run
code in WebApplication.init() method but this seems to me as big hack.

can somebody help me with that.

thanks

pozdrawiam
Paweł Kamiński

kami...@gmail.com
pkaminski....@gmail.com
______________________

Reply via email to