Hi Harry,
OFBiz is a web development framework with ERP business modules on top of
it. It's made to be enhanced and you can build your own web applications
with OFBiz. I would simply build the website with OFBiz, providing a
form for the user detail input. You will have all options to use the
database, services etc..
If you have to access OFBiz with a native app (IOS, Android & Co.) you
might want to implement some RESTful services to connect OFBiz with your
app.
From what I understand, I would migrate the website to OFBiz. If it has
a responsive UI design, it will run nicely on smartphones.
Regards,
Michael
Am 18.10.17 um 21:44 schrieb harry mead:
>
> down votefavorite<
https://stackoverflow.com/questions/46817934/connect-apache-ofbiz-database-to-website-application-html-css-js#>
>
>
> Im trying to connect a website i've built using HTML, CSS and JS to the Apache OFBIZ database I have built.
>
> The web app's main purpose is to allow the user to download the app and order the case, and allow them to put in their personal details including method of payment and purchase the case through, by connecting to the OFBIZ data base which has a number of fields that once approved will confirm the order and notify the relevant members of the manufacturing process and allow the user to see that their order has been received and confirmed.
>
> thanks in advance,
>
>
>
>