I'm interviewing for a j2EE position using the Spring Framework; help me brush up - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T16:18:00Zhttp://stackoverflow.com/feeds/question/803201http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/803201/im-interviewing-for-a-j2ee-position-using-the-spring-framework-help-me-brush-up0I'm interviewing for a j2EE position using the Spring Framework; help me brush uptpdi2009-04-29T16:30:54Z2009-05-03T21:59:42Z
<p>I'll be interviewing for a J2EE job using the Spring Framework next week. I've used Spring in my last couple of positions, but I probably want to brush up on it. </p>
<p>What should I keep in mind, and what web sites should look at, to brush up?</p>
http://stackoverflow.com/questions/803201/im-interviewing-for-a-j2ee-position-using-the-spring-framework-help-me-brush-up/803443#8034432Answer by toolkit for I'm interviewing for a j2EE position using the Spring Framework; help me brush uptoolkit2009-04-29T17:32:18Z2009-04-29T17:32:18Z<p>You might want to look at some of the newer projects and updates that SpringSource is working on.</p>
<ul>
<li>Spring 3.0 (Key new features are RESTful support on top of MVC, and new expression language)</li>
<li>Spring dm Server (OSGi-based server)</li>
<li>Spring tc Server (preconfigured tomcat)</li>
<li>Spring AMS (centralised management and monitoring of assets)</li>
<li>Spring Security (Now supports expression language which makes for much richer declarative security demarcations)</li>
<li>Spring Integration (Implements a number of the patterns from Enterprise Integration Patterns: gateways, splitters, aggregators, transformers, etc..)</li>
<li>Grails</li>
</ul>
<p>Just announced at SpringOne:</p>
<ul>
<li>Roo - a build assistant with command-line options similar to grails for creating domain classes, controllers, and views, but for vanilla java instead of groovy.</li>
<li>SpringSource Tool Suite is now free!</li>
</ul>
http://stackoverflow.com/questions/803201/im-interviewing-for-a-j2ee-position-using-the-spring-framework-help-me-brush-up/803467#8034673Answer by Pablo Fernandez for I'm interviewing for a j2EE position using the Spring Framework; help me brush upPablo Fernandez2009-04-29T17:39:46Z2009-04-29T17:39:46Z<p>I wouldn't ask about the framework in itself, but in which cases would be convenient to apply its features, like when to use LoadTimeWeaving aspects or whether to DI domain objects or not.</p>
<p>I see spring as a tool for solving problems, and I'd like the other person to tell me how would he apply it, when, and most important in which case he <em>wouldn't</em> use it.</p>
http://stackoverflow.com/questions/803201/im-interviewing-for-a-j2ee-position-using-the-spring-framework-help-me-brush-up/803586#8035862Answer by peacefulfire for I'm interviewing for a j2EE position using the Spring Framework; help me brush uppeacefulfire2009-04-29T18:15:39Z2009-04-29T18:15:39Z<p>I think excellent way to brush up on spring framework skills are to cover concepts given in DZone's RefCards. They are concise PDF format documents. </p>
<ul>
<li><a href="http://refcardz.dzone.com/refcardz/spring-configuration" rel="nofollow">Spring Configuration RefCardz</a></li>
<li><a href="http://refcardz.dzone.com/refcardz/spring-annotations" rel="nofollow">Spring Annotations RefCards</a></li>
<li><a href="http://refcardz.dzone.com/refcardz/flex-spring-integration" rel="nofollow">Spring and Flex Configuration</a></li>
</ul>
<p>Hope this helps!!</p>
<p>Peacefulfire</p>