PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Mixing WebDev with existing ECommerce site
Mixing WebDev with existing ECommerce site
Started by Christian Giraud, Feb., 27 2013 5:53 PM - 2 replies
Posted on February, 27 2013 - 5:53 PM
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.
Posted on February, 27 2013 - 11:28 PM
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.
Posted on March, 04 2013 - 9:33 AM
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