Hi,
I'm not an expert, but I think that the main idea is to extend nuxeo.war, from my point of view you have a good point to build new web component, usually this is useful when you want to isolate better your presentation logic. But in Nuxeo5 to do this, you should use separate bundle not separate war :-) Regards, Dumitru -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olivier Grisel Sent: Thursday, June 14, 2007 11:22 AM To: [email protected] Subject: [Ecm] Re: new webapp... doubt Marco Balcon a écrit : > Hello! > > thanks for your response. > > I have check the documentation but I have an other doubt. > If I want to make the new application, the best way is to extend the > nuxeo.war application or I can add an other context with my webapp? > I have this doubt because reading the "Look & Feel" documentation i see > > > <extension target="org.nuxeo.theme.services.ThemeService" > point="applications"> > <application root="/nuxeo"> > ... > > so I have the doubt that I can create a new context and specify the theme for > this. What do you mean by "context" ? If you want to define your own theme, just make your custom component register a new contribution to the theme service, either calling it "default" to override the default theme or with a new name that is selected by default by a new theme negociator of your own (contributed to the theme service extension point as well). -- 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
