It is important to understand that Adobe uses open source Rhino to convert JavaScript into Java. Therefore all the regular Java libraries are available to Server Side JavaScript simply be using the class path in your JavaScript. However, Server Side JavaScript is slower than using Java. It is best t...
Some of the videos on the partner training portal date back to 2012 and are quite irrelevant these days.Furthermore the only Certification exam we can take is based on the 6.1 release.When can we expect you to update your training material so it actually prepares us for the relevant exam?
There is a thread related to this discussion. But I don't think the question has been satisfactorily answered even though it's closed now. So I thought it'd be a good idea to open the discussion again.ReplicationActionType.DELETEI encountered the similar issue that ReplicationActionType.DELETE doesn...
Hi,In our project we use HttpSession to store data that is used throughout the site. We have a setup which has 2 publish intsances and the dispatcher is configured to have sticky session. Everything works fine on most of the browsers except Safari and iOS devices. We observed that JSESSIONID is chan...
Is there a list of performance improvements in AEM 6.1? Example like from performance point of view TARMK improvements, GUI improvements, Search improvements etc..
You can download the release on the partner portal, here HomeThere are also new videos available on http://www.adobesolutionpartnertraining.com that highlight the new functionality.
New to AEM. I am sure this is trivial but would appreciate if you can explain how to fix and why does this happen. I renamed my quickstart jar to aem-author-p4502.jar and double click. Get this error on browserUnable to compile class for JSP: An error occurred at line: 95 in the jsp file: /libs/gran...
Hi All,I know that this has been discussed in 2012 via the post - Issue with unbinding of configurations from old jars but even then there was no definite solution to this issue. I am facing the same issue now where my config does not pick up the latest snapshot unless I unbind and save. If someone ...
Here is a useful servlet following best practices to take a file from a client application and write it to the JCR. We follow best practices using the LoginService. Also, do not forget to set the Apache Sling User Mapper service to the appropriate user (for testing on a local instance, use admin). I...