PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Mixing WebDev with existing ECommerce site
Mixing WebDev with existing ECommerce site
Iniciado por Christian Giraud, 27,feb. 2013 17:53 - 2 respuestas
Publicado el 27,febrero 2013 - 17:53
I am new in WebDev world, comin form Windev.
I have a customer which already have its ECommerce. I need to add a Webdev application, within its existing site, both acessing the same Oracle Database. It is possible and where I can find documentation about, please.
Publicado el 27,febrero 2013 - 23:28
Hi Christian

yes, it is possible... Most of the time, you see this kind of things
done via a subdomain (by example, sales.mydomain.com for the "secondary
site")

This allow to easily maintain what is for all attempts and purpose 2
differents sites with one domain name, just by specifying a virtual
directory for the subdomain.

If that solution is acceptable, then any type of webdev site is usable,
classic, awp, or even if you really must, php... The webdev site can
access any type of DB that windev can, so oracle is a non issue.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


On 2/27/2013 11:53 AM, Christian Giraud wrote:
I am new in WebDev world, comin form Windev.
I have a customer which already have its ECommerce. I need to add a Webdev application, within its existing site, both acessing the same Oracle Database. It is possible and where I can find documentation about, please.
Publicado el 04,marzo 2013 - 09:33
Hi Fabrice,

Thanks for these informations. I will test this solution. I also found a "Iframe" command that I will also investigate. Will let you know.

Thanks
Christian