15
Dwigg
7y

!rant

Hello fellow devs. I will be having my internship in November this year. I main java language and thinking about diving into web development with Java EE.

Can you give me some tips on how to start? It feels too vast that i dont know where to start. Thanks :/

Comments
  • 6
    Run rm -rf / on the profuction server
  • 5
    Dont use vanilla java EE, use a framework. I wrote an application using the native servlet API recently and I can tell you, it's just not worth it.
  • 5
    Don't use Java for web at all.
  • 2
    @Hativ Was looking for this. Take a look at ASP.NET
  • 2
    Don't use Java EE, use Spring and especially Spring Boot.
  • 2
    @TheShell running away from configuration management 😂😂
  • 3
    "abondon Java at all costs"

    -every devRanter ${current-year}
  • 4
    @bashlord this.
    Use spring and spring boot...so much less pain
  • 1
    Vuejs!
  • 1
    Learnimg javaee is so much more than just the APIs, it's learning the ins and outs of servers like Jboss etc. and it's a dying technology. Try to just learn web technologies instead. But Java is here to stay for another twenty years so it's not a bad language to learn, albeit not the sexiest.
Add Comment