If you’re using SDL Tridion 2011 GA and you want to use DD4T, here’s how to do it!
Category Archives: DD4T
Tuning DD4T + REST
One of the deployment scenarios with DD4T 2.0 is to use a REST service. There are many advantages attached to this approach, but you have to be careful about one thing: the number of TCP connections between the web server and the REST server. In this article I will discuss the cause and provide a solution. Continue reading
ViewModel functionality in DD4T 2.0 for Java Part II – Creating ViewModels
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 field types map to Java Object types.
Continue reading
ViewModel functionality in DD4T 2.0 for Java
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 data, is one of the biggest improvements in the DD4T framework. With the public coming-out-of-beta release of DD4T 2.0 for Java, ViewModel functionality has also been fully integrated in the Java version of the framework. This series of posts focus on how ViewModels work in DD4T 2.0 for Java.
DD4T 2.0 is released
Yesterday, the long-awaited version 2 of DD4T was released after a 3 month beta period. Compared to the beta version, the release contains some bug fixes as well as various small enhancements.
If you’re interested, check out the DD4T website.
Continue reading