Entries Tagged as 'Coldfusion'

Bootstrap - Coldfusion CMS simple example.

Coldfusion 2 Comments »

This is not a framework... This is my friday afternoon exercise wanting to go out of the office and get drunk. Lester Barahona found this great tool Bootstrap and He is using it in one of his projects. I decided to use it too and created a simple example with one module to create, edit, list and delete users. You can Download here... and start creating your own CMS.

 

 

Read more...

Coldfusion Developer Week

Coldfusion 3 Comments »

If you are a Coldfusion developer or if you would like to know about this great product that allow us create amazing web applicatios in a fast way. This is a good oportunity to start or increase your knowledge.

Sept. 12- Getting Started with Web Application Developement Using ColdFusion
Sept. 12 – Working with PDFs Made Easy with ColdFusion
Sept. 12 – Introduction to ColdFusion Components (CFCs)
Sept. 13 – Improve Your ColdFusion Code Through Unit Testing
Sept. 13 – Using ColdFusion Frameworks for Application Development
Sept. 14 – ColdFusion Builder: The Professional IDE to Boost Your Productivity
Sept. 14 – Expand Functionality with ColdFusion Builder Extensions
Sept. 15 – Developing Your First Application Using ColdFusion 9 and ORM
Sept. 15 – ColdFusion and Mobile – Browser-Based Applications Made Easy
Sept. 16 – Accessing ColdFusion Services From Flex Applications
Sept. 16 – Make Your Site Searchable with Solr

Register and read more

Read more...

Getting Started with ColdFusion 9

Coldfusion 1 Comment »

 

ABOUT ADOBE COLDFUSION

Adobe ColdFusion is a rapid application development toolkit that is written in Java and runs on top of the JVM. Its core philosophies are: make things easy, and provide RAD without restricting developers.

GETTING STARTED

Installing ColdFusion: You can download a free version of ColdFusion 9 Developer from http://adobe.com/go/centaur. Download the appropiate version for your OS, and install. The installer will take you through a few methods of install:

Standard: This install ColdFusion as a stand-alone server. Despite the fact that ColdFusion runs on a J2EE server the stand-alone version bundles the J2EE server. This make the J2EE server inaccessible, but the whole package easier way to get started with ColdFusion.

Multiserver: This will install ColdFusion as a single instance running on JRun. This will allow you to install multiple ColdFusion servers on your box if you wish. Additionally, JRun is a J2EE server capable of running other EAR or WAR files.

EAR/WAR file: This will package ColdFusion an your installation options into a J2EE EAR or WAR file. This file can then be deployed to the J2EE server for your choise.

PARTS TO COLDFUSION

ColdFusion consists of two parts: the server that runs ColdFusion, and the code you run on it. The server is a little more significant to the toolkit than server components in most other competing produts.

Server

The server component of ColdFusion consists of an executable server that can run as a service or deamon on your OS. This server component handles processing ColdFusion requests but also stores a lot of configuration for your applications centrally. You can also set things like mail server default, central code collections, path mappings, third party licenses, etc. Most of that you set here can be overridden at the application level, but by setting it here, you can avoid having to store that information in your applications.

WORKING WITH DATA

ColdFusion was originally designed to be a language to brigde backend database is a key part to using ColdFusion.

RDBMS: ColdFusion has built in support for many flavors of database including: Microsoft SQL, MySQL, Oracle, Derby, DB, and PostgreSQL. However ColdFusion can interact with any RDBMS with JDBC driver.

SERVICES

A large part of current Web evelopment is programming to and against service APIs. ColdFusion has a number of built in tools to consume and produce services using either SOAP or REST.

by Terry Ryan

Read more...

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds