I want to create a simple java desktop application.
Now i asked myself how to start, should i use maven? Or is maven much more for projects in the j2ee, springboot space? How to start?
I want to create a simple java desktop application.
Now i asked myself how to start, should i use maven? Or is maven much more for projects in the j2ee, springboot space? How to start?
Depends on the stack you want to use for your desktop app (and keep in mind, that java is more and more a platform for non-desktop stuff)
in general: maven is always the right choice but it does not restrict you to any stack