Olingo Odata v4 - Generate types,sets and metadata from models

Viewed 776

I am working with JAVA + Olingo Odata v4 library and I was wondering if there is an easier way to "generate" entity types / entities / entitysets using annotations as it used to be the case as in v2 of the same library.

In my opinion manually "binding" entities several times (for the metadata as definition, for the set and for the separate entity as values ) is kinda strange and "not modernistic".

Maybe I am missing the point of it all, so I would be glad to read some opinions that will open my eyes.

1 Answers

Replicacia development platform does the same thing.

disclaimer: I am the founder. Replying this question as more than one person was checking for a solution to this problem.

I have implemented this feature of generating Odata v4 services with odata schema (edmx) OR Star UML file as input. It also generates SAPUI5/OpenUI5 layout code and integrates with Odata service. Other forms of input like Java POJOs/UML support is under development.

Although it is a paid service, I can offer at significantly low price as I am just getting started.

Check the website for more details.

Related