Oct 28 2008

Scripting the bundles for OSGi platform

Category: Uncategorizedciukes @ 11:20 pm

Working with Eclipse platform for my previous employer I never complained about OSGi platform. The bundles, the life cycle, the services specification – all this together makes a great foundation for properly designed application with a number of reasonable components. But the thing that always bothered me is the obligation to develop service bundles in Java only. More I think about this more it becomes a limitation.
Continue reading “Scripting the bundles for OSGi platform”

Tags: , , , , , , ,


Jun 04 2008

mod_rails revisited

Category: Uncategorizedciukes @ 4:09 pm

For those not familiar with the subject following is a short explanation, all experienced readers may skip this paragraph.
Until now it was a bit of extra work to deploy a Ruby On Rails applications because there was no Apache module like mod_php for PHP – to let deployment happen just by copying files to a server. Tools like Capistrano are to help but the Rails community expressed many times how much they miss PHP approach. The situation has changed when guys from Phusion created mod_rails project. Last time I checked it was in a good shape yet missing couple details from the documentation. Despite problems I was stunned with a quick support provided by one of the developers. That was a good sign for the project. Now I feel it is time to check how things are going.
Continue reading “mod_rails revisited”

Tags: , , , , , , ,