Samstag, 12. Januar 2008

Off to Austria

In a few hours we'll leaving for Kühtai/Tyrol and spend the next week with skiing - there should be plenty of snow as it is known as Austria's highest ski resort.

Will be offline most of the time (don't know if there is internet access available at all ;-)

Freitag, 14. Dezember 2007

Christmas season

It's an unmistakable sign that the christmas season has started when Silke is decorating our home with candles, fairy lights, stars and all that stuff. The good thing about this season are of course the christmas cookies.


My favourite cookies are Hildabrötchen (as shown on the picture) - I even help with the "production", namely putting the sugar icing on the top.

Of course music is an important part of this season (and that's alone an safe indicator if Last Christmas and Do They Know It's Christmas? is played all over on the radio) and as big surprise to me Silke has voluntarily put my favourite christmas music, Wir warten auf’s Christkind from Die Toten Hosen into the CD player.

Montag, 8. Oktober 2007

Apache FOP user survey

As just announced on the XML Graphics users lists, we (or rather Jeremias who has done the work) just started a user survey to get feedback on the usage of the different Java versions (especially Java 1.3).

So if you are a FOP user (or plan to use FOP) please take the time (just a few minutes) and participate in the survey

I'm curious on the results.

Samstag, 29. September 2007

Back from OpenExpo

Yes, OpenExpo is already over since some days but I didn't find the time yet to blog about it.

I luckily found a small hotel near the exhibition hall so it was just a quick ride with the tram (or a 15 minute walk the other day). The booth (or rather the table, see the picture) was quickly set up on Wednesday morning except for a small problem with the power plug adapter - the one I brought with me didn't fit into those %$§!& swiss sockets (so much for the need for multiple standards). No big deal though, I just walked over to the COOP warehouse and bought one for CHF 6.95.



Overall the OpenExpo had more than 500 visitors on the two days. I did give around 20 OFBiz presentation and lot more flyers were taken. Amongst the interested parties were a publishing house (question: does OFBiz handle 3 million products?), a food retailer, a machine manufacturer and quite a few ERP consultants/service providers.
Most of the visitors actually had never heard of Apache OFBiz and someone even told me that he was looking for an Open Source Ecommerce solution for some time and didn't stumble over OFBiz (lot's of work to do for the marketing department :-).
Quite a few asked for the accounting part which is (still) rather basic and especially for a swiss payment procedure called BESR/VESR. And someone promised me (and did it already) to send a swiss chart of accounts (called KAEFER and KMU).
It was also nice to meet David Kuenzler, an OFBiz Developer from Zürich, who started a OFBiz related project called ofbizmyhome at SourceForge.

The talks were well attended - I didn't see any but they should be available somewhere as streams. On Wednesday evening the OpenMeet, a social event with OpenBeer (which was also free, free as in .. ;-) and FreeFood sponsored by Google, some lightning talks and music took place.

You want to see pictures? I only brought our old Canon A75 with me which showed the notorious E18 error most of the time and if it was working most pictures came out blurred - a few are available on Flickr. Next time I'll bring the DSLR with me for sure. More pictures are available on the OpenExpo website.

All in all, it was a really nice event. Big thanks to the organizers (Hannes Gassert, Matthias Günter, Matthias Stuermer and everybody else involved). I hope I'll be at the next OpenExpo in March in Bern.

Freitag, 14. September 2007

OpenExpo in Zurich on 19th/20th September

Next week (19th and 20th of September) I'll be at the OpenExpo in Zurich, Switzerland. I'm in a booth (or rather a table ;-) together with .LRN and ]project-open[ (never heard of those open source projects but I'm sure this will change). OpenExpo is a part of topsoft, a swiss trade fair for ERP-/Business-Software - exactly the right place for presenting Apache OFBiz ;-) So if you interested in Open Source ERP, this is your chance to learn more about Apache OFBiz (free entrance!).

As always I'm late with the accommodation - has anybody a tip for a hotel in/near Zurich-Oerlikon?

Mittwoch, 22. August 2007

Java 1.3 on Ubuntu

As we (still) provide Java 1.3 binaries for Apache FOP (for rumored AIX users who are still stuck there ;-) I was going to need a JDK 1.3 for my Ubuntu (Edgy Edge) system to do some testing.

So I went to Blackdown (remember that Sun didn't provide Java for Linux in the early days...) and downloaded the "latest" JDK 1.3, which is Java2 SDK 1.3.1-02b-FCS.

After the installation it threw the following error on the first run:
/home/chrisg/j2sdk1.3.1/bin/i386/native_threads/java: relocation error:
/home/chrisg/j2sdk1.3.1/jre/lib/i386/libjava.so: symbol __libc_waitpid,
version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Some googling turned up that SUN used a private interface from glibc. Well, no easy fix for this...

A closer look at java.sun.com lead to the Java Download Archive (albeit Sun makes it bit hard to find) where I found J2SE 1.3.1.
After the installation the following commands are needed:
sudo apt-get install libstdc++6
sudo ln -s /usr/lib/libstdc++-libc6.2-2.so.3 /usr/lib/libstdc++-libc6.1-1.so.2
and then you should have a working JDK1.3.

The testing (of FOP) revealed some strange errors but that's another story...

Freitag, 17. August 2007

JUG-KA - Java User Group Karlsruhe

Via Xing I discovered a meeting of the Java User Group Karlsruhe which took place yesterday at the Universität Karlsruhe. The JUG-KA is quite young actually - it was just the second meeting held ever. As it's just a 10 minute drive I decided to attend it (and it was quite a strange feeling to sit in a lecture room at my old University ;-)

There were about 50 people attending and the first presentation was an overview of the Spring Framework held by Oliver Schlicht from Synyx. The second presentation was done by Dr. Stefan Schneider from SUN and was about Java Hotspot VM garbage collection and memory pool sizing techniques, including demos with visualgc and JCconsole. The bottom line was that with Java 6 the VM settings are good enough most of the time and the only thing left to configure is the maximum heap size. Nevertheless it's a good idea for every developer to have a look a the memory usage of an application with the mentioned tools.

The next meeting is scheduled for sometime in October (IIRC one topic will be again Spring), but I think it would be nice to also have a more informal Stammtisch.