In short, there is one PetiteContainer method for registration: registerPetiteBean but you need to provide everything. There is user friendly way to manually register beans: PetiteRegistry Finally, there is 'automagic' way to register beans - where your class path is scanned and all annotated beans get registered.
Just keep reading :) Also, if you notice some more errors, feel free to ping me ;) One tip: look at the test sources, they are always up-to-date with current syntax, if for some reason I am not responding in timely manner!
I hope this helps! Thanks for trying Jodd!
Enjoy!
On Monday, December 16, 2013 3:24:00 PM UTC+1, BloodySmartie wrote:
Thanks a lot :)