Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

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

    Views

    4.0K

    Likes

    0

    Replies

    8
  • 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

    781

    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

    201

    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

    513

    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

    666

    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

    488

    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

    1.0K

    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

    537

    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

    1.0K

    Likes

    0

    Replies

    6