DEV Community

Discussion on: What is your opinion on Java web frameworks as compared to the JavaScript frameworks?

Collapse
 
snickdx profile image
Nicholas Mendez

I knew java before I knew JavaScript. But I learned web dev with JavaScript.

Web apps rely so much on JSON that a dynamically typed language that can use simple objects/dictionaries just makes sense to me for web dev.

I dabbled with java spring but dealing with json there was such a hassel imo.