Scaffolding in Wicket

前端 未结 3 1594
北海茫月
北海茫月 2021-01-20 06:04

is there any working, supported and maintained scaffolding solution for Wicket 1.5? I know of

  • Wicketopia at two different locations sourceforge and github but
相关标签:
3条回答
  • 2021-01-20 06:17

    I spend few fours with wicket-webbeans (WWB). It isn't fully ported to wicket 1.5 (but some works have been done in 1.5 branch).

    I think such project (automagicaly bean editor for Wicket 1.5) is very necessary

    0 讨论(0)
  • 2021-01-20 06:26

    You can look at Apache Isis for a domain driven approach. Perhaps you can find a CRUD framework at the Wicket WIKI page dedicated to related projects. Maybe databinder is an option.

    At my company we created our own CRUD framework. While it was not easy, it does give you an advantage and enables you to do things your own way.

    0 讨论(0)
  • 2021-01-20 06:26

    There is a simple CRUD web application for hotel booking based on Wicket 6.0, Ujorm 1.40 and Spring 3.2 frameworks. Graphical interface is built on preview tables and form dialogs, see the next persistent class model:

    enter image description here

    0 讨论(0)
提交回复
热议问题