ajaxCFC
AJAX is Asynchronous JavaScript and XML. It is not a technology, but an umbrella that combines several concepts to enrich user experience by allowing server interaction without refreshing the browser.
AjaxCFC is a ColdFusion framework meant to speed up ajax application development and deployment by providing developers seamless integration between JavaScript and ColdFusion, and providing built-in functions, such as security and debugging, to quickly adapt to any type of environment and helping to overcome cross-browser compatibility problems.
AjaxCFC is hosted now by RIAForge and can be found at http://ajaxcfc.riaforge.org/
AjaxCFC is a ColdFusion framework meant to speed up ajax application development and deployment by providing developers seamless integration between JavaScript and ColdFusion, and providing built-in functions, such as security and debugging, to quickly adapt to any type of environment and helping to overcome cross-browser compatibility problems.
- ColdFusion components following the best practices of object oriented programming and design patterns. Programming with ajaxCFC involves extending components and creating your own ajax façades.
- Intergration with Model-Glue and Mach-II, two of the most popular MVC frameworks widely used by the ColdFusion community.
- Works with ColdFusion MX 6.0, 6,1, 7.0, Scorpio, and Blue Dragon.
- Automatically handles complex object transmitted from the client to the server and vice versa.
- Server returns pure JavaScript code to the callback handler (instead of XML or JSON) to vastly improve performance.
- Integrated with log4javascript for easy debugging.
- Licensed under the Apache License Version 2.0, by Rob Gonda.
AjaxCFC is hosted now by RIAForge and can be found at http://ajaxcfc.riaforge.org/
Examples
News
Here are the latest entries related to ajaxCFC from my blog:
License
Copyright 2006 Rob Gonda
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.