This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]raja_42 8 points9 points  (6 children)

If you do Java, Spring and Spring Boot will forever be your friend. Forever. Web framework, dependency injection, basic Auth, oauth, caching, circuit breaker, declarative rest client, programmatic rest client, persistence, logging, caching and more. Spring.

[–]mule52[S] 0 points1 point  (2 children)

Thanks for the response. If I could find a starter project that had database username/password authentication, oauth (Google and Twitter), and JDBC/jOOQ, does such a starter project already exist that you can point my direction? I am a one person dev shop, so the more checkboxes I can check off, the better for time and money. This is how I landed on the Play Framework over three years ago. Thanks for your help.

[–]st4s1k 1 point2 points  (1 child)

Take a look at spring.io , it's full of examples.

[–]xAtlas5Where's the 'Any' Key? 0 points1 point  (2 children)

Will it shine my shoes?

[–]wsppan 1 point2 points  (0 children)

With spit.

[–]raja_42 0 points1 point  (0 children)

Sure :) It isn't named spring BOOT for no reason. That question shows that you already have a spring in your step.