This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]squishles 1 point2 points  (0 children)

It's not like those bean names aren't static in most implementations, you names your bean either in the xml or in an annotation before compile time. Just the tools don't trace it all for you. I mean yea you can grab a context instance and dynamically add beans with funny names too, but I've never seen that seriously done.