HiIs there any design patterns and coding standard provided by Adobe? Is there any frame work integration, soap based webservice integration technique standard available?
Hi.. I have been learning CQ5. Recently i tried to configure CQ’s Servlet Engine (CQSE) to listen on HTTP over SSL.On the ‘Configuration’ tab of osgi console, I found ‘Day CQSE HTTP Service’ and made below changes.1. Checked the enable HTTP button.2. Changed the port to 4533.and just saved...
Currently I am using a component which is having design_dialog and it is associated with TLD or java classes. In the java classes various properties are read using using object of "Style" like Style currentStyle and reading properties like this: currentStyle.get("NAMEOFPROPERTY","DEFAULTVALUE"); Now...
We enable to access Jcr_content. But once we enable this on dispatcher.any , we can see same URL location on cache folder. Still we are getting forbidden error 403.The dispatcher Cache folder contains JCR:content as "_jcr_content ". Is it possible to cache JCR:CONTENT .
HiWhat is the proper way of installing CQ5.5 for production? Using the standalone jar file or deploying the war file inside an application server? Please reply with reasons behind it. Thanks in advance.
Folks, We are having issues with JSESSIONID. On the non-CQ5 site, we have JSESSIONID cookie set at the root level. Once the user comes to the CQ5 based site/pages, CQ5 overwrites this cookie with new value. Now when the user comes back to the non-CQ5 site, we see errors about the JSESSIONID as i...
Hi Everyone,I am trying creating a package out of my CRX. I have data node in below pattern. I need to create package out of only "Season_2013" node. Tried following filter but its not working:---------------------------------------------------------------------Root Path : /content/data/Athlete/Rule...