You can get a hold of a component interface via the following ways.
1. Invoking create(), findBy,... from the home interface.
2. Using handle (only for remote interface)
3. Parameterizing a component interface. Just like regular
java program.
Bean A{
process(BeanBInterface BeanB){
BeanB.doSomeThing();
}
}