Self-contained Wicket Fragments
Create self-contained Fragments that don’t need to duplicate markup
Java and Wicket web development thoughts, tutorials, and tips
Create self-contained Fragments that don’t need to duplicate markup
Implement a custom AjaxRequestTargetProvider to prevent duplicate Javascript being sent to the browser.
Change the default behavior of Wicket’s ajax request processing in order to avoid some common bugs.
Investigating a problem with duplicate markup ID’s generated by Wicket and how to solve it.
Let’s compare Wicket and Spring MVC by trying to implement a simple application using both. Our application will allow users to add cars to a database.
The concept of record locking is useful when you want to allow only one user to edit a data record at a time. In a multi-user environment, you want to avoid the case where multiple users are simultaneously editing the same record and possibly overwriting each other’s changes.
Another powerful technique for customizing using property files.
A series of quick tips aimed at improving your productivity. How to create Javascript files with server-side injected values.
In part 2 we look at a more powerful approach to customizing your codebase.
A series of quick tips aimed at improving your productivity. Generating PDF’s from Wicket pages.
Deploying Spring Boot app to AWS Beanstalk with Nginx customization · September 3, 2021