본문 바로가기

Develop/AEM

(20)
Query Packager AEM-Commons 설치 필요 AEM-Commons > Content Packagers http://localhost:4502/miscadmin#/etc/acs-commons/packagers NEW > Query Packager Query : select * from [dam:Asset] as da where isdescendantnode(da, '/content/dam') and da.[jcr:content/jcr:lastModified] >= cast('1999-01-01T00:00:00.000+09:00' as date) and da.[jcr:content/jcr:lastModified] < cast('1999-12-31T11:00:00.000+09:00' as date) and da.[jcr:..
Oak Core Version 확인 1. /system/console/bundles 이동 2. org.apache.jackrabbit.oak-core 필터 3. 버전 확인 참고 - experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-do-i-determine-the-oak-version-i-use-with-my-aem/qaq-p/214961/comment-id/72496
Some useful JCR queries (XPATH, SQL2) for AEM/CQ development. 출처 - https://gist.github.com/floriankraft/8b3720464318cd5cd9e2 SQL2 All nodes with a specific name SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE(node, "/search/in/path") AND NAME() = "nodeName" All pages below content path SELECT * FROM [cq:Page] AS page WHERE ISDESCENDANTNODE(page ,"/search/in/path") All components of a specific type SELECT * FROM [nt:unstructured] AS comp WHER..
AEM Package Builder AEM Package Builder Version : 1.1 AEM 6.x Support
AEM Mode Change Support AEM Mode Change Support AEM Touch UI Editor/Preview Mode Change Support Version : 1.0 Function Key : F1(Only works with Chrome, IE)
AEM 6 SP2 - View (Tail) CQ Log Files http://experience-aem.blogspot.kr/2015/03/aem-6-sp2-view-tail-cq-log-files.html AEM 6 SP2 - View (Tail) CQ Log FilesGoal Quick post on creating a Tail Log servlet for examining the logs on remote CQ instances; if you are debugging issues on a friend's CQ instance or QA, deploying this servlet could be helpful. Ootb, logs can be viewed by logging into felix console (http://localhost:4502/system/c..
DAM File Upload API Uploading files to Adobe Experience Manager DAM using AssetManager API https://helpx.adobe.com/experience-manager/using/uploading-files-aem1.html
어도비 깃허브 http://adobe-marketing-cloud.github.io/#projects