SlideShare una empresa de Scribd logo
1 de 27
Descargar para leer sin conexión
Adobe
ColdFusion
User Group Tour 2009




                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
ColdFusion
          STATE OF THE
          UNION

                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
ColdFusion
Media Coverage
      ColdFusion 8 Awards
               JOLT Award – Best in Web Development
               CODiE Award – Best Wed Services Solution
               Great Indian Devleoper Summit – Best in Web Development

      ColdFusion covered by major tech news outlets
      Industry analysts are starting to “get it”
               Recommending ColdFusion for new projects
               Encourage ColdFusion expansion in existing organizations




                                                                           ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
ColdFusion PopulationGrowth

                   1000
Developers (1Ks)


                    900
                    800
                    700
                    600
                    500
                    400
                    300
                    200
                    100
                      0
                                   2004                            2005   2006   2007   2008


                                                                                               ®




 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur & Bolt
          WHAT WE KNOW


                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
 Themes
                       Richness                                             Integration            Productivity

    Flash Builder 4 Integration                                       PDF Enhancements       CF Builder
    Exposed Service Layer                                             Office Files           ORM
    AIR Online Offline                                                                          Server Manager




                                                                                                                  ®




 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
RICHNESS


                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Exposed Service Layer
     Direct access to ColdFusion services
              Query Service
              Mail
              Document Services
              Imaging
              Charting/Graphs
              Exchange
              More…

     Available as SOAP & AMF

                                                                      ®




                                                                  8
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Rich Internet Applications
     AS3 / MXML Libraries for Adobe Flex
              Consumer CF Services

     AS3 Data Persistence Library for Adobe AIR
              Online / Offline Data Synchronization




                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Enhanced UI Controls
      Powerful new controls
               Video / Audio Player
               Multi-File Upload
               Enhanced Data Grid
               Accordion Navigation
               Progress Indicator
               Confirm & Alert
               Buttons / Sliders
               Google Maps

      Themes - Easy to skin and style
               Multiple designs included




                                                                       ®




                                                                  10
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
INTEGRATION


                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
PDF Enhancements
     Add/Remove Headers and Footers
     Optimize PDF’s
              Remove Unused Elements
     Extract Content
              Text
              Images




                                                                       ®




                                                                  12
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Office Interoperability
  Create,    Read & Update
       Excel Spreadsheets


  Dynamically    generate
       PowerPoint Presentations


  Create    Flash Presentations from
       PowerPoint
                                                                       ®




                                                                  13
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Portal Integration
      Easily build ColdFusion powered content for industry
       leading portal servers
      Built-in support for portlet standards
               JSR-168 & JSR-268
               Web Services for Remote Portlets (WSRP)
               WebSphere
               Sharepoint webparts




                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Search Enhancements
      Enhanced search support
               Classic Search: Autonomy Verity K2
               Enhanced Search: Apache Lucene / Solr
                      Open source and unrestricted




                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Mail Enhancement
      CFIMAP
               View Folders
               Read Messages
               Move Messages




                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
PRODUCTIVITY


                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
CFML Enhancements
     Explicit local scope for private function variables
              <cfset LOCAL.myvar = 1 /> in addition to <cfset var myVar = 1 />

     Implicit getters/setters – based on CFPROPERTY
     Import & New keyword




                                                                                  ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
CFML Enhancements
     Server.cfc
              onServerStart()
              Defined via ColdFusion Administrator

     Nested CFTRANSACTION
     CFFINALLY / finally
     CFCONTINUE




                                                                       ®




                                                                  19
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
CFSCRIPT Enhancements
     New Operators
              abort ["message"]
              exit ["methodName"]
              include "template"
              param [type] name [=defaultValue]
              throw "message“

              rethrow


                                                                       ®




                                                                  20
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
CFSCRIPT Enhancements
     Full language support for CFSCRIPT
              Fully define functions and components

              JavaDoc style notation for documentation and metadata




                                                                       ®




                                                                  21
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Server Manager
      Desktop application for monitoring and managing ColdFusion
       servers
               Flex-based AIR application
               Run as a background service
               System notification & alerts

      Multi-Instance / Cluster Management
      Manage / Apply settings for multiple servers
               Datasources, Mappings, etc.
               Apply Hotfixes
               Deploy Scheduled Tasks
               More…

                                                                    ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
