Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.13 KB

README.md

File metadata and controls

53 lines (36 loc) · 2.13 KB

About

Checkout a video demo here: http://www.screencast.com/t/3caXuCZbch

CFShoutout is an example application that utilizes some of the new Adobe ColdFusion 10 features.

Some of these include:

  • Restful Web Services
  • WebSocket Support
  • ORM Search (via Apache Solr)

It also leverages:

  • ESRI's JavaScrip APIs for Mapping
  • HTML5 GeoLocation features
  • Twitter Bootstrap for layout and styling
  • Bootswatch.com's "Superhero" CSS Styles

Disclaimer

This code is FAR from production-worthy and is likely to include some bad-practices or ugly workarounds. Please forgive me! Use this at your own risk. If you would like to make a suggestion, please email me directly or submit a pull request and I will incorporate it into the code: bendalton@gmail.com

Usage

  1. Install/Configure CF10
  2. Create a datasource called "cfshoutout"
  3. Upload code the the appropriate location in your wwwroot (in my case it was /contest)
  4. visit your application and add ?initREST&ORMReload to the URL to create the database tables and initialize the webservice

Licenses and Acknowledgements

The content included in this project is free-to-use for any purpose you feel fit. Portions of this project are licensed separately so please refer to any appended license, if one exists, for a given file.

Portions of this project can be attributed to:

Twitter Bootstrap Project - http://twitter.github.com/bootstrap/ Code licensed under the Apache License v2.0. Documentation licensed under CC BY 3.0. Icons from Glyphicons Free, licensed under CC BY 3.0.

ESRI JavaScript API - http://help.arcgis.com/en/webapi/javascript/arcgis/

ESRI JS License Agreement - http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_termsofuse.htm

Bootswatch.com "Superhero" Twitter Bootstrap Theme - http://bootswatch.com/

Insipration and examples were drawn from: