Friday 22 May 2020

Adobe I/O runtime


Adobe I/O Runtime architecture it is just like similar to the Amazon web services Lambda or azure serverless where the application developer needs to concentrate only on the application logic but not on configuration and deploying of the servers.

Serverless computing like Adobe IO platform the application logic is deployed into the traditional servers like Amazon Web Services or azure over the http request(Using Adobe I/O runtime ).
List of runtime programming model.
  1. Actions
  2. Events 
  3. Triggers 
  4. Rules 
  5. Sequences 
  6. Compositions 
  7. Packages 

Adobe experience manager archetype 23


Features introduced in maven archetype 23

  1. Adobe experience manager as a cloud support.
  2.  For the single page applications like react or angular frameworks SPA  has been integrated Additionally nothing is required from the developer to integrate it.
  3.  Core component support 2.8.0
    • Additional few components has been announced for example content fragments experience fragments Download impaired image and navigation.
    • 23 bugs has been fixed in Maven archetype.

Wednesday 24 October 2018

AEM STORAGE

AEM STORAGE DATASTORE AND NODESTORE 

  1. Binary Data(Data Store) + Content Nodes(Node Store) = TAR Implementation
  2. Node Store -> Segment Store(TAR)
     
  3. Node Store -> Document Store(Mongo DB)
  4. Data Store ->  File Datastore
  5. Data Store ->  S3(Cloud) Amazon Simple Storage Service
  6. Data Store ->  Azure(Cloud)



Friday 31 August 2018

AEM QUERY

SEARCH FOR PROPERTY IN JCR

/jcr:root//*[jcr:contains('rep:location', '*')] order by @jcr:score

Wednesday 29 August 2018

AEM GEMS LIST

Please find below list for AEM video list.

https://helpx.adobe.com/experience-manager/kt/eseminars/gems/aem-index.html

Thursday 23 August 2018

Handy Query


XPATH QUERY TO SEARCH FOR COMPONENT USING SLING:RESOURCETYPE

/jcr:root/content//* 
[
jcr:like(@sling:resourceType, 'mcd/components/content/gcd')
]

Tuesday 21 August 2018

Apache Sling Commons FileSystem ClassLoader

whenever the java code is not reflected in aem please reinstall and active the bundle in felix console.

1)Navigate to localhost:4502/system/console/bundles
2)Search for the below text in felix console
Apache Sling Commons File System ClassLoader(org.apache.sling.commons.fsclassloader)