CFinNC - (Not A) Keynote (ADOBE)

Comments

Don't forget to add this to the CFinNC group!

Posted By: Sean Corfield On: 10/21/09 1:10 AM

Nice profile! Thanks for sharing it to the public.

Posted By: religion essays On: 06/22/10 1:25 PM

Interesting post.I am impressed by your knowledge on this topic.Thanks for sharing!

Posted By: windows vps On: 12/08/10 5:43 AM

Nice presentation

Posted By: jaaydaad.com On: 12/23/10 4:31 AM

Share your Slide-Six presentations both live and virtually right from your desktop. ... nice article Thanks

Posted By: 11 kv lightning arresters On: 12/26/10 3:31 AM

Los Angeles County bail bonds: Bail Bonds specialist, Call: 213-261-0711 for professional licensed bail bond agents, Los Angeles County Bail Bonds man

Posted By: Bail Bonds Los Angeles County On: 02/10/11 10:59 AM

Santa Clarita Sheriff's Station bail bonds: Bail Bonds specialist, Call: 661-210-4060 for professional licensed bail bond agents, Santa Clarita Sheriff's Station Bail Bonds

Posted By: Santa Clarita Bail bonds specialist On: 02/10/11 11:01 AM

Excelent profile, please don't stop.

Posted By: jocuri ben 10 On: 03/03/11 3:46 AM

I think this presentation is one of the best from this domain.

Posted By: jocuri 3d On: 03/03/11 3:48 AM

Good point of this.

Posted By: jocuri cu batai On: 03/03/11 3:51 AM

Thanks for sharing . Is a very skilled presentation.

Posted By: jocuri mario On: 03/03/11 3:52 AM

It’s good to see this information in your post

Posted By: منتدى زفه العروس On: 08/15/11 3:58 PM

I think that Everything

Posted By: زفات On: 08/15/11 4:03 PM

Thanks for sharing

Posted By: موقع زفات On: 08/15/11 4:05 PM

Dissertation research methodology chapter writing is of immense significance for the reason that it reveals how profoundly you have made the research for your papers. Find out the tips to write a dissertation methodology chapter.

Posted By: Dissertation methodology On: 09/16/11 1:11 AM

Your story was raelly informative, thanks!

Posted By: Mellie On: 10/19/11 11:51 PM

RmjIuo <a href="http://qzaqkyqyezcp.com/">qzaqkyqyezcp</a>

Posted By: ccdmjkxusw On: 10/22/11 9:03 AM

health insurance rcm life insurance 4514

Posted By: blondieuc On: 10/27/11 3:19 AM

individual health insurance 88105 car insurance uvw

Posted By: fletcherrules On: 10/30/11 12:59 PM

home insurance dwuhpf ghi health insurance 3376

Posted By: corporalsav On: 11/19/11 9:30 PM

maryland health insurance plan %] life insurance :D

Posted By: Borckmeister On: 11/21/11 8:29 PM

Add Comment

Comments have been closed.

Transcript

no image

Slide Text

Slide Notes


CFinNC not a keynote

no text exists for this slide

no notes exist for this slide

One Tool To Rule Them All


ColdFusion Builder
ColdFusion Builder

no notes exist for this slide

Introducing ColdFusion Builder

no text exists for this slide

no notes exist for this slide

ColdFusion Builder Is Extensible


Build ColdFusion Builder extensions using CFML
Build ColdFusion Builder extensions using CFML
Extensions can be attached to file navigator, RDS database, and more
19 extensions already posted to RIAForge!
Extensions for popular frameworks under development

no notes exist for this slide

CFML is the best development language of all time


ColdFusion 9
ColdFusion 9

no notes exist for this slide

CFML Enhancements


Server.cfc
Server.cfc
onServerStart()
Defined via ColdFusion Administrator
Increased database control
Nested <CFTRANSACTION>
Increased error control
CFFINALLY / finally
Enhanced looping
CFCONTINUE

no notes exist for this slide

Slide 7


Pass implicit structures/arrays to tags and functions
Pass implicit structures/arrays to tags and functions
Assignment chaining
a = b = c
Direct access to elements of returned arrays
myFunction()[x]
Ternary operators
a = (b < c) ? b : c

no notes exist for this slide

CFSCRIPT Enhancements


Core language support for CFSCRIPT
Core language support for CFSCRIPT
Fully define ColdFusion Components (CFC)
JavaDoc style notation for documentation and metadata

no notes exist for this slide

CFC Enhancements


Explicit local scope for private function variables
Explicit local scope for private function variables
<cfset LOCAL.myvar = 1 /> in addition to <cfset var myVar = 1 />
var scope variable anywhere within a function/method
Implicit getters/setters – based on CFPROPERTY
7x faster than explicit getters/setters
Import and New keyword
Implicit constructor

