P.s. - you do not ~have~ to provide the codebase attribute if your server file are in the same directory as your activeServer files.  Likewise, you can change how that default value for the codebase is generated by editing the file : /fusionscript/api/data/activeServer.cfm or setting the variable request.fusionScript.activeServer.path in the page.
 
You may have a FB variable to handle that, if so, you can change the above mentioned file to generate your default codebase attribute off of that i assume?
 
=)
 
----- Original Message -----
From: R. Vosmeer
Sent: Thursday, May 16, 2002 6:03 PM
Subject: RE: Using FuseBox with FusionScript - help?

Ok.. thanks I�ll go and try that..

 

 

-----Oorspronkelijk bericht-----
Van: Nate Nielsen [mailto:[EMAIL PROTECTED]]
Verzonden: Friday, May 17, 2002 1:07 AM
Aan: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Onderwerp: Re: Using FuseBox with FusionScript - help?

 

Likely you are having trouble with the code base of your activeServer files,
or the activeServer call being made.

You have to use a param called codebase="".  This param tells the page where
to find the activeServer files you need.  You can also directly manipulate
this file by changing the variable :
"request.fusionScript.activeServer.path" - this variable should read
something in line of  http://www.youdomain.com/yourpath/

So, you must specify a web-accessible address to the activeServer files you
need to use in your initialization action.

So something like :

<cf_fs_activeServer action="initialize"
codebase="http://www.yourdomain.com/fusionscript/">   assuming the
activeServer.js and FSActiveServer.class files are accessible in that web
address directory.

Likewise, you need to do the same for an activeServer call - you should
specify the path to the template file in a codebase="" attribute rather than
the page attribute - however, you can in some cases get this to work
properly.

Make sense?  There is also more detailed info in the docs on this "codebase"
attribute.  it seems a little complex, however it is a web architecture
issue, not a fusionscript one  =(

Nate Nielsen
FusionScript DevTeam
[EMAIL PROTECTED]

Develop CF apps that talk to the server without page reloads !
Create client functionality with CF syntax !
www.FusionScript.com
A free, Open Source project by and for the CF web community !

----- Original Message -----

From: R. Vosmeer

Sent: Thursday, May 16, 2002 5:51 PM

Subject: RE: Using FuseBox with FusionScript - help?

 

Still no luck..

 

It says it has found a runtime error on 320

 

// grab the data and return into our stream array

fsasThisData = fsasExecute(thisFSASReq, encryptionBase);

 

 

 

-----Oorspronkelijk bericht-----
Van: Nate Nielsen [mailto:[EMAIL PROTECTED]]
Verzonden: Friday, May 17, 2002 12:33 AM
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Using FuseBox with FusionScript - help?

 

No - you are using the correct version.  Unfortunately with a few recent changes some old files were included in the download.  This was fixed merely ~minutes~ ago.  

 

Download a new copy from the site and you will be set to go  =)

 

Sorry for the inconvenience.

 


Nate Nielsen
FusionScript DevTeam
[EMAIL PROTECTED]

Develop CF apps that talk to the server without page reloads !
Create client functionality with CF syntax !
www.FusionScript.com
A free, Open Source project by and for the CF web community !

 

----- Original Message -----

From: R. Vosmeer

Sent: Thursday, May 16, 2002 5:18 PM

Subject: RE: Using FuseBox with FusionScript - help?

 

It looks really cool..

 

I tried to do the second visual demo from the website (the one with the zip code), but I seem to be getting an error, and I am sure I did it the right way.

In the end of the demo it says ' avalaible in fusionscript 1.0b + ', could this be the problem? That the download version is not the ' + ' version? Or am I doing something wrong here?

 

Thanks.. Roy..

 

 

-----Oorspronkelijk bericht-----
Van: Nate Nielsen [mailto:[EMAIL PROTECTED]]
Verzonden: Wednesday, May 15, 2002 11:58 PM
Aan: [EMAIL PROTECTED]
Onderwerp: Using FuseBox with FusionScript - help?

 

Hello All,

 

For those of you whom are unaware, I have started an open source project called FusionScript. 

 

FusionScript is a technology to allow you to write client-side functionality rapidly with plain CF syntax.  The new FusionScript v1.0 beta has just been released which allows you to communicate with server-side cfm pages without a page reload, extending your development possibilities to an amazing degree.

 

I wont spend too much time describing it, visit the web site for more information on FusionScript itself at : www.fusionscript.com

 

More importantly -->

 

The FusionScript engine is nearly 400 files, and unfortunately I am far too busy to take every framework and methodology into consideration personally.  Questions are being made however on how such integrations can be done with FuseBox.

 

I am looking for a talented FuseBox-minded individuals to assist me in defining what, if anything should be done to cater to the FuseBox framework and community.  This person would contribute thoughts and concepts of general API variables, template calls and "best practices" when developing with FusionScript and FuseBox together.

 

For example --> with the new activeServer component, you can hit a server page at any time.  The front page of the FusionScript site has an example of how this works.  You type in a zipcode, press a button and a request is made to a .cfm file that pulls the city and state information from a database, which is then returned to the client - all without a page reload.  So in this example there are actually two files being processed, the one that displays the form and has the FusionScript client-side code in it, and the server page that fulfills those client requests.  View the viewlet tutorial of this coding example at : http://www.fusionscript.com/viewlets/as_zipcode/as_zipcode_viewlet.html

 

So, how would these templates appropriately fit into the FuseBox model?  -these are the types of issues I am looking for someone to interface with about.

 

This information will then be incorporated into the documentation and into the FusionScript web site.

 

Because FusionScript is open source and I do not personally own the rights to it and is (and always will be) free - I cannot offer you compensation, but you will receive credit for your help both in the documentation/web site - and possibly leave your mark on the web dev community =) 

 

The FusionScript web site currently gets roughly 50,000 hits monthly, and has had over 2,000 downloads in the three short months it has been available.  With stats such as these, its safe to say FusionScript could easily become the next standard tool in CF web development.

 

Lastly, if you wish to participate in the general development of FusionScript, or this FuseBox specific portion - all are always welcome and encouraged!  -if so, join the FusionScript list on the site, as this can cloud this list with OT traffic.

 

 

 

==^================================================================
This email was sent to: [EMAIL PROTECTED]
 
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bWckCr
Or send an email to: [EMAIL PROTECTED]
 
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================
==^================================================================
This email was sent to: [EMAIL PROTECTED]
 
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bWckCr
Or send an email to: [EMAIL PROTECTED]
 
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================
==^================================================================
This email was sent to: [EMAIL PROTECTED]
 
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bWckCr
Or send an email to: [EMAIL PROTECTED]
 
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================
==^================================================================
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]

T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================

Reply via email to