Sign in
apache
/
wicket
/
refs/heads/WICKET-6847-onEndRequest-before-flush
/
.
/
wicket-user-guide
/
src
/
main
/
asciidoc
/
componentQueueing
/
componentQueueing_5.adoc
blob: 872ec0fbd18fc0daff3012e94852a5d4781e3ccc [
file
] [
log
] [
blame
]
Component
queueing
is
a
new
and
improved way of creating the component hierarchy
in
Wicket
7.
By
having to define the hierarchy only once
in
markup we can make the
Java
-
side code simpler
and
more maintainable
.