By
alex
|
Published
February 13, 2007
In the last Information Week issue, there is an article by Charles Babcock on the topic of open source and its feasibility for companies. Here’s Babcock’s classification of a succesful OS project: A thriving community A handful of lead developers, a large body of contributors, and a substantial–or at least motivated–user group offering ideas. Disruptive […]
By
alex
|
Published
February 12, 2007
Prompted by Kai Londenberg’s post, I’ve decided to actually sit down and read Terence Parr’s papers. As we all know, the MVC pattern is a classic, right? According to Parr’s articles, a vast majority of the modern incarnations claiming to be designed after it are actually blatantly violating it. In his paper, he fails to […]
By
guenter
|
Published
January 25, 2007
An insightful blog entry by Herb Sutter on C++ exception specifications and why they’re best avoided.
By
guenter
|
Published
January 14, 2007
This website is now also reachable under the pocoproject.org domain. This is the first step in getting the POCO Community Website off the appinf.com domain and server, where it is hosted now. If you want to link to the POCO website, please use the new domain.
By
gerhard
|
Published
January 11, 2007
Sergei Sokolov examines interesting techniques at Dr. Dobbs Journal, that improve the stability and reduce the risks of errors for C++ programming. Here a short summary. Step 1. Use Static Analyis Peer code reviews remain the best approach for finding code defects using a human brain to read and understand the code, looking for defects […]
By
guenter
|
Published
January 4, 2007
New year, new POCO release. POCO 1.2.8 is available! This is mostly a bugfix release, although some improvements have been made to the format functions in Foundation. Changelog: – fixed SF# 1613906: Util/Application.h and GCC 3.3 – fixed a byte order issue (failed test) in IPv6 address formatting – fixed SF# 1626640: Poco::Net::SocketReactor bug – […]
By
alex
|
Published
January 3, 2007
If you ever have to code C# in exchange for food and shelter, the free C# book for C++ programmers from Charles Petzold may come handy ;-). Seriously now, I did not read the whole thing, but it looks like a decent introduction text, it’s free and it comes from the author with good reputation, […]
By
guenter
|
Published
January 3, 2007
I have prepared a Wiki page containing the POCO development roadmap. There’s not much there yet, but this will for sure change in the coming days and weeks. Just keep those feature requests coming…
By
guenter
|
Published
January 2, 2007
A Happy New Year to all friends of POCO. 2006 was a great year for POCO, with the 1.0 release in January, the adoption of the Boost license in July, and the 1.2 release in August. 2007 will be even better! A big thank you to all who contributed to POCO, in the form of […]
By
guenter
|
Published
December 22, 2006
A merry christmas to everyone from the POCO team at Applied Informatics! Since all of you have been so nice this year, we have a special present for you: the NetSSL library providing SSL/TLS support for Net (based on OpenSSL), which up to now was only available as part of a commercial service level agreement, […]