Archive for the ‘ColdFusion’ Category

免费oldFusion 8 视频基础教程

ColdFusion 9 和 ColdFusion Builder 来袭

Preview the new features in ColdFusion 9:

预览ColdFusion 9新特征:

  • Office file interoperability to easily read, write and update spreadsheets
  • 轻松读写 Office 文件以及更新电子表格
  • Server Manager to centrally manage multiple ColdFusion servers, simplifying administration of your environment across clusters
  • 服务器管理员通过中央服务器管理多台ColdFusion服务器,很容易跨集群管理你的环境。
  • ColdFusion as a Service to access ColdFusion services through AMF and SOAP without writing CFCs
  • ColdFusion 不需要写CFC就可以通过AMF和SOAP来访问ColdFusion服务。
  • Built in Adobe AIR Local/Remote Database Synchronization
  • 内置Adobe AIR本地/远程 数据库同步
  • Object Relational Mapping to build database independent applications without writing SQL
  • 用对象关系地图建立数据独立应用,无须写SQL
  • New AJAX controls including multimedia, mapping and more
  • 新的AJAX控件,包括多媒体,地图以及更多
  • Enhanced Caching to improve performance of your ColdFusion applications
  • 增强型高速缓存以提高性能的ColdFusion应用


了解更多 ColdFusion 9
了解更多 ColdFusion Builder


ColdFusion 基本开发工具列表

代码编写工具 (IDE’s, Text Editors etc)

Eclipse The big one. This IDE is the source for a whole host of other plugins that developers can use for pretty much whatever they want. It requires Java, but it can do pretty much anything under the sun.

Notepad++ A lightweight text editor, similar to the likes of EditPlus and e that is based on the Scite codebase. Notepad++ is built on the same fundamental codebase as Notepad2, and includes tabbed editing and more language syntax highlighting. Is

TextMate (Mac Only) Textmate is the king of lightweight text editors in the world of OSX. Working with a bundle mechanism that helps it support pretty much anything under the sun, this is a massive tool with the Rails developers out there. For a demo take a look at some of the rails screencasts knocking about on the internet.

e Touted as the Textmate for Windows, which is where e obviously draws some inspiration. A nice lightweight programmable text editor.

– Homesite / ColdFusion Studio The old favourite. Bundled with other tools such as Dreamweaver MX, this is where we were when the author of CFMX also did a IDE for CFML. Now we have nothing (official). If you can find a copy, give it a go.

插件形式的代码开发工具

CFEclipse The Daddy. If you are a CFML developer, CFEclipse is the first place you should look for a CFML centric IDE. There is not much that is worth doing that this plugin cannot already handle. Combined with SnipEx, this makes for a pretty unbeatable tool. Big thanks to Mark Drew for this.

CFTextmate CFTextmate is a ColdFusion bundle for Textmate and e providing CFML tag support, and completion plus a whole load more planned.

Aptana Aptana is a “free, open-source, cross-platform, JavaScript-focused editor and development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.” Enough said…

FusionDebug FusionDebug enables developers to debug their ColdFusion programs by setting breakpoints, stepping into tags and CFCs, examining the contents of variables and more…

浏览器扩展

Firebug (Firefox) If you haven’t heard about Firebug, pack your bags and go home. Arguably the most powerful in-browser IDE available. It’s a complete x-ray into your browser including HTML, CSS and JavaScript, all live on the page. A must have.

Web Developer Toolbar (Firefox) If you’re the last developer to download FireFox, or you’re holding off, WebDeveloper is a solid reason to switch to FireFox NOW. It’s amazing and has to be used to be believed. It consolidates at least 2 dozens useful functions for those who sling CFML or HTML. And if you’re a CSS person, the realtime CSS editing is pretty hot.

QuickFrame (Firefox) Allows quick access to frame functions via the context menu by overriding “Reload”, “View Page Source” and “View Page Info”. Instead of being applied to the main window, those functions now do the same as the corresponding functions in the “This Frame” submenu, which is the a intuitive “context” for the context menu.

YSlow (Firefox) YSlow analyzes web pages and tells you why they’re slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you: Performance report card,HTTP/HTML summary, List of components in the page and Tools including JSLint.

ReloadEvery (Firefox) Reloads web pages every so many seconds or minutes. The function is accessible via the context menu or via a drop down menu on the reload button.

