Tag Archives: wicket

visural-wicket 0.7.0 release with support for Wicket 1.5

Today I pushed out release 0.7.0 of visural-wicket. This release is primarily a bug-fix and minor enhancement release, with one major feature – support for Wicket 1.5 which was released as stable yesterday! You can get the downloads here (note … Continue reading

Posted in Java, Software Engineering, Wicket | Tagged Java, open-source, visural-common, visural-wicket, wicket | 2 Comments

Implementing security in Wicket with visural-wicket

Wicket has a nice mechanism for plugging in security whereby all components (including pages) have three cross-cutting hooks which can be validated by a security rule – Instantiation Render Enable You can build your own security framework using the IAuthorizationStrategy interface … Continue reading

Posted in Java, Software Engineering, Wicket | Tagged guides, open-source, visural-wicket, wicket | Leave a comment

visural-wicket 0.6.5 release is available!

It’s taken longer than I’d hoped, but the next release of the visural-wicket library for Apache Wicket is now available – 0.6.5 This version is mostly a minor enhancement and fix release, but includes almost 6 months worth of patches … Continue reading

Posted in Java, Software Engineering, Wicket | Tagged Java, open-source, releases, visural-wicket, web, wicket | 4 Comments

Implementing a “Draft Mode” with Apache Wicket Forms

A question came up on wicket-users recently about whether it’s possible to implement a form in Wicket whereby you can bypass the validation temporarily so that users could save prior to submitting the form. Think something along the lines of … Continue reading

Posted in Java, Software Engineering, Wicket | Tagged guides, Java, ui, web, wicket | 3 Comments