Web aplications | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Web aplications

Which of these is the best for web aplications Java EE ou JavaScript, and Java EE is updated with the current job market? For example to create a virtual store?

11th Dec 2018, 12:15 PM
Diogo
Diogo - avatar
4 Answers
+ 5
I'll say both depends on your project I love both, tbh i kinda bias to both java and js. Java quite interesting on server (both general and web). And it has evolve over years and keep evolving so in case of integrity java sure are winning here (and also huge library across the internet) At the other hand nodejs are elegant and fast, but its still pretty young compared to java. But. I still recomend nodejs for smaller project, its easier to setup. I still use it to create some api. For large scale one java EE should be your friend. I mean node js implement thread just recently around july or something, meanwhile java is known as one of the first. There's a lot more to compare, sure google can help you. Tl;dr Js for small project Java for large project
11th Dec 2018, 12:44 PM
Taste
Taste - avatar
+ 4
The best will be to use one of the following frameworks based on JavaScript: Angular, React.js or Vue.js With them you have a huge arsenal of tools for creating to your heart's content.
11th Dec 2018, 12:27 PM
Panayot Zhaltov
Panayot Zhaltov - avatar
+ 2
Just JavaScript compared with Angular is as a Hammer to an AK-47... Gets the job done, but you have to put in 100x times the effort.
11th Dec 2018, 12:37 PM
Panayot Zhaltov
Panayot Zhaltov - avatar
+ 1
Javascript tends to be on the client (browser), even though some is starting to appear on the server side (node.js, for instance). Java EE is a server side, mostly used for heavy processing, accessing databases etc... They generate HTML (and sometimes javascript) that is sent to the browser. In the other word Java EE is nothing when it comes to client side.
12th Dec 2018, 1:41 AM
Mad Clown
Mad Clown - avatar