Scaffolding in Wicket

2020-04-11 05:35发布

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 this is still targeted at wicket 1.4, brings it's own wicket and mails to the mailinglists didn't trigger any response in months.
  • Wicket Rad but this hasn't been updated in 18 Months
  • Wicket CRUD which seems more like a tutorial or proof of concept than a working solution.

I can't belive, that there is no solution out there that allows to edit Domain Objects (selecting objects for OneToOne and add-remove-controls for lists would be a big plus). Writing editors isn't the most interesting part of developing a wicket application and getting them to look alike is tiring, so I'm looking for suggestions to automate this...

3条回答
Root(大扎)
2楼-- · 2020-04-11 05:47

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.

查看更多
唯我独甜
3楼-- · 2020-04-11 05:53

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

查看更多
迷人小祖宗
4楼-- · 2020-04-11 05:53

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

查看更多
登录 后发表回答