Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
FeatureIn DXADD4T .NETDD4T JavaComments
Features of the models
Attribute-drivenYesYesYesBoth attributes will be backwards compatible, but will choose one preferred one for future usage, try to consolidate/minimise use of attribute. Metadata could be separate property, but does not have to be
Support for strongly typed page modelsYesYesPartial
Support for page regionsYes (in generic pages)Yes (in custom page models)No

Regions in DXA are created in the generic page to group CPs, in DD4T there are attributes to let you model this on the page. Regions should be in the Generic page model and have a pluggable region mapper.

Link and rich text resolvingYesYesYes

Linking: Needs to be in the model and extendible. Mark properties as dynamic to decide on the spot.

Rich Text: Needs to be in the model and extendible. DXA has a type which can contain html but also full entity models, should be an implementation of the rich text models

Multiple attributes on a propertyYesNoYesNeed to be clear on ordering and functional logic DXA and Java do it but maybe differently
Search in a tree structureYesNo
Good feature, but it must be made optional
Schema.org supportYesNo

Multiple schemas per viewmodelYesNo

Multiple viewmodels per schemaYes?Yes

Extensible attributesNoYes
Cleanup necessary
Lazy properties?NoNo
Especially in combination with ExternalContentProviders
Features of the model builder
Uses reflection only onceNoYes
DD4T reads all model information only once (using reflection), and uses it many times
Independent from MVCNot sure?Yes
It must be possible to use the ViewModels outside the context of MVC to facilitate testing etc
Injecting ExternalContentProvidersNoNo

Single-step approach (from json to strongly typed object)NoNoJava onlyYesNeed Nice to test to see if this is important enoughhave - interesting to know what if any performance gain this gives. Needs to be extendible in the same way as you have modelbuilder pipeline. Needs to be EASY to create your own attributes.
Inject viewmodels using ModelBinderNoYes (in feature branch)
Multiple ModelBinders to support various ViewModel implementations
Support for older viewmodel architectures (DXA and DD4T)NoNo
Important to offer an upgrade path for all customers!