Hi, Dumitru CIUBENCO wrote: > I would like to better encapsulate presentation logic(or a part of it) > of my application, so my idea was to build another web component, > > Have anybody did this? It’s bad idea? Or there are best way for this?
This is not the approach we choose with Nuxeo5. The idea is to isolate your web related presentation logic in a separate bundle and use the Nuxeo Runtime deployer (i.e : deployment fragements) to deploy them against the existing webapp. We did this because this is so much more convenient to not duplicate and rebuilt the whole webapp each time you want to just do a few customization. Check for instance this component : http://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.platform.audit/trunk/client And the deployment fragment : http://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.platform.audit/trunk/client/OSGI-INF/deployment-fragment.xml Feel free to ask more questions if you got some. Cheers, J. -- Julien Anguenot | Nuxeo R&D (Paris, France) Open Source ECM - http://www.nuxeo.com Nuxeo 5 : http://www.nuxeo.org Mobile: +33 (0) 6 72 57 57 66
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ECM mailing list [EMAIL PROTECTED] http://lists.nuxeo.com/mailman/listinfo/ecm
