Spring Roo for larger applications

Spring Roo appears to be a great platform with true performance improvements. However, I read that Roo is mainly aimed at rapid prototyping or smaller applications.

My question is whether Spring Roo is suitable for larger, production-ready web applications, given the important scalability and performance requirements.

+3


source to share


1 answer


Spring Roo is a development tool, it is not a framework.

It doesn't make sense to ask if Spring Roo has been proven to be able to be used for scalability and performance for any production web application, since it is not a runtime, it is a design-time development tool.



Spring Roo builds web applications based on the Spring Framework, Spring MVC and other frameworks that have proven to be suitable for larger off-the-shelf web applications.

+2


source







All Articles