HI Ok. I note that was an English-speaking list.. But why there are not one in french ?
So i started work on java applications two months ago. I think the best way for me to understand Nuxeo Architecture was to work with the trunk. This is my logo.xhtml : <div xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:t="http://myfaces.apache.org/tomahawk" xmlns:nxu="http://nuxeo.org/nxweb/util" xmlns:c="http://java.sun.com/jstl/core" class="menu"> <div> <h:form> <h:commandLink action="#{navigationContext.goHome()}"> <img src="/nuxeo/img/espaceco_logo.gif" alt="Les espaces collaboratifs" width="194" height="99"/> </h:commandLink> </h:form> </div> </div> a footer.xhtml lighter : <div xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core"> <ui:insert name="footer"> <h:form> <h:outputText value="#{messages['label.selectLocale']}" /> <h:selectOneMenu value="#{localeSelector.localeString}" styleClass="langSelect"> <f:selectItems value="#{localeSelector.supportedLocales}"/> </h:selectOneMenu> <h:commandButton action="#{localeSelector.select}" value="#{messages['command.changeLocale']}" class="langSubmit" /> </h:form> </ui:insert> </div> As i'm young in java and nuxeo, maybe i must modify something in nuxeo-theme. (i follow nuxeo book instructions) So for derby, we will use MYSQL or Oracle (after test) for our production system. I said that beacause It was not possible on my test platform to use the trunk's default configuration. Cordialement N.VELTY <DIFFUSABLE SUR INTERNET> Florent Guillaume <[EMAIL PROTECTED]> 13/02/2008 11:46 A [EMAIL PROTECTED] cc [email protected] Objet Re: [Ecm] Pb modification Interface Web et moteur derby Hi. Please note that this is an English-speaking list. On 7 Feb 2008, at 09:35, [EMAIL PROTECTED] wrote: > Je suis en train d'évaluer Nuxeo et je rencontre quelques problèmes > (je travaille à partir des sources) : > > - Lorsque je modifie le fichier logo.xhtml pour y inclure > une balise html classique <img> + nouveau logo, et que je re- > déploie la "webapp" j'ai une erreur 404. (sûrement liée à JSF) (la > webapp d'origine fonctionne). Je ne vois pas d'où peut venir le > problème. You should show us your .xhtml source code, there must be a syntax error in it. > - Si je conserve la configuration par défaut utilisée pour > le moteur de base de données (derby), la base de données est bien > créée mais les connections ultérieurs sont un échecs. J'effectue mes > tests sur l'ancien système Hypersonic. Derby is not the default configuration yet (except in the trunk, which you shouldn't use). Again if you have error messages you should show them to us. > - Dernier point, est-il opportun (sur le plan performances) > dans un contexte d'utilisation en production d'utiliser Mysql ou > Oracle plutôt que les autres solutions ? (10000 utilisateurs + > annuaire LDAP). To what other solutions are you refering to? In production we recommend PostrgreSQL, which is our reference database. Florent -- Florent Guillaume, Director of R&D, Nuxeo Open Source Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 Florent Guillaume <[EMAIL PROTECTED]> 13/02/2008 11:46 A [EMAIL PROTECTED] cc [email protected] Objet Re: [Ecm] Pb modification Interface Web et moteur derby Hi. Please note that this is an English-speaking list. On 7 Feb 2008, at 09:35, [EMAIL PROTECTED] wrote: > Je suis en train d'évaluer Nuxeo et je rencontre quelques problèmes > (je travaille à partir des sources) : > > - Lorsque je modifie le fichier logo.xhtml pour y inclure > une balise html classique <img> + nouveau logo, et que je re- > déploie la "webapp" j'ai une erreur 404. (sûrement liée à JSF) (la > webapp d'origine fonctionne). Je ne vois pas d'où peut venir le > problème. You should show us your .xhtml source code, there must be a syntax error in it. > - Si je conserve la configuration par défaut utilisée pour > le moteur de base de données (derby), la base de données est bien > créée mais les connections ultérieurs sont un échecs. J'effectue mes > tests sur l'ancien système Hypersonic. Derby is not the default configuration yet (except in the trunk, which you shouldn't use). Again if you have error messages you should show them to us. > - Dernier point, est-il opportun (sur le plan performances) > dans un contexte d'utilisation en production d'utiliser Mysql ou > Oracle plutôt que les autres solutions ? (10000 utilisateurs + > annuaire LDAP). To what other solutions are you refering to? In production we recommend PostrgreSQL, which is our reference database. Florent -- Florent Guillaume, Director of R&D, Nuxeo Open Source Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
