[Home] [Credit Search] [Category Browser] [Staff Roll Call] | The LINUX.COM Article Archive |
Originally Published: Friday, 8 June 2001 | Author: Marcelo Pham |
Published to: develop_articles/Development Articles | Page: 4/6 - [Printable] |
Introduction to Cross Platform Integration (Part 2 of 2)
In part two of this detailed look at platform integration, software architecture and networking issues with Linux, consultant
Marcelo Pham concludes his exclusive Linux.com article series with a complete overview and code walk-through of application and
database integration strategies for cross-platform data integration in a business environment.
|
<< Page 4 of 6 >> | |
The second approach if you're using a third party e-commerce package and it's too complicated to customize, is to import and 'refresh' the data every once a while. First, you'll have to find out how the files are saved in the
shopping cart software (CSV file, mySQL, etc.)
iii. You are (supposedly) using Samba (please refer to
Part I), so you can share a Windows directory and mount it from
Linux through smbmount. You should create a mount for the
directory that contains the text files created by the Windows
application.
vi. Here again you may also use a crontab job to
execute the Perl script and update the shopping cart files, for
example, perhaps every two hours
These are just ideas and you can work around or combine them to synchronize your e-commerce application data. Always try to make it automatic or 'hands-free' so the customer (or you as the administrator) do not have to trigger or pay attention to it every day.
| |
<< Page 4 of 6 >> |