Coldfire (Firefox) An extension to Firebug. It provides debug information in a FireBug tab as opposed to the bottom of the page. This lets you debug and keep your site layout intact, since ColdFusion’s built-in debug information can sometimes mess with your site layout.

ColorZilla (Firefox) Very handy Firefox extension, which places a Colorpicker /Eyedropper in the corner of Firefox browser. Find color codes from any webpage or image, easily.

Code based tools (Frameworks etc)

CFUnit CFUnit is a unit testing framework for ColdFusion (CFML), modeled after the popular JUnit framework. The idea behind unit testing it to build a framework of scripted tests that are frequently executed to verify each method or function behave as expected.

CFCUnit A full-fledged framework for unit testing ColdFusion code. It is part of the xUnit family of unit tests, and is based on the API of the JUnit framework for Java.

MXUnit MXUnit is a unit test framework divided into 2 major parts – The MXUnit Test Framework and the Eclipse Plugin. Once you get your feet wet with the framework and the basics of testing, you will want to make it more convenient by using the plugin. The plugin allows your development to be very cohesive with testing.

Model-Glue Model-Glue: ColdFusion is designed to make it easier to use object-oriented models to create HTML-based applications. It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks.

Mach-ii Mach-II is a powerful, object-oriented, open source MVC framework for ColdFusion that focuses on easing software development and maintenance. Mach-II was the first object-oriented framework for ColdFusion and continues to innovate with new features designed to help ColdFusion developers build and maintain large-scale applications more easily.

Fusebox Fusebox is the most popular framework for building ColdFusion and PHP web applications. “Fuseboxers” find that the framework releases them from much of the drudgery of writing applications and enables them to focus their efforts on creating great, customer-focused software.

Reactor Reactor is an Object-Relational Modeling tool which generates database abstractions on the fly, as needed. Reactor is sometimes called an “Inline Dynamic Database Abstraction” API. In simpler terms, Reactor is used to generate ColdFusion objects which are used to access data in your database. Depending on Reactor’s configuration, these objects are recreated as your database or configuration changes. Reactor accelerates development by automating much of the repetitive, tedious and error-prone work involved in creating an Object Oriented database abstraction layer.

Transfer Transfer ORM’s main focus is to automate the repetitive tasks of creating the SQL and custom CFCs that are often required when developing a ColdFusion application. Through a central configuration file Transfer knows how to generate objects, and how to manage them and their relationships back to the database.

Coldspring ColdSpring’s core focus is to make the configuration and dependencies of your CFCs easier to manage. ColdSpring uses the “inversion-of-control” pattern to “wire” your CFCs together. Inversion-of-control provides many advantages over traditional approaches to assembling your application’s model. Also part of ColdSpring is the first Aspect-Oriented-Programming (AOP) framework for CFCs.

Coldbox ColdBox is a proven event-driven CFC based ColdFusion Framework, specifically designed for high availability web applications. It provides you with a set of reusable code and tools that you can use to increase your productivity, and it provides you with a development standard that comes in very handy when working in a team environment. It makes use of an MVC (Model View Controller) design pattern implemented via CFCs and an extensive array of patterns for its operations such as Factories, Helpers, Workers, etc.

Illudium PU-36 Code GeneratorThis project generates ColdFusion components (i.e. bean, DAO, gateway, service), ColdSpring XML, Transfer XML, and ActionScript Value-Objects using the admin api and database introspection. The front-end is built in Flex 2. The code outputted for easily pasting or saving into a project to allow you to get a head-start on some of the grunt work of doing OO in CF. It uses XSL to generate the components and is designed to allow you to easily add to or modify the generated code. You can even create new templates that can be swapped out at run-time.

Source Control

Subversion Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine”. Subversion can operate across networks, which allows it to be used by people on different computers. At some level, the ability for various people to modify and manage the same set of data from their respective locations fosters collaboration. Progress can occur more quickly without a single conduit through which all modifications must occur. And because the work is versioned, you need not fear that quality is the trade-off for losing that conduit—if some incorrect change is made to the data, just undo that change.

Quality Control

Selenium Selenium is a test tool for web applications. The tests are written as HTML tables and can be run directly in most modern web browsers. Selenium can be deployed on Windows, Linux, and Macintosh, making it one of the most portable testing frameworks. Selenium was developed by a team of programmers and testers at ThoughtWorks. It is open source software, released under the Apache 2.0 license, so it can be downloaded and used without charge.

