Not sure what part you're asking about. Empire could help you
represent your web service information as Java beans and persist that
into an RDF database, but it can't display any input forms for you.
If you are interested in using Empire within a web-app, I recommend
you go with the Play! [1] framework, it's a very nice and easy to use
framework, and there is an Empire plugin for Play! to make it easy to
use them together. The plugin is currently a bit out of date, but it
should be trivial to get it working with the latest version of Play!
> and for each class in the ontology do i need to write specific code ,
> or i can write generic code using Empire for now ?
>
Again, you're being quite vague, so I'm not sure what to recommend.
You're going to have to write specific code for something at some
point. Empire will help you abstract away the details about RDF &
persistence so you can concentrate on the logic of the system rather
than the mundane bits of dealing with triples and triplestores.
>
> and another question : do Empire supports non English ontologies ?
>
Yes, it should. @RdfProperty supports the ability to constrain the
properties to literal values in a certain language. That's not well
tested, so if you find issues with this, please report them and/or
submit patches.
Cheers,
Mike
[1] http://www.playframework.org/
[2] https://github.com/mhgrove/Imperium
>
> Regards,
> Ghassan
>