Created
July 30, 2012 20:38
-
-
Save jayanath/3209987 to your computer and use it in GitHub Desktop.
Room bean instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//xml based config | |
room = (Room) xmlCtx.getBean(Room.class); | |
//annotation based config | |
room = (Room) annCtx.getBean(Room.class); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment