简体   繁体   English

我可以使用 openUI5 开发与 SAP 系统无关的 web 应用程序吗?

[英]Can i use openUI5 to develop web app unrelated from SAP system?

I have to develop a simple webapp not connected to any SAP system .我必须开发一个未连接到任何 SAP 系统的简单 webapp。
Can i use openUI5 to do this?我可以使用 openUI5 来做到这一点吗?

I searched online a lot, but couldn't find any answers.我在网上搜索了很多,但找不到任何答案。

It's a simple site with user authentication for exchanging item这是一个简单的网站,带有用户身份验证来交换物品

Can i use MySQL to manage data?我可以使用 MySQL 来管理数据吗? (items and users information) (项目和用户信息)
How can i manage users authentication?如何管理用户身份验证?

Yes you can use it.是的,你可以使用它。 Also you can use it in commercial app.您也可以在商业应用程序中使用它。 Yes you can use any DB, sql or no-sql dbs.是的,您可以使用任何数据库、sql 或无 SQL 数据库。 UI5 built-in support oData, I prefer use it as rest protocol. UI5内置支持oData,我更喜欢用它作为rest协议。
We create SaaS project with C#.Net backend.我们使用 C#.Net 后端创建SaaS项目。
Also there are boiler plate projects for UI5, may be you can start with them.也有 UI5 的样板项目,也许你可以从它们开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以使用哪些Web语言从Web /浏览器应用程序写入磁盘? - Which web languages can I use to write to disk from a web / browser app? 开发可以使用多种类型数据库的应用程序的最简单方法? - Simplest way to develop an app that can use multiple types of databases? 我应该获得Mac来开发或测试我的iPhone网络应用程序吗? - Should I obtain a Mac to develop or test my iPhone web app? 我应该使用什么工具来开发设备中立的Web应用程序? - What tools should I use to develop a device neutral web application? 我可以使用普通Web应用程序(而非GAE应用程序)中的GCS和Cloud Sql API吗 - Can I use GCS and Cloud Sql APIs from normal Web Application (not GAE app) 我可以使用PEAR在Web应用程序中包含模块吗? - Can I use PEAR to include module in web app? 我应该在Web应用程序的用户管理中使用Postgres的角色系统吗? - Should I use Postgres's roles system for a web app's user management? 我可以使用javascript在网络应用上录制语音吗? - Can I use javascript to record voice on a web app? 如何从laravel Web应用程序创建Android应用程序? - How can I create a android app from laravel web application? 将 Postgres 角色系统用于 Web 应用程序身份验证和角色管理是否合法? - Is it legitimate to use the Postgres role system for web app authentication and role management?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM