Hi Roger, Roger Blum a écrit : > I am aware that there are other libraries that can do part of what I will > need. But I have found no other framework delivering all the functionality. > I would have to use several different libraries and I really prefer to have > just one. I 've also checked out QT but it's non-free licensing model (for > closed source commercial development) makes it impossible to use it. Do you > know about other freely available frameworks with comparable functionality?
I'm not aware of such a free framework, but I would expect to have to assemble several libraries in order to do this. In such a case, I would certainly prefer an architecture based on an Object Broker which let access to several components. I already know people doing this using CORBA. > I hope to get more than just an object broker and the possibility of > distributed execution of the components. In fact I see the main advantage in > reusing existing components for a lot of tasks (accessing data sources, > generating charts, generating textual/graphical reports, etc.). Do I need an > OOo installation for this or can the components bundeled as libraries when > deploying the application? UNO and the URE will only provide you the object broker and I'm not sure you can get a framework performing all what you need. Such a framework will generally have to be composed by yourself as it's huge. >> Here is some documentation about the URE and UNO: >> http://blogs.nuxeo.com/sections/blogs/cedric_bosdonnat/2005_12_07_creating-an-ure >> http://development.openoffice.org/servlets/GetAttachment?list=contest&msgId=2598090&attachId=1 >> http://api.openoffice.org/docs/DevelopersGuide/ProfUNO/ProfUNO.xhtml >> http://wiki.services.openoffice.org/wiki/JavaEclipseTuto >> > Thanks for the links, I have checked them out and there seems to be at least > some information around. Do you know of anybody who uses UNO for this kind > of development or is it only used as part of OOo? I already used UNO as an object broker. > I sure will have a look at your plugin from time to time. As development > will be in C++ I hope C++ support will be there soon. I hope to show a start of the C++ support at the OOoCon2006 in september Cedric PS: perhaps this should be continued by private email? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
