Tridion Developer Mirrored community feed

Activity
  • Powershell profile script for SDL Web 8

     
    Today I created a revamped the profile script for administrating a SDL Web 8 Content Management Server. (SDL Web 8 is formally known as the SDL Tridion product). The script already existed for Tridion 2011/2013. Only with renaming the produ...
  • Listing the namespaces in your project using Windows Powershell

     
    Today I was in a chat with a couple of the guys who are busy with the Sdl DXA framework.  The subject turned to namespaces, and I was asking if it was possible to tell from the namespace which classes belong to the DXA framework and which belong to the...
  • DXA Model Mapping Cheatsheet

     
    I recently started working on a new project using the DXA. One of the site types was a rebuild; using an existing content model rather than creating schemas from scratch. Part of the DXA philosophy is to enable MVC developers … Continue reading → ...
  • Publishing a Docker image to Amazon ECR using Jenkins

     
    I wanted to do a quick post, because some recent posts have lead to some questions about how do I actually make a docker container available on AWS. Luckily Amazon has a solution for this and its called Amazon ECR (EC2 Container Registry). How to pus...
  • Toolkit - File System Provider

     
    This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.This post explains the logic in the FileSystemProvider class that perform the actual CRUD operations on the JSON model files as it i...
  • Deploying Kubernetes to AWS using Jenkins

     
    Based on some of my previous posts I am quite busy creating a complete Continuous Integration pipeline using Docker and Jenkins-pipelines. For those who have read my previous blogposts I am a big fan of Kubernetes for Docker container orchestration a...
  • Navigation (and other custom items) in DD4T 2 Java

     
    You might have noticed my recent blog posts are of a Java nature, and that’s not like me. I’m currently on a Java project, so that means everything is a fun new world of learning (and pain) On the project, one of the early tasks is navigation as you...
  • Navigation (and other custom items) in DD4T 2 Java

     
    You might have noticed my recent blog posts are of a Java nature, and that’s not like me. I’m currently on a Java project, so that means everything is a fun new world of learning (and pain) On the project, one of the early tasks is navigation as you...
  • Toolkit - Model Factory

     
    This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.This post presents the Model Factory, an layer that offers CRUD operations on models backed by a cache and a file system provider.Th...
  • Trying SDL DXA in the Microsoft Azure Cloud

     
    Following on from Bart’s talk at Tridion Developer Summit 2016 on DXA in the cloud , I thought that looks cool, let me give that a try. Here’s how it went. Setup in Azure Cloud The steps to create a DXA instance are pretty simple. Get started...