| Author |
Spring-like wiring in Java
|
Jesus Angeles
Ranch Hand
Joined: Feb 26, 2005
Posts: 2036
|
|
I dont think we have such 'wiring' in Java (up to 1.5).
Or am I wrong, and there is such in Java?
In another thought, annotations can 'emulate' 'wiring'.
Any thoughts?
Wiring using annotations seems to be too much work.
My point is, it will really be great if we have such 'wiring' in Java. It would mean another container/framework, but maybe it could be implemented just like in Spring, which can be used in non-intrusive and non-Spring-coupled way.
|
 |
Duc Vo
Ranch Hand
Joined: Nov 20, 2008
Posts: 254
|
|
You can still use wiring with Spring without annotation, mate. Just use the traditional XML Configuration if you don't want to use annotation.
Cheers,
|
“Everything should be as simple as it is, but not simpler.” Albert Einstein
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
|
Or if you want to use pure Java, take a look at Spring JavaConfig. I'm currently using it. I prefer that over annotation or XML configuration.
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
 |
|
|
subject: Spring-like wiring in Java
|
|
|