Adobe CQ5.5 Update 1

    Tuesday, June 19, 2012

    Adobe has recently released Update 1 for CQ5.5. The release notes can be found here.

    posted by Christian Vozar

    Cost Saving Benefits to the Cloud

    Wednesday, June 13, 2012

    There was an article in InformationWeek recently, that discussed the cost benefits for companies utilizing the cloud. The article referenced not only savings from infrastructure costs but as well as operating costs. With the flexibility of the cloud, it is no longer necessary to fork over the costs for new servers. Instead, utilize the cloud to pay for what you use. Public cloud costs are on the decrease. Our partner, Amazon Web Services (AWS), lowered usage costs earlier this year. More specifically, managed hosting in the cloud can also reduce the operating costs by managing the servers for you and therefore freeing up IT staff to concentrate on other business projects. The article cites one in four CIOs are planning a project in the cloud this year in order to test the benefits and compare costs.  As cloud computing becomes more ubiquitous and corporate management begins to learn and explore cloud solutions it can often make sense to look for smaller projects or proof-of-concepts as a first foray into cloud hosting.

    posted by Molly McDaniel

    Zebra Technologies: Managing Massive Content and Assets

    Friday, May 25, 2012

    Success Months of effort from both the CITYTECH team and our hard working friends at Zebra have paid off with a smooth CQ5 implementation. I find myself looking back and appreciating some of the innovation on this project.

    posted by Lance Dolan

    Bootstrapping Chef on Ubuntu 12 with Opscode Knife

    Thursday, May 10, 2012

    I enjoy using Opscode Chef since bringing up an automatically configured instance is fast and easy on any of our cloud providers.  Ubuntu 12 having just been released, I took the opportunity to perform QA testing on it as well as verify that our cookbooks would work as expected.  Using an Amazon EC2 published Ubuntu 12 AMI, I ran the "knife ec2 server create" command to create the instance and install our software.

    posted by Michael Chan

    Complex validation of CQ5 dialog fields using a custom Sling servlet

    Monday, April 16, 2012

    Dialog fields in CQ5 occasionally require validation that cannot be handled with static constraints or regular expressions. However, this type of validation can be easily accomplished by delegating the validation function to a custom servlet. The implementation details and code samples below describe a viable solution for most validation scenarios.

    posted by Mark Daugherty

    Maintaining Visibility of CQ Editables

    Tuesday, April 10, 2012

    Content elements such as multi-tab content controls and collapsible content sections are prevalent on modern websites.  In an Adobe CQ5 authoring environment, a common business requirement is to allow the authoring of such elements in place.  Such requirements necessitate the elements of the CQ authoring environment (edit bars, drop areas for paragraph systems, etc) to be hidden and shown as the content which they represent is hidden and shown.

    posted by Paul Michelotti

    Thoughts Concerning Serving Linked Data from Apache Sling

    Monday, April 2, 2012

    Reviewing the JCR specification as well as some of the Apache Sling documentation, I caught a wiff of congruity between the functionality they exposed and the tenets of Linked Data as they are popularly defined in relation to the Semantic Web (listing 1). What struck me about this was that the congruity seemed inherent to JCR and Sling and was, from what I can tell, unintentional. Realization of this happy accident gave rise to the question of the ease with which Linked Data can be housed and served using Sling and JCR and the faculties built into each.

    posted by Paul Michelotti

    Adobe CQ5.5 and LDAP

    Saturday, March 31, 2012

    Adobe CQ 5.5 provides significant advancements for systems administrators including JMX support. One area of confusion for administrators is directory structure changes involved with CQ 5.5, specifically LDAP support. The information in this blog references the official Day/Adobe LDAP documentation. 

    posted by Christian Vozar

    Amazon Web Services and Latency Based Routing

    Monday, March 26, 2012

    CITYTECH Managed Services clients who utilize Amazon Web Services DNS offering, Route 53, can benefit from extremely durable and cheap load-balancing between regions, including Europe and South America.

    posted by Christian Vozar

    Adobe CQ 5.5 & JMX

    Friday, March 16, 2012

    Starting with CQ5.5, Adobe (Day) integrated one sorely missed functionality to the product, JMX. As with any J2EE server, JMX makes it easy to manage and monitor an application and services in real time. JMX allows for central management of managed beans or MBeans which act as wrapper for applications, components and resources. A standard MBean exposes attributes, properties and operations, which can be accessed for monitoring and invoked for certain conditions depending on underlying logic. It also helps when you don't need to restart the server to make a quick and essential change. With CQ taking prominence in today's digital media centric world, custom components are being built at a rapid pace to support and integrate several software products. Managing these custom components will become easy with JMX framework.

    posted by Puru Hemnani
Top