Hi
I'm currently working as Java developper in a company. We work with "old" JEE structure (tomcat 6, basic JEE, sometimes hibernate but that's all).
For personal projects I work essentially with new javascript tech (Node.js, VueJS etc)
I've seen lot of interesting things about new tech on Java : Vert.x, Kotlin... I am thinking to spend more time to study them and maybe speak with my workmates for using it!
If you have to use modern technology for creating a basic JVM based web app, what would you use? (vert.x, kotlin, spring, groovy ... which ORM ? ). All your ideas are welcome !
Thanks!
My current backend stack would be GroovyStatic + Vertx + SpringData + Neo4J. Kotlin increases some learning curve while Static Groovy gives better things than Kotiln.
Jan Vladimir Mostert
Idea Incubator
Vertx + Kotlin + Hibernate + Angular 2 Dart
That's currently my full stack. I don't use Tomcat and Jetty anymore, just build standalone jars and depending on the company, pop them into a docker container.
hashnode.com/post/how-i-built-my-first-kotlin-ver…