AnnotationConfig*ApplicationContext support in IntelliJ IDEA 11.1
February 24th, 2012 by serega.vasilievFrom this short post you’ll find out (and see) how to:
If you use AnnotationConfigWebApplicationContext then simply add your configurations or packages-to-scan to “contextConfiguration” context-param of your web.xml and these files will be autodetected by IntelliJ IDEA.
or add your @Configuration classes to a new annotation-based fileset if your application uses AnnotationConfigApplicationContext.
So, what do you think?

February 24th, 2012 at 10:05 am
This looks just great!
February 24th, 2012 at 11:05 am
The feature is wonderful and I’m going to miss it in 10.5.4, but unfortunately 11.X is way too slow comparing to 10.5.4. Don’t get me wrong, I’ve been faithful Idea fan for many years, but Nika is something I just can’t handle. I don’t know, why is that. You know better.
February 24th, 2012 at 11:14 am
Ivan,
Please submit a CPU snapshot as described in http://devnet.jetbrains.net/docs/DOC-192
February 24th, 2012 at 1:02 pm
The hibernate facet support doesn’t seem to know about this type of Spring configuration — will that be supported at some point?
June 22nd, 2012 at 8:23 am
Can we get both projects to play with them?