A generic drag-and-drop framework for Apache Wicket web applications.
Wicket drag-and-drop
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Apache Wicket components for Twitter Bootstrap - Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.
Spring Boot starter for Apache Wicket
Beautiful and interactive javascript charts for Java-based web applications.
Wicket-Source is a developer productivity tool for Apache Wicket applications that bridges the gap between rendered HTML in the browser and the original Java source code. It significantly accelerates development and debugging by allowing developers to directly navigate from browser elements to their corresponding Wicket component definitions. ## Key Features - **Component Mapping** — Records code locations where each Wicket component is constructed and adds HTML attributes to identify them. - **Browser Extension** — Displays component attributes and enables click-to-open functionality for both Firefox (with Firebug) and Chrome. - **IDE Integration** — Eclipse plugin listens for browser clicks and opens the exact source file and line in the editor. ## Philosophy Wicket-Source follows a pragmatic approach to reduce context switching and streamline the development workflow by tightly integrating browser inspection with IDE navigation.