Advanced Caching
     Object Cache
              Save / Retrieve objects from a built-in cache
              Programmatic access to cache metadata / properties
               cacheGet()
               cachePut()
               cacheGetMetaData()
               etc.

     Template Cache
              Cache page fragment or entire templates


                                                                       ®




                                                                  23
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Centaur
 Database to Code (ORM)
    Save CFC data to a database without SQL
    Build database independent applications
    Bi-directional (CFC  Database)
    Access to Hibernate internals




                                                                        ®




                                                                   24
 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Bolt
ColdFusion IDE
     Eclipse-based Editor
              HTML, DOM & CSS Code                                   Log Viewer
               Assist
              CFML Code Assist
                                                                      Extensible with CFML
                                                                            Framework Scaffolding
              CFML Insight
                                                                            Code Generation
     FTP Support                                                           Project Tasks
     Snippets                                                              Whatever you want

     Aptana Plugin Support
     CFML Debugging


                                                                                                     ®




                                                                  25
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Bolt
ColdFusion IDE
     Aptana Plugin Support                                           Extensible with CFML
                 AJAX Libraries                                            Framework Scaffolding

                         ExtJS, jQuery, Adobe Spry,                        Code Generation
                          more…                                             Project Tasks
                 Adobe AIR                                                 Whatever you want




                                                                                                     ®




                                                                  26
Copyright 2008 Adobe Systems Incorporated. All rights reserved.
Comparing ColdFusion Tools


HTML, DOM & CSS Code
Assist
Design View (WYSIWYG)
AJAX & JavaScript Insight
JavaScript Debugging
CFML Code Assist
CFML Code Insight
CFML Debugging
CFML Refactoring
CFML ORM Support
Extensible w/ CFML
FTP Support
Database Tools
Real-time Log View
Custom CFML Code Assist
CFML Framework Support
                                                                                                                                     ®




Copyright 2008 Adobe Systems Incorporated. All rights reserved.
                                                                  1. When installed with Adobe ColdFusion 8 Extensions for Eclipse

Más contenido relacionado

La actualidad más candente

Flash camp portugal - Let's talk about Flex baby
Flash camp portugal - Let's talk about Flex babyFlash camp portugal - Let's talk about Flex baby
Flash camp portugal - Let's talk about Flex babyMichael Chaize
 
Fatc - Productivity by Design
Fatc - Productivity by DesignFatc - Productivity by Design
Fatc - Productivity by DesignMichael Chaize
 
Over the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for AndroidOver the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for AndroidMichael Chaize
 
Flex 4.5 and mobile development
Flex 4.5 and mobile developmentFlex 4.5 and mobile development
Flex 4.5 and mobile developmentMichael Chaize
 
Xebia adobe flash mobile applications
Xebia adobe flash mobile applicationsXebia adobe flash mobile applications
Xebia adobe flash mobile applicationsMichael Chaize
 
Agile 2012 Conference briefing deck for Analyst and Press
Agile 2012 Conference briefing deck for Analyst and Press Agile 2012 Conference briefing deck for Analyst and Press
Agile 2012 Conference briefing deck for Analyst and Press Laszlo Szalvay
 
Best practices for Flash applications on mobile devices
Best practices for Flash applications on mobile devicesBest practices for Flash applications on mobile devices
Best practices for Flash applications on mobile devicesMichael Chaize
 
Flex and the city in London - Keynote
Flex and the city in London - KeynoteFlex and the city in London - Keynote
Flex and the city in London - KeynoteMichael Chaize
 
Xplatform mobile development
Xplatform mobile developmentXplatform mobile development
Xplatform mobile developmentMichael Chaize
 
Kapil Verma: What's new in FrameMaker 10
Kapil Verma: What's new in FrameMaker 10Kapil Verma: What's new in FrameMaker 10
Kapil Verma: What's new in FrameMaker 10akashjd
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform javaMichael Chaize
 
Enrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA PlatformEnrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA PlatformInitium
 
Workload Groups overview updates
Workload Groups overview updatesWorkload Groups overview updates
Workload Groups overview updatesCOMMON Europe
 
