ColdFusion Integration | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008
This depends on what you mean by integrating.  There is no ColdFusion/AEM integration piece. However - you can use a REST. That is -- you can use RestFul web service in ColdFusion - as described here: http://www.adobe.com/devnet/coldfusion/articles/restful-web-services.html to community with AEM Servlets and display AEM data in Coldfusion.  Likewise - you can post data from  ColdFusion to AEM using AEM  Sling Post Servlets.

3 replies

New Participant
October 8, 2019

We are looking at building a ColdFusion ReST service layer to pull customer data (billing, customer data, etc.) that we don't want to store in Jackrabbit.  And to that end, we could protect sensitive information in the JCR (agreements, personalized content, etc.) with a ReST session from ColdFusion.

watch this.  Warning the code included has some issues which you will need to resolve.

GitHub - jsteinshouer/cf-jwt-simple: CFML component for encoding and decoding JSON Web Tokens (JWT)

GitHub - akhil110/expensewatch-cf: A SPA using Angular and Coldfusion REST service.

A simple app using Angular and Coldfusion REST API - YouTube

New Participant
July 2, 2019

Hi, I know this is an old answer, but have you come across any usecases of integrating the 2 together?

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015
This depends on what you mean by integrating.  There is no ColdFusion/AEM integration piece. However - you can use a REST. That is -- you can use RestFul web service in ColdFusion - as described here: http://www.adobe.com/devnet/coldfusion/articles/restful-web-services.html to community with AEM Servlets and display AEM data in Coldfusion.  Likewise - you can post data from  ColdFusion to AEM using AEM  Sling Post Servlets.