Jerome Louvel <contact <at> noelios.com> writes: > So, here are the changes that I made: > > - split Representation class into a new Variant class (containing all > metadata properties) and into a lighter Representation class. Variant is a > subclass of Resource and Representation a subclass of Variant. Zero impact > on existing code. > > - changed getVariants() to return a List<Variant> instead of a > List<Representation> > > - getRepresentation(Variant variant) : Representation > return the full representation for a variant. By default, it will > return 'variant' in case it is already a representation (instance of > Representation class) > > I will post a first RC2 snapshot very soon. Please test the changes and let > me know if they suit your needs.
Hi Jerome, I looked at the changes in SVN and they look great. Thanks a lot. I'll give this a try as soon as the RC2 snapshot is out. Sumit

