Hi guys, I'm developing a thin framework with the target of allow synch between an iOS App and a Java EE Server.

The idea is yet working, we developed a Core Data Incremental Store and a Java EE 6 application that can answer to the Incremental Store events.

Now the next step is to generate everything staring from the Core Data Model, designed inside XCode.

Basically, the model is simply an XML file, from which I want to generate:

1) Objective C mapping for the Incremental Store
2) Java Entities that map the same model
3) JAX-RS end-point

Of course I want to develop a forge plugin and here I need your advices. 

When I started developing the forge-errai-plugin last year I used the fantastic MetaWidget framework, but now I think that is not the right tool for the job.

So, what do you think is the best way, using forge, to make those generators ?

Thank you.

L.

--
****************************************
http://www.lucamasini.net
http://twitter.com/lmasini
http://www.linkedin.com/pub/luca-masini/7/10/2b9
****************************************