Do you have some code examples to do this? Antony
On Tue, 26 Jun 2007 11:06:12 +0200, Olivier Grisel <[EMAIL PROTECTED]> wrote: > Antony BRUGGER a écrit : >> To add custom document types with custom meta data, we have to > add/modify some xml and xsd >> files and redeploy the Nuxeo application to take into account those > custom document types. >> So I guess it's not possible to do this dynamically at runtime? > > Hum, this is done by Nuxeo Runtime, so I guess this is done at runtime :) > >> Actually we have a requirement to give to certain end 'super' users the > ability to define >> via a UI interface new custom document types (add/delete/modify) to > avoid deploying a new >> version of the application each time there is a new document type to > define. >> >> My understanding of Nuxeo is that it's not currently possible to do > this? >> If yes do you plan to have such feature in the future? > > You can do it programmatically by building descriptor instances (XObject > annotated classes) directly from your code and then registering them to > the > matching runtime services instead of parsing static XML descriptions. > > However Nuxeo does not provide a high level UI to build document types > (yet). > > -- > Olivier > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
