Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Cloud/Boot vs Wildfly Swarm

I have doing some analysis of modern Container less Java Stack on net, two Major promising things i came about was:

  1. Spring Boot/Cloud (Packed in Tomcat or Jetty,...)
  2. Wildfly Swarm (Moduler Wildfly 9 Server with minimum possible components)

Yes both have their own features but i have not been able to find out a good comparison of both as both thing are in my point of view better then each other but still i have to decide what good for implementing,

  1. Good for Developer health
  2. Complex Enterprise logic
  3. Scalability
  4. Hot deployments
  5. Microservice Approach
  6. Enterprise Integration Patterns
  7. Continuous Delivery Pipeline.

Thanks for your thoughts

Zaheer

like image 972
zaxeer Avatar asked Apr 04 '16 16:04

zaxeer


People also ask

Is there anything better than Spring Boot?

Spring, Django, JBoss, Spring MVC, and Play are the most popular alternatives and competitors to Spring Boot.

What is WildFly Swarm?

WildFly Swarm is a framework based on the popular WildFly Java application server to enable the creation of small, standalone microservice-based applications. WildFly Swarm is capable of producing so-called just enough app-server to support each component of your system.

What is the difference between JBoss and Spring Boot?

JBoss can be classified as a tool in the "Web Servers" category, while Spring Boot is grouped under "Frameworks (Full Stack)". Spring Boot is an open source tool with 39.8K GitHub stars and 25.8K GitHub forks. Here's a link to Spring Boot's open source repository on GitHub.

Are spring boots outdated?

Not at all! Development is active. Latest release is 13 days ago!


1 Answers

I would use Spring Boot because it's more popular, has good documentation/examples and more support on Stack Overflow. Also provides convenient tools for testing. Some comparisons:

  • The lightweightness of microservices – Comparing Spring Boot, WildFly Swarm, and Haskell Snap
  • Spring Boot vs WildFly Swarm In the Land of Enterprise Java
  • WildFly Swarm vs Spring Boot
like image 139
Justinas Jakavonis Avatar answered Oct 01 '22 04:10

Justinas Jakavonis