cancel
Showing results for 
Search instead for 
Did you mean: 

Developing webapp with openUI5 (not connected to SAP system)

10-25-2019 12:15 PM
claudino Explorer
758 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello,
i have to develop a simple webapp not connected to any SAP system.

Can i use openUI5 to do this?
Can i put the last release on any web server and start to develop?
Can i use MySQL to manage data? (CRUD operations)
How can i manage user authentication?

Thanks in advance for your attention.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

mariusobert
Developer Advocate
Developer Advocate

Hi Claudio,

sure! OpenUI5 is a free UI-framework that you can use for any project 🙂

You can download the latest release and put it on your web server, or pull the library on-demand from our Content Delivery Network (CDN).

You can also use any DB technology and user auth mechanism you would like. The UI framework doesn't set any requirements on the server side.

Answers (1)

Answers (1)

Sharathmg
Active Contributor

Yes. It's an open framework ui technology. Connect to database using Rest Or graphql protocol apis. Depends on the technology stack in your firm.