I've developed one simple generator that consumes java POJOs, inspects them via reflection and produces CRUD wicket components from the template.
If you are interested, I can publish it on the github as a separate project.

Vit

On 10/09/2017 09:57 AM, badgers wrote:
Hi,

in my project I have a lot of easy master data gui's...nothing complex.
mostly with one foerign key in its data store.

I want to develop a code generator which is based on metamodel.
Goal is to generate based on a DSL? Beans with Annotations? or something
similar wicket gui's, service's that at the end automatically persists all
in a database when the persistence is generated too.

But the first goal is to generate the Wicket GUI, the binding and the GUI
Model who calls a Service.

How would you recommend to start such an approach?

thx

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to