NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #95 (closed feature: fixed)

Opened 2010-06-07T14:39:30-05:00

Last modified 2012-02-23T13:07:05-06:00

Modularity Infrastructure

Reported by: gharris Owned by: gharris
Priority: major Milestone: biweekly-2010: Jun-14 to Jun-25
Component: Plugin Framework Version:
Severity: non-issue Keywords:
Cc: Blocked By:
Blocking:

Description (last modified by gharris)

Modularity design for a "component-based system" - sometimes called module system, service platform, or component model, it addresses:

life cycle management, discovery, registration;
classloading, instantiation;
packaging/bundles, managing dependencies, access and visibility;
deployment and execution;

Recommendations for tools to use...

June 24, GBH and Rick L. presented example using OSGi and NetBeans Lookup API - see presentation here:  https://developer.imagej.net/files/imagej/Modularity%20Presentation2.ppt

See research results at:

 https://developer.imagej.net/gbh/arch/Modularity.html
and
 https://developer.imagej.net/gbh/netbeans/

Change History

comment:1 Changed 2010-06-08T10:36:33-05:00 by gharris

  • Description modified

comment:2 Changed 2010-06-08T10:58:16-05:00 by gharris

  • Description modified
  • Milestone set to biweekly-2010: Jun-14 to Jun-25

comment:3 Changed 2010-06-08T10:58:24-05:00 by gharris

  • Status changed from new to assigned

comment:4 Changed 2010-06-08T10:58:50-05:00 by gharris

  • Status changed from assigned to accepted

comment:5 Changed 2010-06-29T10:06:01-05:00 by gharris

  • Description modified

comment:6 Changed 2010-06-29T10:08:16-05:00 by gharris

  • Status changed from accepted to closed
  • Type changed from defect to enhancement
  • Resolution set to fixed
  • Description modified
  • Severity changed from serious to non-issue

comment:7 Changed 2012-02-23T13:06:53-06:00 by curtis

This ticket seems like a duplicate of #15, and also #11.

comment:8 Changed 2012-02-23T13:07:05-06:00 by curtis

  • Type changed from enhancement to feature