开发者

Java-Spring-Hibernate: How can I save a filter and, afterward, how could I use it?

开发者 https://www.devze.com 2022-12-16 19:17 出处:网络
I receive a task for a project which uses Spring, Hibernate and Wicket. In a particular HT开发者_如何学GoML page I must have the possibility to create a filter(set the name of the filter and its para

I receive a task for a project which uses Spring, Hibernate and Wicket.

In a particular HT开发者_如何学GoML page I must have the possibility to create a filter(set the name of the filter and its parameters). I must create a list of filters in this way. In the same time, I must have the possibility to edit and delete the filter, and of course, to use that filter.

Any ideas? How could I do this?


if you're looking for a component to edit a list of items, then this might help: Building a ListEditor form component
you can use spring hibernate (or other ORM's) support to retrieve the data for your model without too much hassle.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号