HI Isaac,

been wanting to try onTap for a while, lots of neat stuff in there, as
a 'newbie' to onTap (most of my work is in Fusebox, facry and mG) ,
I'd like to see shorter task based tutorials, the 18 minute preso is
great for an introduction (maybe trim some of the fat out and move it
to a different location) but I need a step by step this is how we do
it, Joe did a great job doing his Quick starts for model-glue, could
be something to model on ???

anyways thanks for all your hard work, hopefully soon I'll be using onTap.

Cheers

On 6 f/17/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote:
> > Well, I made it about half-way through the preso before I
> > downloaded
> > the files and started playing. And, I made it about
> > halfway through
> > the hello world demo before I got sick of creating
> > directories (but I
> > got the concept).
> 
> > So, here's a question that I haven't been able to answer
> > in the last
> > 20 minutes of fiddling - do you have to have your apps
> > within the
> > onTap directory? Because there's no way we'd do that.
> 
> Nope...
> 
> This setup works fine afaik:
> 
> c:\inetpub\wwwroot\index.cfm
> 
> c:\inetpub\wwwroot\_components\index\_process.cfm
> 
> You should be fine as long as you use the framework's
> Application.cfm/Application.cfc, the /_components/ subdirectory for
> executables and call the #request.tapi.process()# tag either as an
> include or a custom tag to generate your pages... The /ontap/
> directory in the zip is just for convenience / organizational purposes
> for people downloading the framework core. If you rename it or move
> its contents to another directory it should work as is. The only thing
> you can't do (with the current config) is place the framework root
> directory (/ontap/ or your equivalent) below the root directory of the
> website. I.e. if your website is in c:\inetpub\wwwroot\ you can have
> the framework/application root directory containing the
> Application.cfm/Application.cfc in that directory or any directory
> inside c:\inetpub\wwwroot, but you couldn't place them such that you
> had c:\inetpub\Application.cfm.
> 
> Personally I like to create as few directories as possible also... So
> wherever possible, I use parent directories to declare functionality
> which will be inherited by sub-processes, (this eliminates the common
> situation where you see something like <cfinclude
> template="header.cfm"> in a bazillion different base templates), and
> use netaction variables to specify sub-processes to reduce the number
> of files/directories I need to create in the public directories.
> 
> s. isaac dealey     954.522.6080
> new epoch : isn't it time for a change?
> 
> add features without fixtures with
> the onTap open source framework
> 
> http://www.fusiontap.com
> http://coldfusion.sys-con.com/author/4806Dealey.htm
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209905
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to