PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Mixing WebDev with existing ECommerce site
Mixing WebDev with existing ECommerce site
Débuté par Christian Giraud, 27 fév. 2013 17:53 - 2 réponses
Posté le 27 février 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.
Posté le 27 février 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.
Posté le 04 mars 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