> However he also wants the sites to ba able to live on non CF
> servers then just call stuff we need from a CF server elsewhere.

Hi,
A couple of suggestions...
Flash Remoting - your client's site can embed a flash file from your CF
server which provides the connection back to your CF app.

If you want to stick to HTML, you could also try the "Javascript
Syndication" technique. Your clients' sites can include javascript files
pulled from your CF site. Data generated by the CF app can be encapsulated
in the file as javascript variables and then used to populate the client's
page using document.write(). That way your client's site doesn't need an
application server at all - just plain HTML hosting (plus some intricate
javascript).

Are they secure sites? With both techniques, there are some security issues
if one or both of the sites are SSL-enabled.

Regards: Ayudh

+--------------------------------------------------------------+
| Turn on your Revenue Stream...                               |
| Bolt on a Virtual Cash Register to your e-commerce site now. |
| VeriPay from Xilo Online: http://www.xilo.com                |
+--------------------------------------------------------------+
----- Original Message -----
From: "Boldacious" <[EMAIL PROTECTED]>
To: "CFAussie Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, March 05, 2003 07:43
Subject: [cfaussie] cold fusion sites on non CF server


> Hi
>
> I'm working on some sites with a database developer who has about
> 20 years more experience with computing than I have.
> We are developing some second hand bookshop sites and my friend
> keeps wanting to have code re-useable and as generic as possible
> which I try and do.
> However he also wants the sites to ba able to live on non CF
> servers then just call stuff we need from a CF server elsewhere.
> He says this gives us maximum flexibility. I can do this for
> searches and updating data (the databases are on a cf server we
> have)
> However I keep telling him that there is plenty of other stuff that
> needs the pages to live on the cf server and that CF was designed
> to be used with a cf server.
> As I have far less experience than him - he is not convinced - can
> anyone tell me if
> a) I am right
> b) what do I tell him??
> (Using CF5)
>
> Many thanks
>
> Seamus
>
>
> Seamus Campbell   Boldacious WebDesign
> http://www.boldacious.com   ~~~~   [EMAIL PROTECTED]
> ph 02 6297 4883   fax  02 6297 8464   mob 0410 609 267
>
>
>
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
>
> MX Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to