Simple OpenUI5 example running against odata4j OData Service on GitHub
Hi,
for all that are interested in some simple openui5 application running agains a java OData Service build with odata4j framework.
Example:
Simple openui5 application for creating, reading, updating and deleting of Products. Project contains an OData service build with odata4j (http://odata4j.org/). There is no database, all Products are stored in the OData service. Please see project simple-odata4j-producer for OData implementation details skibap/simple-odata4j-producer · GitHub.
Steps:
- Download example from skibap/simple-openui5 · GitHub
- Extract and Deploy on web server
- Start web server
- Test application
Regards,
Paul
Hi Paul,
This is excellent work! I did all the steps mentioned here and its working fantastic. I opened the /simple.svc/$metadata to see the EDM structure of OData service. so odata4j is creating this service right?
Regards,
Chandra
Right.
Hi Paul,
I am trying something on these lines and in dire need of an example, i see that the above links you have provided on Git are not working any more, could you update the post with the latest links.
Regards,
Chen
Hi Chen,
above stated links are up-to-date
skibap/simple-openui5 · GitHub
skibap/simple-odata4j-producer · GitHub
Regards,
Paul
PS: Please check the popupblocker in your browser.