08 Ace 2010 Aras Roadmap
08 Ace 2010 Aras Roadmap08 Ace 2010 Aras Roadmap
08 Ace 2010 Aras RoadmapProdeos
 
Why i - Common Europe 2012
Why i - Common Europe 2012Why i - Common Europe 2012
Why i - Common Europe 2012COMMON Europe
 
Adobe et la stratégie multi-écrans
Adobe et la stratégie multi-écransAdobe et la stratégie multi-écrans
Adobe et la stratégie multi-écransMichael Chaize
 
V c loudapi_coffeetalk__pimplaskar_may2010
V c loudapi_coffeetalk__pimplaskar_may2010V c loudapi_coffeetalk__pimplaskar_may2010
V c loudapi_coffeetalk__pimplaskar_may2010Pablo Roesch
 

La actualidad más candente (19)

Flash camp portugal - Let's talk about Flex baby
Flash camp portugal - Let's talk about Flex babyFlash camp portugal - Let's talk about Flex baby
Flash camp portugal - Let's talk about Flex baby
 
Fatc - Productivity by Design
Fatc - Productivity by DesignFatc - Productivity by Design
Fatc - Productivity by Design
 
Over the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for AndroidOver the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for Android
 
Jax2001 adobe keynote
Jax2001 adobe keynoteJax2001 adobe keynote
Jax2001 adobe keynote
 
Flex 4.5 and mobile development
Flex 4.5 and mobile developmentFlex 4.5 and mobile development
Flex 4.5 and mobile development
 
Montpellier - Flex UG
Montpellier - Flex UGMontpellier - Flex UG
Montpellier - Flex UG
 
Xebia adobe flash mobile applications
Xebia adobe flash mobile applicationsXebia adobe flash mobile applications
Xebia adobe flash mobile applications
 
Agile 2012 Conference briefing deck for Analyst and Press
Agile 2012 Conference briefing deck for Analyst and Press Agile 2012 Conference briefing deck for Analyst and Press
Agile 2012 Conference briefing deck for Analyst and Press
 
Best practices for Flash applications on mobile devices
Best practices for Flash applications on mobile devicesBest practices for Flash applications on mobile devices
Best practices for Flash applications on mobile devices
 
Flex and the city in London - Keynote
Flex and the city in London - KeynoteFlex and the city in London - Keynote
Flex and the city in London - Keynote
 
Xplatform mobile development
Xplatform mobile developmentXplatform mobile development
Xplatform mobile development
 
Kapil Verma: What's new in FrameMaker 10
Kapil Verma: What's new in FrameMaker 10Kapil Verma: What's new in FrameMaker 10
Kapil Verma: What's new in FrameMaker 10
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform java
 
Enrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA PlatformEnrique Duvos: Adobe RIA Platform
Enrique Duvos: Adobe RIA Platform
 
Workload Groups overview updates
Workload Groups overview updatesWorkload Groups overview updates
Workload Groups overview updates
 
08 Ace 2010 Aras Roadmap
08 Ace 2010 Aras Roadmap08 Ace 2010 Aras Roadmap
08 Ace 2010 Aras Roadmap
 
Why i - Common Europe 2012
Why i - Common Europe 2012Why i - Common Europe 2012
Why i - Common Europe 2012
 
Adobe et la stratégie multi-écrans
Adobe et la stratégie multi-écransAdobe et la stratégie multi-écrans
Adobe et la stratégie multi-écrans
 
V c loudapi_coffeetalk__pimplaskar_may2010
V c loudapi_coffeetalk__pimplaskar_may2010V c loudapi_coffeetalk__pimplaskar_may2010
V c loudapi_coffeetalk__pimplaskar_may2010
 

Similar a Cold Fusion Deck

David Coletta Architecting A Shared Codebase For Browser And Desktop Final
David Coletta Architecting A Shared Codebase For Browser And Desktop FinalDavid Coletta Architecting A Shared Codebase For Browser And Desktop Final
David Coletta Architecting A Shared Codebase For Browser And Desktop Finaldcoletta
 
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3Craig Randall
 
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFlex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFrançois Le Droff
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform javaCh'ti JUG
 
