Embed presentation
Download as PDF, PPTX










































The document discusses dynamically generating Wicket components from XML content. It describes an approach where Wicket markup is generated from the XML and parsed to add the appropriate Wicket form components. This allows creating interactive components on-the-fly without code changes for new content types defined in XML. The previous approach of using an intermediate XForms format caused issues. The new approach aims to use generic Wicket components and have content fully integrated within Wicket.








































