Red Hat acquires JBoss
I just read that Red Hat is acquiring JBoss, read more here
I just read that Red Hat is acquiring JBoss, read more here
Much had been said about the browser as a platform. It was an idea strongly promoted by, the now gone, Netscape at the start of the Web revolution, but we never got there. Did we? Yes, we did! We just did not notice it!
If you take your browsers to this chess game, you might start to understand what I mean. Read more
“Of note was Firebird’s second place in the database category. This relational database is quietly picking up both in community interest and market share, and could rival PostgreSql and MySql in time.” – Full article here.
Thanks to DBAL (Database Abstraction Layer) and ADOdb api typo3 can be installed and used with firebird :
This means, not every aspect has been thoroughly checked, but TYPO3 has been installed from scratch successfully, BE logins are possible, and basic websites can be created (template, pages, content elements)
IronPython + Firebird .NET provider 2.0 example code
A new version 2.5 of IBPP, a C++ API interface for Firebird got released some days ago. Downloads from the Sourceforge project area: sourceforge.net/projects/ibpp
Documentation from the IBPP website: www.ibpp.org
This update brings some new functionalities, more complete events support and will be shortly enhanced to bring full FB 2.0 compatibility (not that it shouldn’t work with FB 2.0 as is).
Yours, Olivier Mascia
· Release Candidate 2 ( 2006-04-08 ) ·
Bug Fixes:
– Changed the Service maneger name sent to the server in the
Services API implementation to get it working with Firebird 2.0
– Added a new StoredProcedureColumn concept to the DDEX provider,
to try to fix a problem when dragging selectable stored procedures
from the Server Explorer onto a DataSet.
Changes:
– Changed the way the FbParameter class infers Value data type.
This replication suite is written in Java, and allows replication between diferent databases (ie: Firebird < -> MySQL, etc). More information here.