Innovation and the Adobe Flash Platform
Innovation and the Adobe Flash PlatformInnovation and the Adobe Flash Platform
Innovation and the Adobe Flash PlatformMichael Chaize
 
AUG Belgium - Introduction to ColdFusion 9
AUG Belgium - Introduction to ColdFusion 9AUG Belgium - Introduction to ColdFusion 9
AUG Belgium - Introduction to ColdFusion 9Cyril Hanquez
 
FATC UK - Real time collaborative Flex apps
FATC UK - Real time collaborative Flex appsFATC UK - Real time collaborative Flex apps
FATC UK - Real time collaborative Flex appsMichael Chaize
 
Visual Studio 2010 Sku Transition Overview Dev Launch
Visual Studio 2010 Sku Transition Overview   Dev LaunchVisual Studio 2010 Sku Transition Overview   Dev Launch
Visual Studio 2010 Sku Transition Overview Dev LaunchClint Edmonson
 
Keeping Current with ColdFusion - Adobe Max 2011
Keeping Current with ColdFusion - Adobe Max 2011Keeping Current with ColdFusion - Adobe Max 2011
Keeping Current with ColdFusion - Adobe Max 2011Rupesh Kumar
 
Win Connections Technical Overview ( Harold W)
Win  Connections    Technical  Overview ( Harold W)Win  Connections    Technical  Overview ( Harold W)
Win Connections Technical Overview ( Harold W)Harold Wong
 
Win Connections Technical Overview (Harold W)
Win Connections   Technical Overview (Harold W)Win Connections   Technical Overview (Harold W)
Win Connections Technical Overview (Harold W)Harold Wong
 
Windows Azure overview webinar by Sentri
Windows Azure overview webinar by SentriWindows Azure overview webinar by Sentri
Windows Azure overview webinar by SentriSentri
 
Quality Best Practices & Toolkit for Enterprise Flex
Quality Best Practices & Toolkit for Enterprise FlexQuality Best Practices & Toolkit for Enterprise Flex
Quality Best Practices & Toolkit for Enterprise FlexFrançois Le Droff
 
Towards Semantic Virtual Worlds
Towards Semantic Virtual WorldsTowards Semantic Virtual Worlds
Towards Semantic Virtual WorldsDavid Burden
 
Flash Platformアップデート
Flash PlatformアップデートFlash Platformアップデート
Flash PlatformアップデートMariko Nishimura
 
Adobe Flash platform の法人利用
Adobe Flash platform の法人利用Adobe Flash platform の法人利用
Adobe Flash platform の法人利用Keisuke Todoroki
 
bccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outbccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outICS User Group
 

Similar a Cold Fusion Deck (20)

David Coletta Architecting A Shared Codebase For Browser And Desktop Final
David Coletta Architecting A Shared Codebase For Browser And Desktop FinalDavid Coletta Architecting A Shared Codebase For Browser And Desktop Final
David Coletta Architecting A Shared Codebase For Browser And Desktop Final
 
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
Realizing Great Customer Experiences with Adobe® LiveCycle® ES3
 
Bynet2.3 Adobe Flex builder 4
Bynet2.3 Adobe Flex builder 4Bynet2.3 Adobe Flex builder 4
Bynet2.3 Adobe Flex builder 4
 
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFlex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
 
air
airair
air
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform java
 
Innovation and the Adobe Flash Platform
Innovation and the Adobe Flash PlatformInnovation and the Adobe Flash Platform
Innovation and the Adobe Flash Platform
 
AUG Belgium - Introduction to ColdFusion 9
AUG Belgium - Introduction to ColdFusion 9AUG Belgium - Introduction to ColdFusion 9
AUG Belgium - Introduction to ColdFusion 9
 
FATC UK - Real time collaborative Flex apps
FATC UK - Real time collaborative Flex appsFATC UK - Real time collaborative Flex apps
FATC UK - Real time collaborative Flex apps
 
Visual Studio 2010 Sku Transition Overview Dev Launch
Visual Studio 2010 Sku Transition Overview   Dev LaunchVisual Studio 2010 Sku Transition Overview   Dev Launch
Visual Studio 2010 Sku Transition Overview Dev Launch
 
Keeping Current with ColdFusion - Adobe Max 2011
Keeping Current with ColdFusion - Adobe Max 2011Keeping Current with ColdFusion - Adobe Max 2011
Keeping Current with ColdFusion - Adobe Max 2011
 
Win Connections Technical Overview ( Harold W)
Win  Connections    Technical  Overview ( Harold W)Win  Connections    Technical  Overview ( Harold W)
Win Connections Technical Overview ( Harold W)
 
Win Connections Technical Overview (Harold W)
Win Connections   Technical Overview (Harold W)Win Connections   Technical Overview (Harold W)
Win Connections Technical Overview (Harold W)
 
Windows Azure overview webinar by Sentri
Windows Azure overview webinar by SentriWindows Azure overview webinar by Sentri
Windows Azure overview webinar by Sentri
 
Quality Best Practices & Toolkit for Enterprise Flex
Quality Best Practices & Toolkit for Enterprise FlexQuality Best Practices & Toolkit for Enterprise Flex
Quality Best Practices & Toolkit for Enterprise Flex
 
Does DITA need XML?
Does DITA need XML?Does DITA need XML?
Does DITA need XML?
 
Towards Semantic Virtual Worlds
Towards Semantic Virtual WorldsTowards Semantic Virtual Worlds
Towards Semantic Virtual Worlds
 
Flash Platformアップデート
Flash PlatformアップデートFlash Platformアップデート
Flash Platformアップデート
 
Adobe Flash platform の法人利用
Adobe Flash platform の法人利用Adobe Flash platform の法人利用
Adobe Flash platform の法人利用
 
bccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outbccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&out
 

Más de Транслируем.бел

Руководство по видео, трансляциям и премьерам (Youtube 2020)
Руководство по видео, трансляциям и премьерам (Youtube 2020)Руководство по видео, трансляциям и премьерам (Youtube 2020)
Руководство по видео, трансляциям и премьерам (Youtube 2020)Транслируем.бел
 
Корпоративный новый год онлайн
Корпоративный новый год онлайнКорпоративный новый год онлайн
Корпоративный новый год онлайнТранслируем.бел
 
Руководство для малого и среднего бизнеса по использованию цифровых решений
Руководство для малого и среднего бизнеса по использованию цифровых решенийРуководство для малого и среднего бизнеса по использованию цифровых решений
Руководство для малого и среднего бизнеса по использованию цифровых решенийТранслируем.бел
 
Онлайн-трансляции в соцсетях
Онлайн-трансляции в соцсетяхОнлайн-трансляции в соцсетях
Онлайн-трансляции в соцсетяхТранслируем.бел
 
Как организовать трансляцию в Facebook
Как организовать трансляцию в FacebookКак организовать трансляцию в Facebook
Как организовать трансляцию в FacebookТранслируем.бел
 
Что сделать, чтобы сто раз все не переделывать
Что сделать, чтобы сто раз все не переделыватьЧто сделать, чтобы сто раз все не переделывать
Что сделать, чтобы сто раз все не переделыватьТранслируем.бел
 
Когда сказать нет. Арсений Кравченко
Когда сказать нет. Арсений КравченкоКогда сказать нет. Арсений Кравченко
Когда сказать нет. Арсений КравченкоТранслируем.бел
 
SMM учебник. Как продвигать банк в социальных сетях. Наглядное пособие
SMM учебник. Как продвигать банк в социальных сетях. Наглядное пособиеSMM учебник. Как продвигать банк в социальных сетях. Наглядное пособие
SMM учебник. Как продвигать банк в социальных сетях. Наглядное пособиеТранслируем.бел
 
методы монетизации интернет проектов
методы монетизации интернет проектовметоды монетизации интернет проектов
методы монетизации интернет проектовТранслируем.бел
 

Más de Транслируем.бел (20)

Медицинские трансляции
Медицинские трансляцииМедицинские трансляции
Медицинские трансляции
 
Vinteo
VinteoVinteo
Vinteo
 
Руководство по видео, трансляциям и премьерам (Youtube 2020)
Руководство по видео, трансляциям и премьерам (Youtube 2020)Руководство по видео, трансляциям и премьерам (Youtube 2020)
Руководство по видео, трансляциям и премьерам (Youtube 2020)
 
