Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

ColdFusion Integration

Avatar

Level 1

Hi,

Is there a way to integrate ColdFusion with AEM?

Thanks a lot

1 Accepted Solution

Avatar

Correct answer by
Level 10
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.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10
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.

Avatar

Level 2

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

Avatar

Level 1

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