Gonzalo Aguilar Delgado's blog

Wicket: Sending ajax forms easy with wicket-dojo

It's nice to be able to use new technologies in a way easy and agile. What we want to do is to be able to send a form with ajax and at the same time be able to tell the user that the form is being submitted. Like this (colors are degraded because it's gif):      

Building scaffoldling in Wicket

When building a new site you have to program a lot of repetitive tasks. Most of them are related with managing your database objects. Adding users removing users and so on. Scaffolding is a technique that builds forms for you. It keeps all information relating to a business object together. And most important, it keeps you from making mistakes when managing the objects. Repetitive tasks are not for humans!!!!
Syndicate content