Hi Team,How can I achieve internationalization in AEM6 using sightly framework? In JSP we write the below snippet -<cq:setContentBundle source="page"/><fmt:message key="TextToBeDisplayedInDifferentLanguage"/>Thanks,AryA.
The call to Node root = session.getRootNode(); gives me the following error. Which I have been unble to resolve Exception in thread "main" javax.jcr.RepositoryException: Unable to access a repository with the following settings: org.apache.jackrabbit.repository.uri: rmi://localhost:4502/crx/ser...
I have a requirement in my current project where I have to integrate Office 365 with AEM. I should be able to open my inbox directly from link on my webpage. Has anybody achieved something like this before. If yes, please let me know how to implement it so that we can go ahead with some POC
Now i want to use a client APP like Java swing to connect CQ5 but need to login firstly. So anyone know how to call CQ5 interface so that can login CQ5 system?Thanks in advance.
Hi all,I am using this line of code: <% response.setHeader("Dispatcher", "no-cache"); %> to prevent caching of some pages on my CQ site. This works very well in Chrome but actually causes a 500 Internal Server Error when using IE. Interestingly, even when setting the standard HTTP no-cache headers (...
Hi All,Normally we use Dispatcher for caching and load balancing purposes and having with more than 1 Publish servers.But my question is that, If I have only 1 Publish server, then how dispatcher will behave/react.
Following the instructions here : http://docs.adobe.com/docs/en/aem/6-0/release-notes-sp1.html and in particular this section : INCLUDE SP1 WITH INITIAL INSTALLATIONPerform the following steps to install an initial AEM 6.0 instance with the Service Pack. This is required to install AEM with a Java 8...
Hi all, I have custom app which runs on AEM. For certain use case I need to get the version of the AEM on which the app is running on. how can get this version number inside a servlet.Any help would be appreciated.thanks,Kevin