By
guenter
|
Published
October 23, 2006
POCO release 1.2.5 is available for download. Changes in detail: Improved LoggingConfigurator: channel creation and configuration is now a two-step process. This means that the previous problems with PropertyFileConfiguration and IniFileConfiguration when referencing other channels are solved. improved options handling: better handling of (non) ambiguities. If both an option named “help” and one named “helper” […]
By
alex
|
Published
October 20, 2006
ODBC DataConnector is in the Subversion repository. The code is tested and runs correctly on Windows XP Pro with Oracle ODBC driver ver 10.02.00.01. It is an early snapshot with some wrinkles left to iron out so changes are likely to be seen in the near future. Comments and/or contributions are more than welcome. Alex
By
guenter
|
Published
October 10, 2006
Interesting article by Dan Clarke in Reg Developer. Dan asks why there are so many things that C++ developers should do by hand, while Java developers have lots of frameworks available. Hopefully, with POCO as a solid foundation, we’ll soon see a lot more useful frameworks in C++, also.
By
alex
|
Published
October 6, 2006
There is a new interview with Scott Meyers available on his site. Scott talks about language future, upcoming standard etc. I found it surprising that he does not care much about concepts. I am from the “excited” crowd.
By
gerhard
|
Published
October 4, 2006
Based on Poco – the open source network-centric, cross-platform C++ library – Applied Informatics Software Engineering GmbH, the expert to connect embedded systems with enterprise IT infrastructure, has currently released a C++ library for XML based Device Management, which implements the NetConf Standard. The NETCONF protocol defines a simple mechanism to manage and configure a […]
By
guenter
|
Published
October 2, 2006
POCO release 1.2.4 is available for download. This release contains mostly bugfixes for namespace handling in the XML library. Changes in detail: – some code beautifying and improvements to comments – DOMParser now automatically sets FEATURE_NAMESPACE_PREFIXES – fixed SF #1567051: DOMBuilder/DOMParser/NamespaceStrategy bug – fixed SF #1567364: POCO_APP_MAIN – added Document::getElementById() (two-argument) and getElementByIdNS() – added […]
By
alex
|
Published
September 27, 2006
It does not cease to amaze me how large corporate marketing machines sucesfully create false perceptions. I mean, everyone knows Java is the language skill de jour. At least Sun, IBM and Oracle would like you to believe so. Or, was it C#? No need to spell out who wants you to believe that ;-). […]
By
gerhard
|
Published
September 25, 2006
Based on POCO – the open source network-centric, cross-platform C++ library – Applied Informatics Software Engineering GmbH, the expert to connect embedded systems with enterprise IT infrastructure, offers a Remoting Package, which is non intrusive: no need to extend interfaces or change already existing code so that it can run remotely simple: take your C++ […]
By
guenter
|
Published
September 21, 2006
The Data library is POCOs new database abstraction layer. It features a generic SQL data access framework which defines interfaces for DataConnectors. A DataConnector implements the plumbing between Data and an actual database API (e.g., ODBC, OCI, etc.) POCO Data heavily builds on ideas borrowed from SOCI, another excellent database abstraction library under the Boost […]
By
guenter
|
Published
September 14, 2006
POCO 1.2.3 has been released today. Changes since 1.2.2: – configure script now checks if (auto)selected configuration is supported – fixed SF #1552904: NamedEvent bug? – fixed SF #1552787: POCO not handling EINTR – fixed SF #1552846: Random::~Random uses scalar delete – fixed SF #1552987: TLSSlot should explicitly default-construct _value – IPAddress no longer accepts […]