Categories:
Latest Articles:
Stats:
- Entries = 1,207
- Notes = 707
General Links
Simple Time Tracker redux
Since originally writing my Simple Time Tracking application I've been meaning to migrate the project away from version 2.0 of the wicket framework (which was ultimately scrapped) to the current 1.4 milestone releases and publically release the code. On a cold and wet evening I spent a few hours pulling the code out of storage and updating it, as it's been ages since I've used wicket I thought it'd also be good to document what changes I'm making.
- Change imports from wicket.* to org.apache.wicket.*
- Replace ISessionFactory getSessionFactory() with Session newSession() on the Application class.
- Revert component constructor changes - Wicket 2.0 took the parent in the constructor where as 1.4 uses the original scheme.
- Add generics to Model instances.
For some reason the screen cast above only plays in Safari for me and not in Firefox, hopefully it works for other people.
I should have the initial code-drop up on google code or somewhere else in the next few days after a few more regression bugs have been sorted.Technorati Tags: development
Comments (2)
Safari doesn't work for me either...
Strange.. it works for me on my linux box, stupid computers.