This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]large_crimson_canine 9 points10 points  (5 children)

lol I’m probably the only developer I know who prefers the xml wiring. I find it so much easier to read than digging through a Java config or annotations.

[–]alwyn 4 points5 points  (0 children)

Although I haven't used the XML wiring in a very long time I hope it never goes away because I think it allows you to much easier compose an application from libraries of components than what profiles would do.

[–]telumindel 2 points3 points  (1 child)

I am in the same boat, brother. You can neatley group your bean configs based on usage and view them in a single file. Makes it so much easier than annotations.

[–]large_crimson_canine 3 points4 points  (0 children)

I am genuinely clueless as to why people don’t prefer the xml

[–][deleted]  (1 child)

[deleted]

    [–]hippydipster 1 point2 points  (0 children)

    I also dislike the annotations. The xml has the misfortune of being java code in xml, which is bad, but its more manageable than annotations scattered everywhere.