Hi fellow developers, I was wondering, is there any kind of trial that can be downloaded to start learning this suite?, I'd like to know what this is about.Thanks.
hi there,because of using dom4j to parse and create XML format document, as a result i add dependency to pom.xml<dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1....
I was wondering which if it is preferable to have as much Java code inside a component to be held inside of OSGI bundles created in eclipse using maven. A co worker argues to me that there is no need to use osgi bundles, and that we can do it all inside of JSP.I am of the contrary opinion. It is als...
Good afternoon, Quick question about AEM Certification. We are a small business that isn't currently able to provide the budget to send 5 team members to AEM training. However, we are sending one member early next year.I was wondering what the ability to become certified AEM developers is for deve...
We are trying to use vaultclipse plugin on an Apple using OS X version 10.10.1We can import the vault clipse plugin into Eclipse Lunar. In Lunar we used the following steps to re-install vaultclipseTry1. Uninstall VaultClipse2. Install "Eclipse 2.0 Style Plugin Support"[*]3. Install VaultClipse[*]1....
I have created a custom form action which contains the following: dialog, addfields.jsp, forward.jsp.I am using the add fields.jsp to construct a simple form and a submit button. My intention is that when the user submits, to form data is sent to another component where i invoke a service and then ...
The server servlet code is below(return to client);JSONWriter jw = new JSONWriter(response.getWriter()); try { jw.array(); jw.object(); jw.key("result").value(result); jw.endObject(); jw.endArray(); } catch (JSONException e) { log.error("JSON Exception:", e); }And the client file JS in fold clientli...
In my project I had to add the default OOTB mBOX component to the sidekick in order for authors to allow creating mboxes across the site. Going through adobe documentation, I found that we have to include cq/personalization/components/clientcontext after start of body tag and cq/cloudserviceconfigs/...
Hi,We have a template page (let's call it templateA) where we have built pages with. Let's say we have pages pageA and pageB. The constructed page pageA works correctly. All links (for eg. /content/global/en_us/index/solutions/index.html) are resource mapped correctly (eg /solutions/index.html). ...