OpenBravo is an open source ERP system, is it possible to run it on Google's Java AppEngine?
OpenBravo是一个开源的ERP系统,可以在谷歌的Java AppEngine上运行它吗?
1 个解决方案
#1
Well, the app itself would run but the major obstacle is the relational database Openbravo comes with.
好吧,应用程序本身会运行,但主要的障碍是Openbravo附带的关系数据库。
It supports Postgres and Oracle and due to the fact that A LOT of its business logic is inside stored procedures and triggers, it would require substantial effort to convert it to use app engine's datastore.
它支持Postgres和Oracle,并且由于其大量业务逻辑在存储过程和触发器中,因此需要花费大量精力才能将其转换为使用应用引擎的数据存储。
So the answer is no, not without a lot of work.
所以答案是否定的,并非没有很多工作。
#1
Well, the app itself would run but the major obstacle is the relational database Openbravo comes with.
好吧,应用程序本身会运行,但主要的障碍是Openbravo附带的关系数据库。
It supports Postgres and Oracle and due to the fact that A LOT of its business logic is inside stored procedures and triggers, it would require substantial effort to convert it to use app engine's datastore.
它支持Postgres和Oracle,并且由于其大量业务逻辑在存储过程和触发器中,因此需要花费大量精力才能将其转换为使用应用引擎的数据存储。
So the answer is no, not without a lot of work.
所以答案是否定的,并非没有很多工作。