« Return to Thread: Misc Thoughts

Re: Misc Thoughts

by petar :: Rate this Message:

Reply to Author | View in Thread

Hi,

> As for point 3, could you please elaborate a little?

Yes, it is just a cosmetic point. So, instead
@Sortable
@TextField
@Order(1)

it wouldn't blow up the code if you use a one-liner:
@WRAD(sortable="true", editor="textfield", order="1")

for the order problem you could add an annotation for the whole entity:
@WRAD(prop1, prop2, prop3)
but this is not refactoring-save

Another cool point would be the tab feature in WicketWebBeans: it sorts the properties of one bean
into several categories (tabs). E.g. a general property tab and a specific property tab. See here:
http://wicketwebbeans.sourceforge.net/wiki-html/Tabs.html

Regards,
Peter.

 « Return to Thread: Misc Thoughts