Hi,

now I blogged about this stuff recently:
http://karussell.wordpress.com/2010/01/18/crud-with-wicket-guice-db4o-neodatis/

Comments and requests of reformulations are welcome ;-) !

Question 1. is fixed ... maybe someone could point me to a solution of 2.?

Regards,
Peter.

Hi,

Thanks to Jeremy Thomerson who pointed me to jweekend [1] which helped me
a lot to get started with a simple CRUD webapp based on wicket and guice (+db4o)
see [2] for a screenshot.

I have now the following problems:

1. If I select an Event (row of DataView) and want to remove it directly after the selection I lost the database connnection. It seems to me that something with guice and
session management is not properly handled of my app.

2. E.g. if I select event1 from the list and want to create a new event2 based on the properties of event1. event2 is shown correctly where the row of event1 is now identical to the one of event2, although this is fixed after refreshing the page via F5.

Do you have a feeling which could be wrong here?
I would simply attach two failing test cases but I didn't get the tests working.
I try to figure this out now...

The maven project is here:
https://timefinder.svn.sourceforge.net/svnroot/timefinder/branches/timefinderwicket/

After mvn install (it should compile without any set up)
run mvn jetty:run and go to
http://localhost:8080/timefinderwicket/event


Regards,
Peter.

[1]
http://www.jweekend.com/dev/LegUp

[2]
http://peat_hal.users.sourceforge.net/wicket-guice.png




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to