aspose file tools
The moose likes Spring and the fly likes What are the other ways of Wiring in spring, apart from XML? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "What are the other ways of Wiring in spring, apart from XML?" Watch "What are the other ways of Wiring in spring, apart from XML?" New topic
Author

What are the other ways of Wiring in spring, apart from XML?

Sumeet H Singh
Greenhorn

Joined: Jan 03, 2009
Posts: 23
Hi Guys,
Does anybody have an idea about the other methods of wiring beans in Spring, apart from XML?


Sumeet
SCJP, SCWCD
Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4121

Annotation based configuration and Java (code) based configuration.


-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What are the other ways of Wiring in spring, apart from XML?
 
Similar Threads
Spring-like wiring in Java
Spring in Action 3
How is IoC useful over conventional object instantiation ?
Spring in Action
Design Patteren implemented in String?