Quantcast
Channel: CQ Community » Developer
Browsing latest articles
Browse All 10 View Live

CQ Developer Tricks

- Feike Visser While working with Adobe CQ5 every now and then you discover some new tricks or options, here the list that I use daily: Remove #cf/ Don’t want to see/wait for the content-finder while...

View Article



Image may be NSFW.
Clik here to view.

Creating an Adobe CQ web application that uses MySQL

- Scott Macdonald You can create an Adobe CQ web application that performs database operations on a relational database. For example, you can create an Adobe CQ web application that retrieves data from...

View Article

Image may be NSFW.
Clik here to view.

Creating Adobe CQ bundles that consume web services

- Scott Macdonald You can create an Adobe CQ bundle that consumes data from a third-party web service and then display the data in a web page. For example, assume that you use Adobe CQ to create a web...

View Article

Using JSONWriter objects to display Adobe CQ OSGi data

- Scott Macdonald You can create an org.apache.sling.commons.json.io.JSONWriter instance to invoke Adobe CQ OSGi bundle operations and display data within a JSP. A JSONWriter instance lets you define...

View Article

Basic CQ5 code examples

- Feike Visser, Technical Architect @Adobe In this blogpost I will go through some sample code that you can use in your components, all samples are available out of the box. So there is no need to...

View Article


Image may be NSFW.
Clik here to view.

Creating custom CQ email services

- Scott Macdonald You can create a custom CQ email service that lets CQ users send email messages from a CQ web page. To create a CQ email service, you develop an OSGi bundle that uses the Java Mail...

View Article

Creating MBeans for your CQ5 application

-- Jörg Hoh JMX is the de-facto standard for monitoring java processes and applications. A lot of monitoring systems have the ability to consume these data. By default CQ 5.5 has a number of MBeans,...

View Article

CQ5 coding patterns: Sling vs JCR (part 1)

- Jörg Hoh CQ5 as a complex framework is built on top of various other frameworks, on the server-side the most notably ones are JCR (with its implementation Apache Jackrabbit) and Apache Sling. Both...

View Article


Image may be NSFW.
Clik here to view.

CQ coding patterns: Sling vs JCR (part 2)

- Jörg Hoh In the last posting I showed the benefits of Sling regarding resource access over plain JCR. But not only in resource access both frameworks offer similar functionality, but also in the...

View Article


Ways to access your content with JCR (part 1)

- Jörg Hoh If you are a developer and need to work with databases, you often relay on the features your framework offers you to get your work done easily. Working directly with JDBC and SQL is not...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images