InfoQ Homepage Spring Content on InfoQ
-
Interface21 (Spring) gets 10M VC Funding
Interface21, the provider of the Spring Framework has announced that it has received $10 million in Series A financing from Benchmark Capital. The new funds will be used to accelerate product development and expand marketing, sales and support infrastructure to scale their professional open source offerings around Spring.
-
Spring Web Flow Enhances JSF Navigation and State
In a new article Interface21's Keith Donald details how Spring Web Flow integrates with JSF to provide a better model for implementing navigation logic and managing application state.
-
Java Web Frameworks Increase Support for Auto-Reload
Java web frameworks are increasingly adopting the ability to change portions of a web application and see the results immediately without restarting the server. This capability reduces the cost of the compile-build-test cycle, and helps to compete with the features of dynamic-language web frameworks such as Ruby on Rails or TurboGears.
-
Spring - OSGi Integration Milestone 1 Released
Milestone 1 of Spring - OSGi was released and provides support for deploying Spring applications in an OSGi environment.
-
InfoQ Interview: Jetbrains on IntelliJ 7 Featuring Hibernate and Spring Support
Jetbrains recently released a preview release of IntelliJ 7. Key features include Hibernate, Spring, and Clearcase support.
-
Interview: Adrian Colyer on Domain Specific Aspects
In this 11 minute interview, AspectJ lead and AOP expert Adrian Colyer briefly discusses the concept of Domain Specific Aspects, AOP adoption in large enterprise, and using AOP to implement well known design patterns.
-
Article: Web Apps with Spring Web Flow and Terracotta for Spring
In this article, Jonas Boner and Eugene Kuleshov give an overview of Spring Web Flow and Terracotta for Spring, and after that show you how you can use these technologies together to enter a new dimension in writing stateful, conversational, scalable and highly available web applications.
-
Guice and JavaConfig: Two Approaches to IoC through Annotations
Now that the dust has settled a bit from the initial release of Guice, the comparisons with Spring IoC and specifically with Spring JavaConfig are available. Guice and JavaConfig offer different approaches on putting IoC configuration into code using Java annotations.
-
Wicket compared with Spring WebFlow
Peter Thomas has written a detailed article about his impressions of moving a Spring MVC application to Wicket. He took a few screens from JTrac and ported them to Wicket and ended up very pleased with what Wicket had to offer.
-
Article: Integrating Java Content Repository and Spring
In this latest InfoQ article, Costin Leau introduces JSR 170 (Java Content Repositories) and how to integrate it with Spring Modules' JCR module, whose main objective is to simplify development with the JSR-170 API in a similar manner to that of the ORM package from the main Spring distribution.
-
Guice: Fast and Light Dependency Injection Container
Guice is a new open-source Dependency Injection framework for Java 5 that is closing in on a 1.0 release. Guice is a very annotation-driven, lightweight framework that provides an alternative to Spring, for a certain set of features.
-
WebLogic Server 10 Update: Java EE 5, Spring Pitchfork, WS-*
BEA has released a new tech preview of WebLogic Server 10 that passes the Java EE 5 CTS. WebLogic Server 10 uses the Kodo JPA (based on Apache OpenJPA)and also Spring's Pitchfork project to provide EJB and Java EE 5. WebLogic Server 10 adds side-by-side deployment of multi-version apps, JMS automatic failover, support for document-centric ws-standards, filtering class loaders, and more.
-
Interview: Arjen Poutsma on Spring Web Services
InfoQ talks to Spring Web Services creator Arjen Poutsma about Spring's Java Web services stack and the different approach it has to building Java Web services. Topics covered include the reason for yet another WS framework, advantages of contract-first, document-driven Web services, JAX-WS, and REST.
-
Spring IDE 2.0 coming soon
The Spring IDE is nearing release of version 2.0 and Rod Johnson has posted an update on their progress. Spring IDE is a set of plugins for Eclipse that provide a GUI for Spring's configuration files. Oracle has also released JDeveloper extensions for Spring development and a NetBeans Spring IDE is also in the works.
-
Article: Spring 2.0: What's New and Why it Matters
Spring co-founder Rod Johnson provides the definitive article on the motivations behind and uses of the new features in Spring 2.0. This first article covers the Spring core container, XML configuration extensions, AOP enhancements and Java 5-specific features.