How To >> Browse Articles >> Programming
JAVA: Making Bean Aliases
October 17, 2007
Aliases are used in many situations for example if a component defines a resource by some name and another component want to use that resource by different name suiting to naming of that component aliasing is useful .
Here's how to make alias of a bean.
Here CAdataSource aliased to CBdataSource and then again CBdataSource aliased to AppdataSource.
Bluto
about 1 year ago
300 comments
You are right