Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Spring cloud is just cloud-centric spring Boot. They're both "microservice" frameworks. Spring cloud has additional stories for FaaS as well.
For references and questions just type:
Your question site:baeldung.com
In google -
Imho forget spring cloud if you're new, start with spring boot. Also forget the functional routing stuff and the reactive stuff - start with the basic, annotation driven endpoints and configuration.
Once you're confident with that (there's not a great deal to it for a basic webapp) then start looking at the spring extensions and reactive bits, should you so choose. -
donuts238484y@AlmondSauce what do you mean by reactive?
Any ideas for personal projects to learn Spring, Spring Boot?
How did you pick up Spring?
The latest one I can think of is a file service so I can transfer files from my phone to a host pc....
Would be nice though if I could create an app that can discover the host service over the network actually... Never done that before but could Spring Cloud do that or still need some known Server where both explicitly register? -
donuts238484yActually wondering how are apps like Fing, Plex able to discover other devices/hosts on a network?
https://groovypost.com/howto/...
Related Rants
-
GoGetMeAJob21Let's see if this kitty survives the code review and makes it to production.
-
meseguer199827Nobody: Senior frontend Dev at my company: "microservices best thing ever" Also him: "Relational databases g...
-
skiilaa4The 2014's called, they want their private server back! Source: CommitStrip
What's the difference between Spring Cloud and Boot? And what's a good book to learn either?
And I guess Spring as well. Is that a pre-req? I'm not familiar with much other than Bean and Context and not sure how AutoWired exactly works...
One project I have is to build an REST service but with subservices, and their replicas, handling different paths and on Openshift.
So these sub services need to be independently started but discoverable by the routing app(s).
Not sure how many layers but basically when a call hits the Router, depending on the path in the URL it sends the request to the appropriate subservices
question
spring
microservices
openshift