Hi, as y'all may notice, I'm new to POCO, from what I've seen, the features, modules, etc. It's exactly what I've been looking for, actually the deal breaker that makes me try to use POCO instead of Qt for a server app I need to build, is the crypto module and the use of ISO C++, my RPC libraries make extensive use of STL types (vectors, lists and the like) and on Qt everytime I need to send or receive data, I have to convert between standard and Qt classes, which gives me quite an overhead.
What I want to request as a newbie is more comprehensive documentation, there is plenty of info, but everything is scattered between pdf slides (which are way too short for any practical use of the feature in an app), the user guide which also seem more like ramblings around all of POCO features, and the reference that, it is complete, but still just reference and not for actual learning, and of course what is needed the most, is the use of the whole module libraries as a complete solution on an application.
I'm not asking if someone else writes it, I know everybody is really busy on their own projects (as do I), but If someone is willing to help me learn in a more pragmatic way how to use POCO, I'll write the complete document, even as a complete POCO developer's guide book (I started my developer experience in writing software technical documentation) from a C++ developer's point of view new to POCO, and the document's focus would be to make the C++ developer an expert in POCO modules.
To fulfill the request, all I would ask is any veteran POCO developer, or even someone from Applied Informatics if they are willing, to help me in my quest, I'll learn POCO as we go on, write chapter by chapter from introduction, to each and every module, and at the end of every chapter, post the results for everyone to proofread. It would be awesome to publish this PDF as a creative commons complete guide of POCO book.
Thanks





