资 源 简 介
Alfresco-Vaadin integration (com.vaadin.data.Container, Item, Property, plus helpful friends) over CMIS.
1) CRUD, search, render arbitrarily complex content schemas using standard Vaadin UI components.
2) Designer-editable visual form "templates" that can be bound at runtime to live CMIS data.
3) Lots of fill-in-the-gap tools and utilities that help keep the schema proliferation to a minimum. For example:
* Define in your alfresco data model and those aspect properties will be available to any UI component that holds the related type.
* PropertyUniqueValidator to do runtime checks of user data entry for uniqueness, format, etc
* AlfrescoCmisSessionDataSource makes Spring configuration of CMIS repository access trivial.
To get started: GettingStarted.
Coming soon:
1) SSO with Shiro, CAS and Alfresco (to achieve user-bound SSO for CMIS calls to the repository, and allow Alfres