Skip to Content
Author's profile photo Paul Skiba

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:

  1. Download example from skibap/simple-openui5 · GitHub
  2. Extract and Deploy on web server
  3. Start web server
  4. Test application

Regards,

Paul

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Chandrashekhar Mahajan
      Chandrashekhar Mahajan

      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

      Author's profile photo Paul Skiba
      Paul Skiba
      Blog Post Author

      Right.

      Author's profile photo Former Member
      Former Member

      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

      Author's profile photo Paul Skiba
      Paul Skiba
      Blog Post Author

      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.