Created
July 30, 2012 20:40
-
-
Save jayanath/3209998 to your computer and use it in GitHub Desktop.
Results
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
[java] ***Setter Injection: Service name to internet service instance | |
[java] ***Setter Injection: Service name to food service instance. | |
[java] ***Setter Injection: Service name to laundry service instance | |
[java] ***Setter Injection: Service name to telephone service instance | |
[java] ***Constructor Injection: Room type into the room instance | |
[java] ***Setter Injection: List of services in to the room instance | |
[java] Created the ApplicationContext based on the appconfig.xml file | |
[java] Got the Room instance | |
[java] Room Type : Monte Carlo | |
[java] The room charge is 63.19 with the following services : | |
[java] Breakfast and Dinner delivered to the room | |
[java] Verizon FiOS Internet | |
[java] Rapid dry cleaning | |
[java] Local long distance and international calls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment