I came across a post referring @Inject annotation. It seems its a part of Java EE and not JSE. I think that DI is very useful technique a should be available in JSE as well.

The JCP page for JSR-330, mentions following

This JSR targets Java SE, and it will lay a foundation for dependency injection in Java EE.

I want to understand what were the considerations behind it not making it part of JSE or its there in future road map.

link|improve this question

65% accept rate
-1 Voted to close. This is not a question. You know it's not a part of J2SE and are merely pushing an opinion. – Erick Robertson Jan 6 at 14:26
I am not trying to push any opinion just a thought and wanted the community's view on the same. No reason for downvote. – Santosh Jan 6 at 14:27
1  
"This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion." – alf Jan 6 at 14:43
@alf, Not expected debate or argument but some links/pointer and references to some articles etc (like the one mentioned bellow by brainzzy). – Santosh Jan 6 at 15:01
feedback

closed as not constructive by Erick Robertson, DwB, ig0774, casperOne Jan 6 at 20:28

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

JSR-330 is still open and would love contributors. Get involved, or at least aim these sorts questions at the community around it.

Most of the project is being managed at http://code.google.com/p/atinject/, and the observer mailing list is here: https://groups.google.com/group/atinject-observer?pli=1

If you don't get any response, contact the JSR expert group for an update.

link|improve this answer
Thanks for the pointer. – Santosh Jan 6 at 14:32
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.