Hi, I'm not from nuxeo company, but our team is working on nuxeo integration for third party companies which includes developing of new components and configuration of existing components. > Hello > We are going to develope few apps based on Nuxeo EP. We are trying to > understand this platform but we have a problems - we don't have enough > documentation =( All you need for developing of robust applications based on nuxeo is to have better understanding of platform and layers philosophy. Nuxeo itself is developed based on third party open source products. You have to be familiar with technologies which are using in nuxeo platform. Some of them are: osgi jboss jboss hibernate jboss jbpm jboss seam google gwt apache jcr etc... it is not a complete list. Once you have knowledge about them, you will easy understand most of the code. They do not provide documentation for example for hibernate because hibernate has documentation itself, but they use hibernate in platform.
> http://www.nuxeo.org/static/dev-tutorial/ - really good tutorial but it is > not completed, it concerns only basic problems > http://doc.nuxeo.org/current/books/nuxeo-book/html-single/ - only describes > platform. I think it's really hard to use this guide, because it doesn't > contains practice example like in previous book If you figure out components and purpose of the application you have to develop - in most cases you can find a similar solution in the nuxeo code or you can develop your own based on some of existing components. > > I think if you are going to make dev community you have to write more books > like http://www.nuxeo.org/static/dev-tutorial/ - practical guides > > for example, it will be good to get guide about workflow or ui improvements... For example - implementation of workflows is entirely based on jbpm which has very good documentation. Nuxeo people provide an API layer which makes easy integration of jbpm with document repository. If you understand document repository and jbpm themselves you will know how tho construct new and extend existing workflows. That is from our experience. Regards, Stefan -- Posted by "[email protected]" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=3191#9489> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
