Wicket Web Beans
· Wicket Web Beans (WWB) is an Apache Wicket component toolkit for displaying and editing
POJOs that conform to the JavaBeans specification. Web pages are automatically generated
based on bean properties and certain conventions. If necessary, the layout, editability, and
actions of these pages can be customized on an exception basis. In other words, the toolkit
normally does what you'd expect, but when it doesn't, you can override its behavior.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window WicketWebBeans-parent-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.