- My Eclipse plugin builds are based on the Karaf Maven artifacts and require no changes to Karaf
- An Eclipse Target Platform definition plugin is created with the exact system bundles as in Karaf (including both Felix and Equinox OSGi frameworks)
- Configuration is done using native Karaf configuration files -- no special magic is used
- Launching is done via the org.apache.felix.karaf.main.Main class
- The boot classpath is the same during the Eclipse launch as is the set of packages exported by the system which keeps the development and deployment environments in sync. You'll appreciate this if you have done any significant OSGi development.
Things that are left to do:
- Provide a Karaf specific tab to make it easy to configure common Karaf options
- Easy access for starting the Remote Console along with the port to listen on
- Easy access for starting the Local Console
- Pull in more features for NMR and ServiceMix support so that a features profile can be selected
Here are some screenshots to get you started:
No comments:
Post a Comment