Hi Team,
Am new to Fiori launch pad, as well as UI5.
I have the structure of the project as shown below.
My organization data is in Oracle DataBase.
I have developed Portal Develoment Kit of type Abstract Portal Component service , which basically connects to oracle data base using JDBC API, for fetching the data from DB, and provides the same to the front end applications in JSON Format.
Front Ends we have migrated all webdynpro java applications to UI5 applications, which uses Jquery Post and Get Methods to connect to the PDK and fetch the data from the DB.
Now i have a requirement for developing the same UI5 apps to Mobile kind of app. I mean to download an App in mobile, and basic end user authentication where these users are maintained in the LDAP, should take place.
All operations of fetching the data from the Oracle Database etc.. all remain the same.
Please let me know the steps.