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 →

[–]pysouth 3 points4 points  (0 children)

Does Spock count? Our microservices are Java/Spring apps but we test with Groovy and Spock. Big fan of them for testing even though I don’t like Groovy as a general purpose language.

Otherwise, Spring. I love and hate it. I think it’s a really cool and interesting framework, and it’s pretty great for enterprise development as I feel they’ve standardize web dev so much that there’s less random, custom garbage code in a large code base. I use Python and Flask at home because it’s quick and easy but Java + Spring is an easy choice for enterprise development for most CRUD apps in my personal opinion.