Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    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...

    Views

    763

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi everyone,I am currently using the feed importer to successfully import pages from sky news (RSS feed) and in this particular case I need to show only the first (latest) RSS entry on the en.html page of the geometrixx_mobile template.Can anyone assist me on how to get the latest entry to show on t...

    Views

    192

    Likes

    0

    Replies

    0
  • 10/15/15
    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...

    Views

    508

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi Guys, Kindly some one share me your thoughts on client context. As per my understanding, client context is related to one publish machine, Then if that particular publish machine goes down.Can we still replicate that client context to other machine.Kindly correct me if am wrong.Thanksn

    Views

    650

    Likes

    0

    Replies

    4
  • 10/15/15
    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....

    Views

    1.8K

    Likes

    0

    Replies

    2
  • 10/15/15
    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 ...

    Views

    480

    Likes

    0

    Replies

    3
  • 10/15/15
    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...

    Views

    979

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,Sometimes execution of the following query:final String statement = "SELECT * FROM [cq:PageContent] AS sites " + + "WHERE ISDESCENDANTNODE([/content/myapp]) AND sites.hostName IS NOT NULL " + "ORDER BY sites.hostName"; final Session session = resourceResolver.adaptTo(Session.class); final QueryMa...

    Views

    517

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Here, some of these options are used throughout the examples, but are they listed and documented somewhere?Thanks,Behrang 

    Views

    978

    Likes

    0

    Replies

    6
  • 10/15/15
    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/...

    Views

    1.8K

    Likes

    0

    Replies

    6