InfoQ Homepage Spring Web Flow Content on InfoQ
-
Java News Roundup: Micronaut 4.0, Payara Platform, Spring Web Flow 3.0, JetBrains AI Assistant
This week's Java roundup for July 10th, 2023, features news from JDK 22, JDK 21, Spring Web Flow 3.0, Micronaut 4.0, Payara Platform, point and milestone releases of: Spring projects, Open Liberty, Helidon, Hibernate Reactive, Tomcat, Micrometer Metrics and Tracing, Piranha, Project Reactor, JHipster, JHipster Lite, Yupiik Fusion, Maven and Gradle; and AI Assistant in JetBrains IDEs.
-
Java News Roundup: Extent-Local Variables, Payara Platform, Project Reactor, Ktor, Spring Web Flow
This week's Java roundup for August 8th, 2022, features news from OpenJDK, JDK 19, JDK 20, Jakarta EE 10, Spring WebFlow 3.0.0-M1, Spring Tools 4.15.3, Payara Platform Enterprise 5.42.0, Quarkus 2.11.2, MicroStream 7.0.1-beta, Piranha 22.8.0, JobRunr 5.1.7, Eclipse Vert.x 4.3.3, Project Reactor 2022.0.0-M5, Ktor 2.1.0, Apache Camel 3.18.1 and KCDC Conference.
-
MyEclipse for Spring 8.6 Released with Flex, GWT and iPhone Scaffolding
Genuitec and Skyway Software have announced the release of MyEclipse for Spring 8.6. The latest release includes accelerators for Spring Core, Adobe Flex, Spring MVC, GWT, Spring Web Flow and iPhone Web applications. The release also introduces a new set of Spring development editors, Code Assistants, that facilitate the annotation-based development of Spring and JAX-WS artifacts.
-
Apache Beehive Retired, Moved To Apache Attic
Last month, the committers of the Apache Beehive project voted to retire the project due to inactivity. The last release of Apache Beehive was version 1.0.2, which was released in December 2006. In the announcement posted on Feb 10th, Henri Yandell suggested alternatives for the main components which were part of Beehive.
-
Spring 3.0: Java 5 Required, Adds New Expression Language and REST Support
A new version of the Spring Framework, version 3.0, was released today. InfoQ spoke with Juergen Hoeller, technical lead of the Spring Framework project, to learn more about this release and the changes that it brings to the Spring portfolio.
-
Interview: Rod Johnson About Spring Framework 3.0 & Others
In this interview made by Srini Penchikala, with the participation of Ryan Slobojan, Rod Johnson answered many questions about Spring Framework 3.0 and other applications developed under SpringSource’s umbrella - Tool Suite, Integration, Web Flow, Batch – talking about their current status and existing plans for the future.
-
SpringOne Brings a New Tomcat Server, VMware Partnership, and ActionScript Offerings
The announce SpringOne conference included the announcement of tcServer, partnerships with VMware and Adobe, and the new Spring ActionScript project.
-
Interview: Rod Johnson Discusses Spring, OSGi, Tomcat and the Future of Enterprise Java
Rod Johnson discusses the Spring Portfolio, the Oracle/BEA and Sun/MySQL acquisitions, Java EE 6, Tomcat and Spring, Spring Dynamic Modules, the future of enterprise Java, the benefits of OSGi for application developers, the Covalent acquisition and Spring 3.0. Johnson also alludes to the SpringSource Application Platform, which was announced a month after this interview was filmed.
-
Spring Web Flow 2.0.0.RC1 Released; Adds Ajax, JSF, and Security Integration
InfoQ sat down with Keith Donald and Jeremy Grelle of the Spring Web team to discuss the release of Web Flow 2.0.0.RC1, the first production release candidate for the next major release of Web Flow. Web Flow is an extension to Spring MVC for implementing flows in a web application.
-
SpringSource Announces Acquisition by Microsoft
In a surprise announcement, SpringSource CEO Rod Johnson announced that SpringSource has agreed to be acquired by Microsoft. InfoQ interviewed Johnson to learn more about this acquisition and what it will mean for the future of both Spring and the .Net Framework.
-
Interview: Rod Johnson discusses the Spring Portfolio
In this interview from QCon San Francisco, SpringSource CEO Rod Johnson discusses the origins and philosophy of Spring, the Spring Portfolio, Spring Web Flow, Spring Batch, Spring.Net, the partnership with Tasktop Technologies, and community involvement and utilization of Spring.
-
Spring 2.5: Drop-in upgrade for 2.0 with OSGi bundles, full annotation-based configuration & AspectJ
The first release candidate of Spring 2.5, formerly known as version 2.1, was recently released. InfoQ spoke with Spring framework lead developer Juergen Hoeller to learn more about this release.
-
Spring IDE 2.0 Adds Web Flow and AOP Development Tools
Version 2.0 of Spring IDE was released today. This release includes support for Spring Web Flow and Spring AOP development tools. InfoQ took the opportunity to speak with Christian Dupuis, Spring IDE co-lead, in order to learn more about this release.
-
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.