Miscellaneous

CFQuickDocs The place to get your CF documentation. A great AJAX search of tags and functions and then speedy loading of the relevant documentation page. Supports CF7 and CF8

AutoHotKey Autohotkey is an OS add on that lets you configure your keyboard for new and interesting things. Automation, hot key control, remapping etc.

BeyondCompare Beyond Compare is an advanced file and folder comparison utility for Windows, helps you visualize changes in your code, keeps your directories in sync, and validates copies of your data.

Ant Apache Ant is a software tool for automating software build processes. It is similar to make but is written in the Java language, requires the Java platform, and is best suited to building Java projects.

Windows Grep Windows Grep is a tool for searching files for text strings that you specify. In addition to searching, Windows Grep also performs global replacing in your files, with complete safety. Windows Grep is designed for searching plain-ASCII text files, such as program source, HTML, RTF and batch files, but it can also search binary files such as word processor documents, databases, spreadsheets and executables.

SeeFusion SeeFusion is a utility for monitoring and troubleshooting ColdFusion application servers. SeeFusion gives you the ability to “see” how your ColdFusion servers are processing requests in real time.

4月语言排行榜出炉 ColdFusion “死而复生”

TIOBE开发语言排行榜日前宣布了2008年4月流行开发语言的排名结果,曾经沉寂很久的ColdFusion 本月突破性地进入了前20名(虽然吊在榜尾)。

Java 和C 依然占据榜首一二名的位置,不过C 的指数同比去年略有下降。(Visual) Basic上升到第3名,C++ 下降到第5名,Ruby 和Delphi 则保持继续上升的良好态势。详情见下图:

10种语言使用情况曲线图:

其他语言排名:

Position
Programming Language
Ratings

21
Logo
0.383%

22
Lua
0.378%

23
ActionScript
0.362%

24
Fortran
0.335%

25
RPG
0.297%

26
MATLAB
0.257%

27
Prolog
0.244%

28
Awk
0.228%

29
Transact-SQL
0.206%

30
ABAP
0.204%

31
LabView
0.178%

32
Erlang
0.144%

33
Groovy
0.142%

34
Smalltalk
0.137%

35
Haskell
0.137%

36
PL/I
0.134%

37
Bash
0.127%

38
Objective-C
0.116%

39
Tcl/Tk
0.114%

40
CL (OS/400)
0.110%

41
ML
0.106%

42
Forth
0.102%

43
APL
0.102%

44
REXX
0.102%

45
R
0.101%

46
PowerShell
0.096%

47
Euphoria
0.092%

48
Ch
0.091%

49
Natural
0.090%

50
Caml
0.089%

TIOBE开发语言排行榜每月更新一次,依据的指数是基于世界范围内的资深软件工程师和第三方供应商提供,其结果作为当前业内程序开发语言的流行使用程度的有效指标。流行的搜索引擎包括Google、MSN、Yahoo!和YouTube等。

原文地址:http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

Mach-II – A ColdFusion 框架

Mach-II是一个功能强大的,面向对象的,开放源代码的MVC的COLDFUSION框架,其可以大大加快开发和减轻维护.

Mach-II是第一个面向对象的框架,为持续作业,并继续保持创新精神,以新面目示旨在帮助了ColdFusion开发人员建立和保持大范围的应用,更容易辨认。

建议使用于生产系统。

最大特点释放,因为我们的第一个版本!检查出一些新的特点:

稳定版下载:

Download Mach-II Version 1.5
  • XML includes
  • Modules (sub / peer applications)
  • Subroutines
  • <redirect> command enhancements
  • Complex property datatypes
  • URL management features
  • Bindable placeholder support

MD5校验值: eeb29b7761f12a5aacd113a89300c861

Read Mach-II 1.5 稳当在Resources 章节.

开发版本 Mach-II 1.6

Check out our latest efforts and download BER nightly zip. Read the new specs for 1.6:

ColdFusion 开源项目列表更新

新项目: JXLCFC
Modify Excel Spreadsheets with ColdFusion the easy way!
Jason Delmore (yes, the product manager for ColdFusion) has released a component that utilizes the JExcel API within ColdFusion to allow you to create Excel reports programmatically in ColdFusion.

新项目: cfWindow
Introducing CFWindow
Dan Vega has created a tag that wraps some Ext 2.0 functionality to make cfwindow available in ColdFusion 7.

