Search this blog
Archives
Categories
- Upcoming LiveCycle Release Previews (1)
- PDF Generator (5)
- Adobe LiveCycle ES4 (18)
- 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
Author Archives: Feike Visser
Template design 101 with Adobe CQ5
Content moved to : http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/12/template-design-101.html
CQ5 Clientlib explained by example
Content moved to: http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/12/clientlibs-explained-by-example.html
CQ5 Developer tricks
Content moved to http://experiencedelivers.adobe.com/content/cemblog/en/experiencedelivers/2012/03/cq_developer_tricks.html
Getting to know the Externalizer
Content moved to : http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/03/getting_to_know_theexternalizer.html
Sanity Checks for CQ5 Installations
Content moved to : http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/04/sany-check-for-adobe-cq5-installations.html
Using the i18n Translator
This week a colleague of mine showed me the default i18n translation functionality of CQ5.4 which I wasn’t aware of. And I don’t want to keep this one for myself. It is available via this url : http://localhost:4502/libs/cq/i18n/translator.html (change host … Continue reading
Posted in ADEP
6 Comments
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
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
How to Call a Long-lived Process From a Short-lived Process
A common use-case with process management and external interfaces is that you want to invoke a long-lived process from a short-lived process. For example an external system is calling your process, you want to return a success/fail response, and start … Continue reading
Posted in Adobe LiveCycle ES2 (9.0.x)
Tagged feikevisser, orchestration, process management
Leave a comment
Output and the Use of Acrobat APIs
Recently I was on-site with a development team, and a developer couldn’t figure out why certain functionality wasn’t working in Output. He developed an XDP-based document that contained functionality (written in Javascript) to display the right information based on certain … Continue reading