Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: Spring Explorer doesn't show beans configured using java files

Recently I started wiring my beans in plain Java files annotated with org.springframework.context.annotation.Configuration.

I prefer having compile time checks rather than XML string typos. What's not so great (pretty bad actually) is that Spring Explorer in Eclipse (I am using Spring IDE plugin and Indigo release) doesn't show those configs at all in it's tree.

Is there something that I missed or isn't this feature supported yet?

like image 598
Xorty Avatar asked May 10 '26 11:05

Xorty


1 Answers

I've read it somewhere on Spring web site that Java Config is not (yet) supported by STS views. How soon, until they decide to do so, I don't know.

The Java Configuration IS supported by 3.0.x ( and even before ), but looks like a bastard child of Spring framework.

like image 131
Alexander Pogrebnyak Avatar answered May 13 '26 02:05

Alexander Pogrebnyak



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!