We want to give a shout out and a huge thank you to our initial Sponsors for Adobe ColdFusion Summit 2015!
It's an honor for us to have these partners represented at the largest Adobe developer conference. They are both experts in the ColdFusion space and great to work with!
Since the 90‘s, Intergral has been providing innovative products, enterprise scale software solutions and IT Services to thousands of customers across the globe. We are an established provider of Application Performance Monitoring (APM) and analysis tools with over 12,000 products sold to customers from all over the world. Our products reflect our technical expertise, high focus on usability, commitment to quality and complete attention to detail.
Foundeo is a company based in Upstate New York that builds products for web developers and provides expert web consulting services.
Our goal at Foundeo is to provide easy to use software products and services that make your job easier.
At Media3, we don't sell cloud hosting. We help businesses and organizations buy it. What's the difference? A big one actually.
When we help you buy cloud services, we listen carefully to what you have to say, we listen to what you want and your business needs, today and in the future. Then we make professional recommendations and help you find the right solution with the right budget.
Honestly, patiently, and without pressure.
If you're interested in sponsoring at this year's conference, please see the sponsorship page of the web site here: https://cfsummit.adobeevents.com/sponsors-coming-soon
By now you all know about the upcoming ColdFusion Summit Conference in November (9th &10th). If not, register now with the latest discount code still active through the end of September: https://coldfusion.adobe.com/discount-code-extended-for-20-off-coldfusion-summit-20years4cf
We are also doing something different this year by offering a full day of hands on labs in a pre-conference workshop on November 8th, the day before Adobe ColdFusion Summit starts. These hands on labs will be separated into two half day sessions. The first half of the day will be focused on Security, and the second half of the day will focus on best practices in development. It’s a great opportunity to receive a full day of training in a lab/walkthrough experience.
Where:
Aria Resort & Casino
When:
November 8th 9am to 5pm
Pricing:
$99 if you are already registered for Adobe ColdFusion Summit
$149 if you are not registered for Adobe ColdFusion Summit
** Includes breakfast and lunch **
To register and for more information on the session descriptions please see the website here: https://cf15workshop.attendease.com/
* The workshops site above is a completely separate site from the ColdFusion Summit Conference
Session descriptions posted here: https://cf15workshop.attendease.com/schedule/sessions
The only downside is that the capacity for the workshop is extremely limited, so please don’t wait to register.
Looking forward to seeing you there!
Inspirus develops software applications that help customers inspire their workers through effective employee recognition and rewards programs. For more than two decades, Inspirus has developed its solutions on the Adobe ColdFusion platform using rapid prototyping and agile software development methods. “ColdFusion and agile development are a natural fit, giving us the flexibility to change direction with ease and mock up a new solution in an acceptable timeframe,” says Steve Black, Manager of Development at Inspirus. “Rapid application development has resulted […]
Many of you are wondering about the additional session content that will be posted to the ColdFusion Summit list Since we have the topics we wanted to let you all know that these will be posted in the ColdFusion Summit site very soon. Below is a list of 10 additional topics that have not yet been posted to the Summit web site, but will be added to the list of sessions shortly with detailed descriptions. The titles will likely change as we receive all the submissions.
- ColdFusion Raijin Overview: Rakshith Naresh
- ColdFusion Raijin Loves My API: Matt Gifford and Elishia Dvorak
- Inside the ColdFusion Server: Rupesh Kumar
- Migrating to ColdFusion 11: Anit Kumar Panda
- ColdFusion and NoSQL: Akhila Srinivas
- ColdFusion Security: Jason Dean
- PDF Generation Capabilities of ColdFusion: Tim Cunningham
- Adobe Panel Discussion: Join Adobe, our community members, and customers in a panel discussion to discuss the hard questions in an open forum with the audience.
- What you need to know about APIs: Ray Camden
- Development Best Practices: Practical examples of writing good code: Dan Wilson
We are happy to announce the first release of Migration Guide for ColdFusion 11. This guide will help you, to migrate your ColdFusion 9 and ColdFusion 10 servers to ColdFusion 11 seamlessly. This guide also gives a fair overview for migration of legacy servers to the most recent and supported versions. This helps you understand the various phases of migration, along with, how to use Code Analyzer. The Code Analyzer reviews the CFML pages that you specify and informs you […]
We’re continuing to celebrate ColdFusion’s 20 year anniversary by extending the 20% off discount code through September 30th.
When registering, use code 20Years4CF to receive 20% off your registration.
https://cfsummit.adobeevents.com/
We encourage you to come meet our team, learn, share, and network with us!
Details:
When: November 9th and 10th, 2015
Where: Aria Resort & Casino, Las Vegas, Nevada
Pricing: $399
Room Rate: $179/nt
The following ColdFusion updates are now available for download. These updates address a common XXE vulnerability in BlazeDS. For details refer the security bulletin hyperlinks in the sections below. Users who are using LCDS with ColdFusion, should refer this technote, for updating their LCDS installation. ColdFusion 11 Update 6 This Update addresses a vulnerability mentioned in the security bulletin APSB15-21. This update is cumulative and includes fixes from previous ColdFusion 11 updates. For details, refer this technote. ColdFusion 10 Update 17 […]
Here is the public facing roadmap for the upcoming two major versions of ColdFusion. The document lists out only the high level directions that are being considered for the future releases. ColdFusion Product Roadmap (2015) Here is the disclaimer about this public facing roadmap. The intended future features or directions described in this document are under consideration by Adobe Systems and are not commitments for future products, technologies, or services. The roadmap is subject to change at Adobe Systems’ sole discretion […]
There has been a recent change in the way callback functions of the various filter functions work. Earlier, the callback functions used to take only one element at a time. Following were the syntaxes for the 3 most commonly used filter functions. ArrayFilter – arrayFilter(array,function(arrayElement){return true|false;}); ListFilter – listFilter(list,function(listElement){return true|false;}); StructFilter – structFilter(struct,function(key, value){return true|false;}); As we can see, for all of these filters, the callback function has access to only one item at a time. Effectively this means […]
With ColdFusion 11 Update 3, we have introduced a new parameter called “getHeaders”, in the “cfExchangeMail” tag. It accepts a boolean value. When set to true, cfExchangeMail returns a query with an additional “InternetHeader” column. This column contains a struct containing key-value pairs of the email-headers associated with each message. Email message headers provide technical details about the message, such as who sent it, the software used to compose it, the version of the MIME protocol used by the sender […]
Many times you would want to tweak the performance of the ColdFusion server or want to debug the bottlenecks that make the server unresponsive. To analyze this, ideally, you would want to have Thread dumps and Server memory snapshots (Heap Space, Eden Space, Survivor Space, Old Gen, Perm Gen). While you can use JDK tools like jstack to get the dumps, it is tedious to install it and schedule the thread dumps. So, programmatically thread dumps and memory snapshots are […]
tools.jar contains the utilities to compile java source into class files. While using ColdFusion Web services stubs have to be generated. So, this utility is required for this feature to be functional. The tools.jar is shipped by default with ColdFusion along with full installation of ColdFusion which would be same version of the jre that ColdFusion is shipped with. If you are just using this default installation and the built-in jre, your ColdFusion web services do work fine. However, due […]



