Is CQ5 used as a backend service? -


i have experience other enterprise cms's teamsite & tridion, no hands on experience cq5. i'm wondering, how cq5 integrated large site has content & functionality? functionality defined pages generated data non-cms repository or webservice.

my question is, cq5 content read in back-end service? know api http based. api typically called server or client? example, lets have page driven web service linked non-cms enterprise system, want footer & right rail "content" users can change easily. @ point the different page sources typically combined?

i'm wondering because work asp.net. know cq5 java, expect cusomters java shops, think http easy consume asp.net site, if backend webservice.

your question not clear me honest. i'm going answer rather broad.

to answer question different page sources: client initiates http or json request server (although server server calls not uncommon in case of extended infrastructure) , server executes necessary calls (using apis) , delivers answer request. @ point of request return, calls api have been made server, , server returning rendered html or json, or whatever structured form want have data and/or content in. page consists of various components. components static. others dynamic , pull data example webservice, or external database or cms. combining of these resources happens upon rendering of page in turn triggered request page. obvious exception ofcourse dispatcher caching system return cached version of page if possible. in short, rendering , api calls made server side.

cq5 flexible since it's split 2 instances. backend (author) actual authoring of pages happens. , frontend (publish) frontend, , actual rendering client (usually). wether choose use publish instance backend service honest. i've seen cq5 used ment (cq5 being frontend), , i've seen cq5 used backend service (for example: backend service provider hybris). , i've seen combination, 1 part used backend service system, , other part used public website frontend.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -