RE: [coldbox:11715] bean question

They are not the same. In the first one you are creating the bean yourself, and in the second example the WireBox injector will be asked to create it which will process all autowiring stuff.
For instance, if “app.nba.bean.playerBean” has annotations such as singleton=“true” or properties such as dependant services which will be injected, they will only be processed in the second example.

Thanks!

~Brad

wirebox doesn’t know about app.nba.bean

Is there an example somewhere that I can use to “wire up” my beans?