org.apache.wicket.examples.guestbook |
|
Java Source File Name | Type | Comment |
Comment.java | Class | Simple "POJO" bean for guestbook comments. |
GuestBook.java | Class | A simple "guest book" example that allows visitors to the page to add a
comment and see the comments others have added. |
GuestBookApplication.java | Class | Guest book application. |
GuestbookTest.java | Class | jWebUnit test for Hello World. |