Skip to Main Content
Component- Oriented Development and Assembly
book

Component- Oriented Development and Assembly

by Piram Manickam, S. Sangeetha, S. V. Subrahmanya
December 2013
Intermediate to advanced content levelIntermediate to advanced
298 pages
7h 27m
English
Auerbach Publications
Content preview from Component- Oriented Development and Assembly
50
ComPonent-oriented develoPment and assemblY
3.5.4.1 Interface Bundle e interface bundle contains the interface IAge
Calculator for the age calculator component and is defined as below:
package codabook.agecalculator.osgi.ifce;
import java.util.Calendar;
public interface IAgeCalculator {
public int calculateAge(Calendar dateOfBirth);
}
is bundle has only the interface, and it exports the codabook.agecalculator.
osgi.ifce package as shown in the manifest file below:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ifce
Bundle-SymbolicName: codabook.agecalculator.osgi.ifce
Bundle-Version: 1.0.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Large-Scale, Component-Based Development

Large-Scale, Component-Based Development

Alan W. Brown

Publisher Resources

ISBN: 9781466580992