We have a EMF based meta-model that is used to configure our application. Until now we used the EMF editor (eclipse based) to create various configuration instances of our product. This has worked well so far but we now want to support the config creation from web UI.
What are the options I have for creating a rich UI from meta-models on Java platform? I know about Naked Objects, Roo etc but those generate end to end application with focus on persistence. I just need good looking UI that can populate the model.
Edit One of the comments suggest a combination of Magritte + Glamour. But those are for smalltalk. Are there any equivalents in Java?
If you want to create an user interface for your models based on your meta-model, you can have a look at the EEF project of the Eclipse foundation. It let people customize and generate an user interface to create and edit models