In the previous article in this series, we had an in-depth look into how the ViewModels mechanism works in DD4T 2 for Java. This part covers the practical aspects and the basics on how to create your own ViewModels as well as having a look at how Tridion...
In previous post Pagination (Models) , I presented a way of modeling the server-side code to display dynamic lists of Dynamic Component Presentations (DCP) using AJAX. In this post, I present the server-side view logic in context of MVC .net architecture...
As Quirijn already announced eloquently in his post on ViewModels in DD4T 2.0, the idea of making it easier to build a Tridion driven website for developers by introducing the ability to use simple model classes in your MVC application serving Tridion...
Yesterday, the long-awaited version 2 of DD4T was released after a 3 month beta period. Or rather, the .NET version was released. The java version will follow shortly, hopefully before the end of the year. Compared to the beta version, the release contains...
What changes in SDL Web 8
After a long wait, SDL finally launched SDL Web 8 – The next version of their flagship Digital Experience platform. There are many new features and quite a few significant changes has been made in it from the previous version...
This post adds pagination capabilities to an AJAX Dynamic Component Presentation (DCP) presented in an earlier post Rendering Only a Partial for AJAX . The use case is the following: we have a controller that displays a list of DCPs in a paginated way...
This post is part of a series. In the previous article I explained how you can create your own ViewModels in a few minutes. In this post we will look at number and date fields. We will also learn how to model multiple value fields and metadata fields...
Workflow is a rarely implemented (but extremely powerful) piece of the SDL Web (SDL Tridion) solution. It allows companies to introduce governance and control to the material on their website, inline with general content editing activities.
Why is it...