 |
| 2008-04-09 08:45 |
| opentaps 1.0.0 (OSS ERP/CRM web-based/Java) |
| Public |
|
Si Chen just wrote about releasing opentaps 1.0.0, very timely just before the MySQL Conference although his suite can work with other databases too. Si spoke about opentaps at the MySQL Conference a few years ago, which is how I first met him. And he's still at it, good for him - so it's an active and progressing product/project. Excellent.
The opentaps project page is here: http://sourceforge.net/projects/opentaps/
Don't know if it does (for instance) any business foo relevant for Australia yet, but asking won't hurt, and it's open source anyway so adding it is possible also. The joys of Open Source!
Post A Comment | Add to Memories | Tell a Friend | Link
 |
| 2008-04-09 09:26 |
| OpenOffice.org, MySQL... aren't they both owned by Sun? |
| Public |
|
I have a story for you. Don't fall asleep now - can't promise a happy ending though. There is no ending yet.
Once upon a time... there was OpenOffice.org. Version 2 of this product has a Base product, and the other components (Calc, etc) can also interface with databases through JDBC/ODBC, but the native db interface is something called SDBC which is kinda like a C++ version of JDBC.
A few years back, Georg Richter spent hundreds of hours of his spare time writing a native SDBC driver to connect OpenOffice.org to MySQL, so that it can interface without going through JDBC or ODBC layers. Cool, huh?
Now, what needs to happen is that this code goes into the main OpenOffice.org codebase. That in itself is not a problem, but there's a catch: OpenOffice.org is LGPL licensed. The licensing of the SDBC driver is not an issue, rights can or already have been signed through the Sun contributor license thing. But the MySQL client library, which the SDBC driver uses, is GPL licensed. And so there is a linking problem.
Enter the Sun acquisition of MySQL. Since MySQL owns its code, Sun now owns the client library code. Hmm.
So for StarOffice, it could now link against the MySQL client library and have this native interface operational. I don't think this has been done yet, but it seems like a real obvious and easy advance for these Sun products!
OpenOffice.org is more complicated. Unless Sun/MySQL were to re-license the MySQL client library as LGPL or compatible license (for this type of linking, having an LGPL-licensed app is quirky so the situation is rather unique) it just can't be in there. And MySQL still uses its GPL licensing of the client code as dual licensing business model leverage for some of its revenue. MySQL Sales would be very unhappy if this were changed, although personally I feel that it's old and irrelevant. But letting go of an old and familiar revenue stream can be painful on the brain, I do appreciate that ;-)
How will this story unfold, will there be happy endings and ever-afters? We'll see!
4 Comments | Post A Comment | Add to Memories | Tell a Friend | Link
 |
| 2008-04-09 11:28 |
| MySQL User Groups @ MySQL Conference 2008 |
| Public |
|
More birds-of-a-feather evening sessions... this time a meeting about meetings: local MySQL user groups around the world. Please add yourself to http://forge.mysql.com/wiki/MySQL_Conference_and_Expo_2008#Local_MySQL_Groups if you run, want to start, or otherwise participate in a MySQL group where you live, and intend to attend this BoF session. We can exchange experiences and ideas, and I wrangled some books out of Apress which I'm happy to hand out for some of you to take back to your local groups!
(meanwhile, the Sunday community dinner event is coming along nicely with already nearly 30 people saying they'll come, including many community developers and MySQL alumni - looks like that's going to be a great gathering!)
2 Comments | Post A Comment | Add to Memories | Tell a Friend | Link