Hi, Thanks for your reply! This is basically the idea (i also in the updated the readme):
Apache Wicket is a great framework for web applications, and the decoupling of logic and layout is good, with one limitation: You have to "rebuild" the component hierarchy of your markup in your java code. Using this library makes your life easier: - You don't have to add a component to its parent yourself. - You can skip a component in the markup if you want to. - You can simply have differenty styles with completely different component positions. - You dont have to call the constructor of the component and pass the id as a string. Greetings, F. Jackstadt On Monday, December 16, 2013, Martin Grigorov-4 [via Apache Wicket] wrote: > Hi, > > Thanks for sharing! > > I didn't have much time to investigate your code but the approach looks > interesting. > I'll also have to refresh myself what problems Igor faced while working on > this task. > You can help some more by adding some explanation to the README about the > idea of the implementation and some javadocs to the tests. > I have some TODOs for Wicket 7 (tickets related to request mappers) but I > hope to get back to your idea soon. > > Martin Grigorov > Wicket Training & Consulting > > > On Thu, Dec 12, 2013 at 10:51 PM, Fridolin Jackstadt <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4663048&i=0>>wrote: > > > > This post has NOT been accepted by the mailing list yet. > > I liked the idea of component queuing, unfortunately it was never > > available. > > Since i needed a mechanism that fullfills a similiar task i did this > small > > library: > > > > https://github.com/wicket-acc/wicket-autowire > > > > I would be happy if one of the core team would check it out! > > > > > > > > -- > > View this message in context: > > > http://apache-wicket.1842946.n4.nabble.com/Queueing-components-tp4549759p4662963.html > > Sent from the Forum for Wicket Core developers mailing list archive at > > Nabble.com. > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-wicket.1842946.n4.nabble.com/Queueing-components-tp4549759p4663048.html > To unsubscribe from Queueing components?, click > here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4549759&code=ZnJpZG8zN0BnbWFpbC5jb218NDU0OTc1OXwtMTA0MzgwODYwOQ==> > . > NAML<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Queueing-components-tp4549759p4663115.html Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.
