2010-12-21

Knopflerfish maven repository sees the light of day

We today took the first steps to publish maven artifacts of the Knopflerfish OSGi framework and bundles when Gunnar created a maven2 repo at:
http://www.knopflerfish.org/maven2/

The repository holds the frameworks and bundles from recent KF releases (2.3.3, 2.4, 3.0, 3.1)

The convention used for group id and artifact id when creating the
artifacts for the Knopflerfish bundles is that the artifact id is the
last part of the bundle symbolic name (i.e., everything after the last
'.') and the group id the first part of the bundle symbolic name
(i.e., everything to the left of the last '.') .

Please note that the repo is still experimental.

More info and updates to follow.

Regards,
Christer

2010-12-13

Knopflerfish in Enterprise OSGi - the Nimble Distribution

Makewave and Paremus announced today the Nimble Distribution, Knopflerfish Edition.

As the name clearly indicates it is based on Knopflerfish OSGi. It also includes the Nimble resolver, remote services, as well as the Posh OSGi shell.

The press release has the full story.

2010-10-20

Knopflerfish 3.1 released

Knopflerfish 3.1 has been released and is available for download at:
http://www.knopflerfish.org/download.html

Knopflerfish 3.1 is the first minor KF3 release. KF3.1 includes several improvement in the framework, the compendium services and the Knopflerfish services, resulting in a faster and more robust platform.

The most important new feature and fixes are:
  • Updated framework with improved thread handling& asyncronous listeners.
  • Reduced bundle start-up time
  • Improved and faster log bundle
  • Several fixes and minor improvements in the desktop bundle

The release notes includes a complete description of all fixes in 3.1

Regards,
Christer

2010-08-13

Comment moderation turned on

Due to the increasing number of spam comments I decided to turn on comment moderation, at least for a while.

Regards,
Christer

2010-07-22

Knopflerfish Pro 3 first OSGi framework to become 4.2 certified


Today we received a note at Makewave from the OSGi Alliance stating Knopflerfish Pro 3 is certified for compliance against the OSGi Release 4, Version 4.2 specifications. In fact Knopflerfish Pro 3 is the first OSGi framework to be officially certified!

I want to use this opportunity to also thank all the Knopflerfish developers and users out there for all their hard work and enthusiasm in finalizing KF3 and getting us certified.

/Christer

2010-06-22

Knopflerfish 3 Released

Knopflerfish 3.0 is the next major version of Knopflerfish OSGi, designed to be compliant with the newly published OSGi R4 V4.2 specifications. KF3 fully implements the core and service compendium functions according to OSGi R4 v4.2. The KF3 overview page describes the development of KF3 in more detail. KF3 also includes several other improvements and fixes. The Release Notes includes the complete list of features and fixes.

With the release of KF3 the former main development branch (KF2), will enter maintenance mode. Before entering maintenance mode a KF 2.4 was built and released today. KF2.4 includes all fixes in the trunk since 2.3.3 and is probably the last minor release of KF2 (2.N.N). Maintenance releases (2.4.N) can still be expected.

Regards,
Christer

2010-06-09

Knopflerfish 3 RC1 released

Today we released Knopflerfish 3 RC1. This is the first release candidate of the upcoming KF3 release. The RC1 includes lots of minor fixes and some new features. A few highlights are:
  • HTTP Server handles proxy connections far better. Also added support for Content-Encoding: gzip
  • Desktop bundle recognizes Bundle-Icon manifest header: Bundle Selection is improved
  • TrayIcon update to use Java6 standard SystemTray and TrayIcon classes. This means you will get the KF TrayIcon on OSX and Linux desktops (KDE, Gnome) as well!
The official KF 3.0 release is now scheduled for public release on Mon 21 Jun 2010.

/Christer

2010-05-12

Knopflerfish 3 beta-5 released, fully implementing OSGi R4 v4.2


Today we released beta-5 of the upcoming KF3 release. With this beta-5 release KF3 now fully implements the core and service compendium functions according to OSGi R4 v4.2

Besides completing the 4.2 implementation Beta-5 includes several minor improvements. E.g. improved Event Admin, Desktop and Framework Commands bundles. The release notes has the full story.

One clearly visible change is of course the change to the Tango Icon set in the desktop and other bundles:

A final KF3 release is scheduled in a few weeks from now.

/Christer

2010-03-26

Knopflerfish OSGi runs the ITS App Store for CVIS


I've been enjoying one week in Amsterdam at Intertraffic and the Cooperative Mobility Showcase. There the CVIS project has been on display, demonstrating a wide range of ITS services.

The Cooperative Vehicle-Infrastructure Systems (CVIS) Project is one of Europe’s flagship projects for cooperative mobility, providing a universal platform for vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication and services. This universal platform includes no less than Knopflerfish OSGi!

The CVIS architecture includes the concept of the "ITS App Store" with the full range of vehicle-to-vehicle and vehicle-to-infrastructure applications. This is all implemented in OSGi, which is ideally suited for such an environment where applications (bundles) are downloaded and executed on a vehicle device.

This week was really a stress test for Knopflerfish. There was more than 20 applications running at the same time, almost 150 bundles, all with the possibility to run in the background, exchanging data with vehicles as they passed by.

So where there no problems? Of course there were and after this show you realize why Apple has such a strict certification policy for apps in their app store. Knopflerfish is not flawless, but the vast majority of the problems was actually related to badly written apps (bundles). Once they were corrected the whole system performed were nicely.

Also as a comparison with the iPhone. They allow ONE app at a time, NO background processing. We had 25 apps, almost ALL doing background processing, receiving and sending data asynchronously.

Final word - be thread safe ;-)

/Christer - directly from Schiphol

2010-03-12

KF3 / OSGi R4v4.2 well under way, beta-4 released, nighly builds available

The development with KF3 is well under way and last week we released the fourth beta release of KF3.0. From an OSGi R4v4.2 point of view all main features are in place. The framework implements all 4.2 features as well as the fundamental Compendium Services. The main remaining work is to update Declarative Services / SCR to 4.2.

Since some time nightly builds are running for KF3. The results were unintentionally well hidden on the KF web site. This is now corrected and there is a link from the KF downloads section.

The direct link to KF3 nightly builds is:
http://www.knopflerfish.org/snapshots_branches_kf3/

/Christer