Tridion Developer Mirrored community feed

Activity
  • Custom Cache Invalidation using JMS

     
    Let's say you have your own application or a custom cache that stores some Tridion items for better performance. You are not relying solely on the Tridion object cache, and you built your own cache layer on top of it. You don't want to serve stale content...
  • Setup Apache ActiveMQ

     
    This is a follow up of my previous post JMS Cache Channel Setup . The goal is to configure JMS cache invalidation for Tridion Content Delivery. In my previous post I was describing how to configure the Tridion Deployer to use JMS technology and to post...
  • JMS Cache Channel Setup

     
    In my current project, we are implementing the Tridion Cache Channel Service using JMS technology. Without having installed it previously I used to regard this as a little bit of voodoo. I started doing my due diligence research on the topic, only to...
  • Power Users Part 1: The Parking Garage Problem

     
    Today's enterprise CMS users are more like Content Directors or Conductors rather than just authors or editors. These Power Users orchestrate content from multiple stakeholders and systems. After about a month of helping a customer's Power Users actually...
  • Searching and Modifying Output In Tridion Template Building Blocks With H…

     
    In your Tridion career, you’ve probably written countless of C# Template Building Blocks. You’ve probably rolled your own custom Link Resolver, your own “Add or Extract Binaries From…”, your own cleanup templates… dozens of Building Blocks where the goal...
  • Tools | MultipleUpload

     
    UIBeardcore :: MultipleUpload Tools | MultipleUpload | Bookmarklet A while ago, Dominic Cronin announced a challenge to create a specific extension for Tridion — Bookmarklet which is a sort of bookmark but in fact it is not. Despite of looking...
  • Reloading/Refreshing Lists in the Shortcuts Area

     
    A recent question on stack exchange regarding the ability to refresh or reload the favorites section using the Anguilla API has sparked this post, where I thought I would expand a little bit on the answer.  What the asker was … Continue reading → ...
  • Back From The Dead

     
    Hello dear friends and fellow Tridionaughts! Too long has it been since my last post, update, and involvement in my beloved Tridion community. But hopefully this post will be the first of many more to come as I crawl forth … Continue reading → ...
  • Label Service in DD4T Java

     
    Many times over we need to implement a Label service mechanism in our projects. This post shows one such approach for DD4T Java. The idea is to have a Labels Page published from Tridion containing the Labels Component on it. The labels are simply multi...