« Return to Thread: Misc Thoughts

Misc Thoughts

by petar :: Rate this Message:

Reply to Author | View in Thread

Hi again,

now I am ready to thank you very much for WicketRAD! (I got it working ;-))

I have some questions/thoughts:
 * Couldn't you add a default behaviour for e.g. Strings <-> it should annotate the property with @TextField (for the editor) and @LabelProperty (for the table)
 * Shouldn't WiRAD add the yaml-file-approach of WicketWebBeans to configure beans?
 * And shouldn't WiRAd use one annotation @WRAD(editor="textfield", sortable="true", ..) instead of all the annotations?
 * [JPA] Is there a way to avoid extending from DataWebApplication (instead of WebApplication)?

Finally you should document that we can use @WysiwygEditor instead of @TextField. This is very very cool!
BTW: the user then needs to add
<dependency>
  <groupId>commons-collections</groupId>
  <artifactId>commons-collections</artifactId>
  <version>3.2.1</version>
</dependency>

Regards + and happy WiRADing,
Peter.

 « Return to Thread: Misc Thoughts