| surferBill wrote: |
1) does HMS automatically grant access to all these scripts for use in the shared host environment? |
By default, no. You need to have support create a mapping to CFIDE.
| surferBill wrote: |
2) The CF rendering seems excessive in all the script files "loaded" when using cfform, cfgrid, cfdiv, etc... Is it best to stick with AjaxCFC for a cleaner developer experience, or go with the build in CF8 stuff?
|
I really don't use the new layout stuff of CF8. I think some of the Ajax is bloated. granted, if you want to do simple things such as an auto suggest, i think they are great to use for novice users who don't choose to learn ajax. I think Ajax CFC is much cleaner
When you use the new layout functionality you mentioned, CF8 to the best of my knowledge, imports all scripts by default. So even if you are using cflayout, it imports all library's regardless of if they are used or not.
But in the end, I really think its personal preference.