Archive for March, 2011

Wicket tutorial series – building web application from scratch

Tags: , ,

This post aggregates the  series of Wicket tutorial articles from this blog. But as this tutorial is still not finished and new posts will be published in the near future, please return here again to find new parts or (simpler) just add my RSS to your reader.

Wicket tutorial series

    1. Wicket Tutorial, part 1 – setting up project with Spring 3, JPA 2 and MySQL

    2. Wicket Tutorial, part 2 – adding common layout to the project

    3. Wicket Tutorial, part 3 – first form in our application

    4. Wicket Tutorial, part 4 – custom validator for unique entity name

    5. Wicket tutorial, part 5 – generic unique entity validator

    6. Wicket Tutorial, part 6 – listing locations in a simple manner

    7. Wicket Tutorial, part 7 – editing and removing item locations

 

 

You might also be interested in post Wicket – useful links with other good tutorials, presentations and tools I found useful while learning and using Wicket.


Be Sociable, Share!

Wicket Tutorial, part 6 – listing locations in a simple manner

Tags: , , ,

Today we will add simple listing view for locations added to the database in previous posts.  I said ‘simple’ as there are some more sophisticated ways to show many items using Wicket but probably we will not have many locations to show in our application so simple view without pagination should be ok. More complicated way (DataTable component) will be covered in the future when we will add ‘listing items’ feature’.

Continue reading this post …


Be Sociable, Share!