Search this blog
Archives
Categories
- Upcoming LiveCycle Release Previews (1)
- PDF Generator (5)
- Adobe LiveCycle ES4 (16)
- Adobe LiveCycle ES3 (64)
- Adobe LiveCycle ES2 (9.0.x) (132)
- Adobe LiveCycle ES (182)
- Adobe LiveCycle 7.x (7)
- Adobe LiveCycle Express (2)
- General Interest (122)
- ADEP (136)
- Document Services (34)
- Experience Services (25)
- Customer Experience Solutions (14)
- Adobe AIR (7)
- Uncategorized (7)
Blogroll
Category Archives: ADEP
Beyond String – @TypeHint to the Rescue
Based on some questions from a partner I had to investigate whether it was possible to store values for widgets you define as part of your CQ5 custom component as something else than String. Guess what…. it’s possible (not that … Continue reading
Extended Authentication Scenarios
This blog describes the following scenarios with respect to customizing the Extended Authentication workflow for Rights Management, in Acrobat 10.1.1: Enabling Extended Authentication with the default ADEP Landing URL Enabling Extended Authentication with the Custom Landing URL Default Extended authentication … Continue reading
Posted in ADEP, Document Services
Tagged acrobat, adep, Authentication, customization, rights management
1 Comment
Dynamic Routing of “Thank You” Pages
In CQ you have the form functionality available that allows you to create a form on a page, for each form you can specify a “thank you” page that will be displayed when the form is submitted. In this blogpost … Continue reading
Posted in ADEP, Experience Services
Leave a comment
LiveCycle Business Update
On November 9th Adobe announced our focus on Digital Marketing and Digital Media. In a recent blog post, our CEO Shantanu Narayen described Adobe’s transformation and plan to focus in these two areas. I would like to provide some additional … Continue reading
Protocol to Configure a Basic “Shared-Nothing” Experience Server Cluster
In the ADEP release, the Experience Server “Quickstarts” come with a Java Content Repository (JCR) called CRX. This is horizontally scalable by clustering multiple nodes and putting a load balancer in the front. TERMINOLOGY ———– You can have a farm … Continue reading
Posted in ADEP, Customer Experience Solutions, Experience Services
Tagged clustering, CQ, crx, jayankandathil
Leave a comment
How to Rotate the TarJournal in Shared Nothing Clustering
Problem: Your tar journal is growing and consuming a lot of space. Solution: If you are using shared clustering, Please see this. For ‘Shared Nothing’ Clustering, you need the following configuration (If you want rotation to happen after every 24 … Continue reading
Integrating twitter4j and CQ/WEM
Sometimes on a project you know that you just have to write a blogpost, because you struggled too long with an issue to get it resolved. The goal : We wanted to use the twitter4j api inside on our Java-classes … Continue reading
Posted in ADEP, Experience Services
2 Comments
Various Index files in CQ / WEM (CQ5.4)
> /repository/repository/index Lucene Search Index for jcr:system (includes jcr:versionStorage) > /repository/workspace/crx.default/index Lucene Search Index for crx.default workspace > /repository/workspace/crx.default/index*.tar Tar PM Index for crx.default workspace > /version/index Tar PM Index for version workspace > /tarJournal/index*.tar Tar PM Index for the … Continue reading
Export CQ5.4/WEM Reports to Comma Separated Values (CSV)
The new Reporting Framework in CQ5.4 allows to generate customized reports on all available information. Example to help you monitor and analyze the state of your instance, CQ provides a selection of default reports, which can be configured for your … Continue reading
Configuring a Custom Location For The WEM Repository
When you install the CQ quickstart, or the ADEP Solutions Quickstart, the repository file structure (and initial repository contents) is created by default under drive:\quickstart installation directory\crx-quickstart\repository\ You can override this behaviour and have the repository created in a custom … Continue reading