Does anyone know why the example application for apache felix does not adhere to the java naming conventions?
I see things like this all over the place:
private DrawingFrame m_frame = null;
private ShapeTracker m_shapetracker = null;
Why are the variable names starting with m_?
Just curious.

