|
|
|
|
|
by mooreds
1547 days ago
|
|
My company's product is primarily written in Java. It's a web based auth system, fwiw. I don't write too much code nowadays, but read a lot. From what I can see, here's the stack: * intellij for an ide (with tons of plugins) * prime MVC (https://github.com/prime-framework/prime-mvc) for the framework * mybatis for SQL/queries * java 17 I've also used dropwizard and spring. If it was a greenfield development with emphasis on developer productivity, I'd go with spring any day. Big dev community, tons of doco, a solution for any problem if you can find it. |
|