Search Results

1
vote

What’s your “best practice” for the first Java EE Spring project?

Spring is also very much about unit testing and therefore testability of your classes. That basically means thinking about modularization, separation of concerns, referencing a class through interf …
2
votes

Template Engines for Spring Framework

I would also like to add that your choice of template engine depends on the type of the output as well. If you know that your app will only have HTML output, I would suggest to stick with the stand …