Корпоративный новый год онлайн
Корпоративный новый год онлайнКорпоративный новый год онлайн
Корпоративный новый год онлайн
 
Unofficial guide to vmix by streamgeeks
Unofficial guide to vmix by streamgeeksUnofficial guide to vmix by streamgeeks
Unofficial guide to vmix by streamgeeks
 
Руководство для малого и среднего бизнеса по использованию цифровых решений
Руководство для малого и среднего бизнеса по использованию цифровых решенийРуководство для малого и среднего бизнеса по использованию цифровых решений
Руководство для малого и среднего бизнеса по использованию цифровых решений
 
Sennheiser ew100 g2
Sennheiser ew100 g2Sennheiser ew100 g2
Sennheiser ew100 g2
 
Sony mcs 8m
Sony mcs 8mSony mcs 8m
Sony mcs 8m
 
Сравнение поколений Y и Z
Сравнение поколений Y и ZСравнение поколений Y и Z
Сравнение поколений Y и Z
 
Онлайн-трансляции в соцсетях
Онлайн-трансляции в соцсетяхОнлайн-трансляции в соцсетях
Онлайн-трансляции в соцсетях
 
Как организовать трансляцию в Facebook
Как организовать трансляцию в FacebookКак организовать трансляцию в Facebook
Как организовать трансляцию в Facebook
 
The ultimate guide to facebook live for your event
The ultimate guide to facebook live for your eventThe ultimate guide to facebook live for your event
The ultimate guide to facebook live for your event
 
Guide to facebook live
Guide to facebook liveGuide to facebook live
Guide to facebook live
 
Comdi player
Comdi playerComdi player
Comdi player
 
Что сделать, чтобы сто раз все не переделывать
Что сделать, чтобы сто раз все не переделыватьЧто сделать, чтобы сто раз все не переделывать
Что сделать, чтобы сто раз все не переделывать
 
Когда сказать нет. Арсений Кравченко
Когда сказать нет. Арсений КравченкоКогда сказать нет. Арсений Кравченко
Когда сказать нет. Арсений Кравченко
 
Marketing Essentials for Startup Teams
Marketing Essentials for Startup TeamsMarketing Essentials for Startup Teams
Marketing Essentials for Startup Teams
 
SMM учебник. Как продвигать банк в социальных сетях. Наглядное пособие
SMM учебник. Как продвигать банк в социальных сетях. Наглядное пособиеSMM учебник. Как продвигать банк в социальных сетях. Наглядное пособие
SMM учебник. Как продвигать банк в социальных сетях. Наглядное пособие
 
методы монетизации интернет проектов
методы монетизации интернет проектовметоды монетизации интернет проектов
методы монетизации интернет проектов
 
Belarus internet users discovery
Belarus internet users discoveryBelarus internet users discovery
Belarus internet users discovery
 

Último

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Último (20)

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

