Is there a Spring Boot designed to replace Spring Roo?

I recently spent some time looking at projects contained in the Spring 4.0 ecosystem, and recently looked at the documentation for Spring Boot. It looks like Boot has a bunch of nice features for quickly and quickly launching a Spring application, including the ability to automatically configure and run embedded application servers in a simple .jar file. I understand that Roo is designed to become a CLI tool for quickly prototyping a Spring application and does not require such a stubborn approach as Boot. Despite these differences, both tools have the ultimate goal of simplifying the Spring application from scratch, so my question is: Is Spring Boot means replacing Spring Roo in the Spring ecosystem, or will both continue to coexist with the same level of support?

+61
java spring spring-boot spring-roo spring-4
Dec 13 '13 at 22:07
source share

No one has answered this question yet.

See similar questions:

5
Can Spring Roo work next to Spring Boot

or similar:

1873
What is the difference between @Component, @Repository and @Service annotations in Spring?
708
How to configure port for Spring Boot application
17
One Spring boot project deploying both JAR and WAR
four
Corner and spring loading: a configuration that allows them to work together efficiently
3
Spring Download a standalone application with an integrated Tomcat Vs server, building a war
2
WAR generator
0
Is spring loaded WAS (WebSphere Application Server) required?
0
Running tests in Spring Boot
0
When and why should I go for Spring Boot?
0
Implementing a stand-alone spring jar of an application in a Spring boot application as a single context



All Articles