Hello !
What about opening a wiki ( the one on Track for instance) to the members of
the mailing list ?

I already see three use cases :

1- it would allow people to detail their understanding of this holy trio
(the one who gives us access the new fast coming  goodies of Nuxeo
developpement...)  and officialize one  :
      - make clean
      - mvn -Dmaven.test.skip=true install
      - ant
- indeed, depending on the post on this mailing-list , I found also :

   mvn clean
   mvn install
   ant

but also

ant clean
mvn install
ant

and also ...

2- we could copy-past on this wiki Bogdan posts, wich each time are more
encyclopedic contributions than posts ... We would organize them by topic


3-we could gather some beginings of works on different topics. For instance
there is a post on the topic of implement NXRuntime on other application
server (by Bogdan) .  I found some related link on Weblogic API that would
earn value to be gathered with this post :


Explications déploiement Weblogic :
Http://e-docs.bea.com/wls/docs81/javadocs/weblogic/management/runtime/DeployerRuntimeMBean.html<http://e-docs.bea.com/wls/docs81/javadocs/weblogic/management/runtime/DeployerRuntimeMBean.html>
Api management Weblogic :
http://e-docs.bea.com/wls/docs81/deployment/tools.html#998698


Article sur l'utilisation des mbean avec weblogic :
http://weblogic.sys-con.com/read/42995.htm

Exemple de code source d'utilisation de mbean avec weblogic (meme article)
http://res.sys-con.com/story/44848/source.html

This link :
http://e-docs.bea.com/wls/docs81/javadocs/weblogic/management/security/BaseMBeanImpl.html
is a "base mbean" in weblogic, but I am afraid it is already specialized for
security use, I don't know.  In fact, I didn't find the equivalent of Jboss
ServiceMBeanSupport bean. With Weblogic, it seems that the  instances of new
mbean are created directly on the kernel of weblogic,  I haven't find yet
any object to decorate with the "ComponentAdaptaterMbean" interface.

Thank you !
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to