Home » Archives

Content tagged with: spring

[19 Apr 2010 | No Comment | ]

In this presentation from SpringOne 2009, Rob Harrop discusses OSGi in the enterprise, OSGi basics, modularity in OSGi, import-package, require-bundle, the problem of split packages, import-bundle, Bundlor, demos of OSGi bundle usage, RFC 66, dm Server, the blueprint service, OSGi services, demo of building an OSGi-based Spring MVC web application, OSGi configuration admin, and dynamic updates.
http://www.infoq.com/presentations/harrop-modular-webapps-with-osgi

[12 Apr 2010 | No Comment | ]

Christian Dupuis, Principal Engineer with SpringSource, discusses SpringSource Tool Suite’s Groovy, Grails and Roo support, Cloud Foundry integration, and future plans for the product.
http://www.infoq.com/interviews/christian-dupuis-sts

[29 Mar 2010 | No Comment | ]

Rod Johnson, the founder of Spring and the general manager of the SpringSource division of VMware, talks about Spring 3.0, the influence of Google Guice on Spring, Spring.NET, and Spring’s tc Server.
http://www.infoq.com/interviews/rod_johnson_spring30

[17 Mar 2010 | No Comment | ]

After a quick introduction to Spring Batch and Integration, Dave Syer and Mark Fisher demo using them for real life situations where automation can save both operators and developers a lot of time by running automated safe-failing and auto-restartable batch jobs.
http://www.infoq.com/presentations/Automating-Operations

[15 Mar 2010 | No Comment | ]

In this podcast, Dr. Dave Syer talks on the recently released Spring 3.0 and Grails 1.2, the options for configuring dependency injection are multiplying. He talks on the options available which include XML, Groovy, @Autowire, @Inject, @Configuration, component scanning, to list only the newest and the most popular and discusses the advantages and disadvantages and how you can choose the right tool for the job.
http://skillsmatter.com/podcast/java-jee/choosing-a-dependency-injection-style

[3 Mar 2010 | No Comment | ]

SpringSource CTO Adrian Colyer talks to InfoQ about AspectJ. The interview explores how products such as Spring Roo are using AspectJ, and how ideas from AspectJ helped SpringSource improve the Groovy compiler inside Eclipse. Colyer also discusses SpringSource’s two server offerings, dm Server and tc Server, OSGi and Scrum.
http://www.infoq.com/interviews/adrian-colyer-aspectj

[22 Feb 2010 | No Comment | ]

Dr Ben Alex, The Project Lead of the Spring Roo code generator project, discusses using Roo on an existing project, building custom templates and add-ons for Roo, and how its capabilities compare to other productivity tools such as Grails. The interview goes on to look at the related Spring Shell project and discusses Spring Security 3.0, which Ben Alex founded.
http://www.infoq.com/interviews/roo-ben-alex

[15 Feb 2010 | No Comment | ]

In this presentation from SpringOne 2009, Keith Donald discusses the Spring 3.0 web stack, key Spring Framework and Spring MVC features, demos of Spring MVC capabilities, REST support, validation support, automatic data conversion, data binding and validation, Joda Time support, Spring JavaScript, Dojo, Spring Web Flow, Spring Security, Spring BlazeDS, and the roadmap for the Spring web stack.
http://www.infoq.com/presentations/donald-overview-spring-3.0-web-stack

[10 Feb 2010 | No Comment | ]

Many Java developers have used a IoC container – or at least heard about Spring. Today there are a good number of IoC containers and each of them claiming to do Dependency Injection (DI) in a better way. This session will explain what IoC/DI really is, why we should use it, how the containers work and when to use each specific container. In this session, you will learn:
•What Dependency Injection can add to your applications;
•How various frameworks, including Spring, Guice, Tapestry 5 IOC, HK2 and PicoContainer, work;
•Tips on when to …

[9 Feb 2010 | No Comment | ]

Mark Pollack talks about the features coming in Spring.NET 1.3 and 2.0. He also covers Spring.NET Integration, the Stonehenge project and the relationship with Spring Java.
http://www.infoq.com/interviews/Spring.NET-1.3-2.0