nla a écrit :
> Hello Olivier,
> 
> Yes of course I've take a look to the nuxeo book before posting. And no where 
> I've seen something that could help me customizing the metadata, but I 
> certainly have not understand the specific word used.
> 
> Is it too much to ask for the chapter I should study ?

First you should be familiar with the concepts of extension points and XML
contributions to extension points (Nuxeo Runtime implementation of the OSGi
standard).

Then you should have a look at the Core services that host the definition of
document types from a storage point of views. What you call metadata are fields
of XSD schemas assigned to document types. Definitions of schemas and core types
are OSGi contributions to the matching Core services extension points.

Then you should define matching document types (aka ECM types) to define which
views are used to create document editing forms with layouting elements. Please
have a look at the sample project for that matters.

Then ensure your custom document types and their fields are properly indexed by
the search service by following the afore mentioned wiki howto.

-- 
Olivier

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to