NabaztagAPI
Nabaztag API for Actionscript 3 is released!
Shannon Hicks releases the 1.0 version of the NabaztagAPI and NabaztagExplorer.

Announcements

Model-Glue
2008 Talks (and the Model-Glue show!)
Joe Rinehart will be speaking on Model-Glue 3 (Gesture) at a number of trainings and conferences.

Tutorials, Presentations and Reviews

ColdSpring
Learning Flex Part 5: Using ColdSpring AOP to Create Arrays of Value Objects
Brian Kotek uses ColdSpring’s AOP functionality to take a query and convert it to an array of objects for Flex.

ColdSpring and Service Layers: Always Proxy?
Brian Kotek wonders whether always proxying ColdSpring service objects is a good idea to prevent someone from "accidentally" getting the original service object itself.

Bruce Phillips Continues his ongoing series:
The Grade Schooler’s Guide To ColdSpring – Part 2 Flex To ColdSpring
The Grade Schooler’s Guide To ColdSpring – Part 3 Providing Default Values To ColdSpring

Fusebox
Fusebox 101: myFusebox
Nick Tong shows a couple of values within the myFusebox component that can be useful.

Illudium PU-36 Code Generator
Easier than I thought, but not as easy as I thought: Illudium PU-36, Fusebox 5, and ColdSpring
Kay Smoljak tries to use my generator with Russ Johnson’s templates to help her move from procedural Fusebox to OO but runs up against a deadline.

Model-Glue
Brian Ghidinelli begins a series of posts covering what he learns rewriting a legacy application in Model-Glue with Transfer and ColdSpring:
Model-Glue Gleanings, Day 1 of 35
Model-Glue Gleanings, Day 2

a model-glue gotcha
Charlie Griefer shares an issue he encountered.

Transfer
Working with Transfer ORM: An Event Model Example
Paul Marcotte gives a walk-through on using the event model in Transfer to encrypt and decrypt a password field.

BlogCFC
The Simplest BlogCFC Post Code
Ben Forta shares his code to allow you to post to BlogCFC via email.

HTTPS 访问 JRun Web Server (JWS) SSL

密钥:

跟随下面的指示简单的创建你自己的密钥.在命令行窗口中运行下面命令:

keytool -genkey -alias {name} -validity 9999 -keyalg RSA -keystore c:my.keystore -keypass changeit -storepass changeit

选择你的 -alias 你将要通过SSL访问的主机名. 例如, 如果你通过本地访问SSL那么 alias localhost.

你将要得到更多的提示信息.在第一个提示信息中输入你在上面命令中使用的相同信息.这是必须的.

这将要创建一个你服务器指定的密钥.

配置 JRun

  1. 将密钥文件放置在 (也可以你创建密钥在)  JRun4/lib.
  2. 打开你的 jrun.xml 文件(在 JRun4/servers/{your server}/SERVER-INF) 然后在WebService声明后添加 SSLService 声明 .最重要的两个参数是密钥和窗口. 如果你创建了自己的密钥替换用你自己密钥的名字localhost.keystore  (my.keystore 例如).
    <service class="jrun.servlet.http.SSLService" name="SSLService"> <attribute name="port">9100</attribute> <attribute name="keyStore">{jrun.rootdir}/lib/localhost.keystore</attribute> <attribute name="keyStorePassword">changeit</attribute> <attribute name="trustStore">{jrun.rootdir}/lib/trustStore</attribute> <attribute name="socketFactoryName">jrun.servlet.http.JRunSSLServerSocketFactory</attribute> <attribute name="deactivated">false</attribute> <attribute name="bindAddress">*</attribute> <attribute name="interface">*</attribute> <attribute name="clientAuth">false</attribute> </service>
  3. 重新启动你的JRUN服务并且访问 https://{your server}:9100

免费的COLDFUSION服务器smith

开源COLDFUSION服务器官方网站:
其使用方法和早期的TOMCAT版本很相似,其中在文件目录下有两个启动文件startdb.bat,startweb.bat,一个是数据库启动文件,一个是网站启动文件。启动以后我这里默认的端口号为8081,在浏览器中输入http://localhost:8081后即可访问,到其欢迎界面。点击 Smith Admin即可进入管理界面,默认是没有密码的。点击登陆即可,登陆以后会发现跟早前的COLDFUSION界面很相象,功能也和早前版本差不多,大家可以试用一下。以后有时间给大家翻译文稿。