Typical Data Mining Scenarios
Table of Contents
Adding a new Data Mining Bundle
- Add a new java project bundle according to the Typical Development Scenarios
- Add the necessary dependencies to the
MANIFEST.MF-
com.sap.sse(for the string messages) com.sap.sse.dataminingcom.sap.sse.datamining.shared
-
- Create an
Activatorfor the new data mining bundle and provide aDataMiningBundleServiceto theBundleContext(see- This can be done by extending the
AbstractDataMiningActivatorand implementing it's abstract methods - Or by implementing your own
DataMiningBundleServiceand register it as OSGi-Service
- This can be done by extending the