OpenBravo is an open source ERP system, is it possible to run it on Google’s Java AppEngine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, the app itself would run but the major obstacle is the relational database Openbravo comes with.
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.
So the answer is no, not without a lot of work.