With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again.
Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML. Ease of development, support for basic HTML features and automatic conversions are just some of its advantages.
Here are some key features of "Apache Wicket":
· Swing-like OO Component Model
· Ease of Development
· Separation of Concerns
· Secure
· Transparent, Scalable Clustering Support
· Transparent Back Button Support
· Reusable Components
· Simple, Flexible, Localizable Form Validation
· Typesafe Sessions
· Factory Customizable
· Detachable Models
· Border Components
· Support for All Basic HTML Features
· Programmatic Manipulation of Attributes
· Automatic Conversions
· Dynamic Images
· Pageable ListView
· Tree Component
· Localization
What's New in This Release: [ read full changelog ]
· Bug
· [WICKET-4658] - TabbedPanel CSS "last" is wrong if last step is not visible
· [WICKET-4803] - UrlDecoder should log a message when invalid input is provided
· [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
· [WICKET-4893] - AutoCompleteTextField removes DropDownChoice from Page
· [WICKET-4903] - relativeUrl's begins with ./
· [WICKET-4907] - UrlResourceReference generates broken relative URLs
· [WICKET-4942] - Double slash '//' in starting url makes Url.parse output a relative Url
· [WICKET-4989] - WicketTester should send copies of its cookies
· [WICKET-4995] - Using CryptoMapper causes page to render twice
· [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
· [WICKET-5041] - DefaultCssAutoCompleteTextField should have Constructor (String id)
· [WICKET-5044] - Atmosphere + DateLabel
· [WICKET-5045] - Upgrade Atmosphere to 1.0.10
· [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
· [WICKET-5048] - Inline enclosures don't work with diffe...