Cold Fusion Deck

  • 1. Adobe ColdFusion User Group Tour 2009 ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 2. ColdFusion STATE OF THE UNION ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 3. ColdFusion Media Coverage   ColdFusion 8 Awards   JOLT Award – Best in Web Development   CODiE Award – Best Wed Services Solution   Great Indian Devleoper Summit – Best in Web Development   ColdFusion covered by major tech news outlets   Industry analysts are starting to “get it”   Recommending ColdFusion for new projects   Encourage ColdFusion expansion in existing organizations ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 4. ColdFusion PopulationGrowth 1000 Developers (1Ks) 900 800 700 600 500 400 300 200 100 0 2004 2005 2006 2007 2008 ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 5. Centaur & Bolt WHAT WE KNOW ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 6. Centaur Themes Richness Integration Productivity   Flash Builder 4 Integration   PDF Enhancements   CF Builder   Exposed Service Layer   Office Files   ORM   AIR Online Offline   Server Manager ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 7. RICHNESS ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 8. Centaur Exposed Service Layer   Direct access to ColdFusion services   Query Service   Mail   Document Services   Imaging   Charting/Graphs   Exchange   More…   Available as SOAP & AMF ® 8 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 9. Centaur Rich Internet Applications   AS3 / MXML Libraries for Adobe Flex   Consumer CF Services   AS3 Data Persistence Library for Adobe AIR   Online / Offline Data Synchronization ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 10. Centaur Enhanced UI Controls   Powerful new controls   Video / Audio Player   Multi-File Upload   Enhanced Data Grid   Accordion Navigation   Progress Indicator   Confirm & Alert   Buttons / Sliders   Google Maps   Themes - Easy to skin and style   Multiple designs included ® 10 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 11. INTEGRATION ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 12. Centaur PDF Enhancements   Add/Remove Headers and Footers   Optimize PDF’s   Remove Unused Elements   Extract Content   Text   Images ® 12 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 13. Centaur Office Interoperability   Create, Read & Update Excel Spreadsheets   Dynamically generate PowerPoint Presentations   Create Flash Presentations from PowerPoint ® 13 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 14. Centaur Portal Integration   Easily build ColdFusion powered content for industry leading portal servers   Built-in support for portlet standards   JSR-168 & JSR-268   Web Services for Remote Portlets (WSRP)   WebSphere   Sharepoint webparts ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 15. Centaur Search Enhancements   Enhanced search support   Classic Search: Autonomy Verity K2   Enhanced Search: Apache Lucene / Solr   Open source and unrestricted ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 16. Centaur Mail Enhancement   CFIMAP   View Folders   Read Messages   Move Messages ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 17. PRODUCTIVITY ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 18. Centaur CFML Enhancements   Explicit local scope for private function variables   <cfset LOCAL.myvar = 1 /> in addition to <cfset var myVar = 1 />   Implicit getters/setters – based on CFPROPERTY   Import & New keyword ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 19. Centaur CFML Enhancements   Server.cfc   onServerStart()   Defined via ColdFusion Administrator   Nested CFTRANSACTION   CFFINALLY / finally   CFCONTINUE ® 19 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 20. Centaur CFSCRIPT Enhancements   New Operators   abort ["message"]   exit ["methodName"]   include "template"   param [type] name [=defaultValue]   throw "message“   rethrow ® 20 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 21. Centaur CFSCRIPT Enhancements   Full language support for CFSCRIPT   Fully define functions and components   JavaDoc style notation for documentation and metadata ® 21 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 22. Centaur Server Manager   Desktop application for monitoring and managing ColdFusion servers   Flex-based AIR application   Run as a background service   System notification & alerts   Multi-Instance / Cluster Management   Manage / Apply settings for multiple servers   Datasources, Mappings, etc.   Apply Hotfixes   Deploy Scheduled Tasks   More… ® Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 23. Centaur Advanced Caching   Object Cache   Save / Retrieve objects from a built-in cache   Programmatic access to cache metadata / properties cacheGet() cachePut() cacheGetMetaData() etc.   Template Cache   Cache page fragment or entire templates ® 23 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 24. Centaur Database to Code (ORM)   Save CFC data to a database without SQL   Build database independent applications   Bi-directional (CFC  Database)   Access to Hibernate internals ® 24 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 25. Bolt ColdFusion IDE   Eclipse-based Editor   HTML, DOM & CSS Code   Log Viewer Assist   CFML Code Assist   Extensible with CFML   Framework Scaffolding   CFML Insight   Code Generation   FTP Support   Project Tasks   Snippets   Whatever you want   Aptana Plugin Support   CFML Debugging ® 25 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 26. Bolt ColdFusion IDE   Aptana Plugin Support   Extensible with CFML   AJAX Libraries   Framework Scaffolding   ExtJS, jQuery, Adobe Spry,   Code Generation more…   Project Tasks   Adobe AIR   Whatever you want ® 26 Copyright 2008 Adobe Systems Incorporated. All rights reserved.
  • 27. Comparing ColdFusion Tools HTML, DOM & CSS Code Assist Design View (WYSIWYG) AJAX & JavaScript Insight JavaScript Debugging CFML Code Assist CFML Code Insight CFML Debugging CFML Refactoring CFML ORM Support Extensible w/ CFML FTP Support Database Tools Real-time Log View Custom CFML Code Assist CFML Framework Support ® Copyright 2008 Adobe Systems Incorporated. All rights reserved. 1. When installed with Adobe ColdFusion 8 Extensions for Eclipse