no notes exist for this slide

A New approach to Development


ColdFusion 9
ColdFusion 9

no notes exist for this slide

ColdFusion ORM


ColdFusion 9 includes ORM functionality
ColdFusion 9 includes ORM functionality
Powered by the Java Hibernate framework
Easy CFML functions: ormXXX() & entityXXX()
Unrestricted access to Hibernate settings and runtime for the advanced ORMer
CFCs can be “auto-magically” saved to a database
No need to write SQL
Write less code & develop applications faster
Build database independent applications

no notes exist for this slide

Enhanced Caching


Object cache
Object cache
Save / Retrieve objects from a built-in cache
Programmatic access to cache metadata / properties
cacheGet()
cachePut()
cacheGetMetaData()
Simple page cache
30% faster in ColdFusion 9
Page fragment cache
Combination of static & dynamic
HUGE performance boost
Cache template on request
50x performance boost

no notes exist for this slide

Search Without Limits


Native integration w/ Apache Lucene & Solr
Native integration w/ Apache Lucene & Solr
Full CFSEARCH/CFINDEX functionality
Advanced Replication / Caching
No document limit
Autonomy Verity still part of ColdFusion 9
Verity  Solr migration tool
Apache Solr is faster!
Searching 6x faster
Indexing 2.5x faster

no notes exist for this slide

ColdFusion Server API


Direct access to ColdFusion services
Direct access to ColdFusion services
General Utilities
Includes file upload support
Charting (CFCHART)
Document Services (CFDOCUMENT)
PDF Utilities (CFPDF)
Image Manipulation (CFIMAGE)
Mail (CFMAIL)
Pop (CFPOP)
Available as SOAP & AMF
Granular Security Controls

no notes exist for this slide

Flex amp Flash Integration


AS3 / MXML Libraries for Adobe Flex
AS3 / MXML Libraries for Adobe Flex
<cf:mail …>
<cf:pdf …>
<cf:image …>
etc.
Flash Remoting is 9x faster
Fastest Flash Remoting of any server-side technology (maybe)
Full integration w/ BlazeDS

no notes exist for this slide

OnlineOffline Applications w Adobe AIR


AS3 data persistence library for Adobe AIR
AS3 data persistence library for Adobe AIR
Online/offline data synchronization
Support for conflict resolution
Like ORM for ActionScript
Work with data as entities/properties not tables/columns
Full support for AS3 / MXML libraries in Adobe AIR

no notes exist for this slide

Performance Performance Performance


Overall application performance
Overall application performance
40% faster than ColdFusion 8
6x faster than ColdFusion 7
CFC creation 8x faster
CFC method invocation 3x faster
UUID creation 100x faster
More…

no notes exist for this slide

What to tell your boss


ColdFusion 9
ColdFusion 9

no notes exist for this slide

PDF Enhancements


Create PDF Packages
Create PDF Packages
Add/Remove Headers and Footers
Optimize PDF’s
Remove Unused Elements
Down–sample images
Extract Text / Images
High Quality Thumbnails
Convert Microsoft Word documents to PDF

no notes exist for this slide

Working w Presentations


CFPRESENTATION
CFPRESENTATION
Generate PPT files from CFML/HTML content
Convert PPT to HTML or Flash
Support for
Microsoft PowerPoint 97, 2000, 2003, 2007, 2008
Open Office Presentations

no notes exist for this slide

Working w Spreadsheets


CFSPREADSHEET
CFSPREADSHEET
Create
Read
Merge
Work with Excel formulas
Complete formatting control
Support for
Microsoft Excel 97, 2000, 2003, 2007, 2008
Open Office Spreadsheets

no notes exist for this slide

SharePoint Integration


Native access to SharePoint data and services
Native access to SharePoint data and services
Sites, site templates, sub-sites, web parts, and work spaces
Lists including data, views, and alerts and
querying against lists
Users, permissions, site groups, cross-site groups,
security groups, and distribution groups
Build web parts w/ CFML
Integrate w/ SharePoint Single Sign-On
Extensible via WSDL

no notes exist for this slide

ColdFusion Server Manager


Desktop application for monitoring and managing ColdFusion servers
Desktop application for monitoring and managing ColdFusion servers
Flex-based AIR application
Run as a background service
Receive system notification & alerts
Manage / Apply settings for multiple servers
Datasources, Mappings, etc.
Apply Hotfixes
More…

no notes exist for this slide

Join the Social


@ColdFusion
@ColdFusion
@Adrocknaphobia - me
@BenForta
@TPRyan - Terry

no notes exist for this slide

Slide 25

no text exists for this slide

no notes exist for this slide