Pages

Saturday 9 February 2013

Creating an overlay component in CQ

Overview of Adobe CQ Cloud

Creating an Inherited Component in CQ

Brief on Adobe CQ


Day Software was an Enterprise Content Management software company headquartered in Basel, Switzerland and Boston, Massachusetts.

Day Software was founded in 1993 in Basel, Switzerland.

Day creates Content Management infrastructure software in the Day CRX product line and enterprise content management applications in the Day Communiqué product line. Its most important product is Day Communiqué WCM, a Web Content Management System that is used for public-facing websites and intranets of large corporations such as McDonald's, H&M, Avanza and Daimler.

Day is engaged in the Content Repository API for Java standardization process and contributes to Open Source software projects such as Apache jackrabbit and Apache Sling, Apache Felix etc..

Day Software was acquired by Adobe Systems on 28 July 2010 for $240 Million USD.

Converting InputStream to String

    private String convertToString(InputStream inputStreamObj)             throws IOException {         if (inputStreamObj != null) {     ...