With the release of DD4T 2.0 at Tridion Development Summit in Amsterdam in September, an additional way to consume content from Tridion (or SDL Web) was introduced: using a REST Service. In this article you will find a step by step tutorial how to setup this service.
Continue reading
Yearly Archives: 2015
Claim names and URIs
SDL’s documentation contains a list of so-called default claims. These are ambient claims (factoids about the site visitor) which are automatically set by the Ambient Data Framework, even if you don’t have any cartridges installed. You can find the list here: http://docs.sdl.com/LiveContent/content/en-US/SDL%20Tridion%20full%20documentation-v1/GUID-66EDBEF0-FA3D-4B40-A8DB-7A2C7789C903.
Continue reading
Setting up a DD4T 2.0 web application
One of the new features available in the new version of the popular framework DD4T is the modular packaging structure, dividing the framework into smaller packages. This allows the consumer of DD4T to install only the required packages. In this post we describe the steps required to set up set up a DD4T 2.0 web application in Visual Studio.
Continue reading
Presentations Tridion Developer Summit 2015
The second edition of Tridion Developer Summit was held from 16-17 September 2015 at EYE in Amsterdam. Trivident’s Quirijn Slings opened the second day of the event talking about the future of the popular DD4T framework, including the announcement of the availability of DD4T 2.0 Beta (.NET).
DD4T GUI extension updated for Tridion 2013
A while ago I wrote a post about link resolving with DD4T, introducing a GUI extension which allows you to determine which links are followed when a page or component presentation is rendered, and which links aren’t. Unfortunately, the first release of this GUI extension didn’t work with SDL Tridion 2013.
I finally found some time to fix this. To try it out yourself, download trivident.dd4t.editor 1.0.1 and follow the instructions in the README.txt. To view the source code, see https://github.com/trivident/dd4t-editor.
More information can be found in the original post.