What is java j2e ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is java j2e ?

hey there, I know that java j2e is one of the most specialties that pops up when looking for job offers in the web development area, but for me it seems like a very vague term with a lot of mist. thus,what is exactly java j2e ? and which languages/ frameworks should someone learn and certificates that someone should earn to claim that they are java/j2e developer?

26th Jul 2018, 3:52 PM
Ramzi Zelfani
Ramzi Zelfani - avatar
2 Answers
+ 1
Update: for short, Java JEE or Enterprise Edition is one of the different APIs provided by java (SE: Standard Edition, EE, ME: Micro Edition, JavaFX). It is an API that us built over the Java SE and which provides a large collection of high level classes and data types that are used today to develop multiplatform and large scale networked applications. To know more about the different java platforms (API + VM), click on this link: https://docs.oracle.com/javaee/6/firstcup/doc/gkhoy.html
2nd Aug 2018, 11:13 AM
Ramzi Zelfani
Ramzi Zelfani - avatar
0
Another good reference to understand the JEE ecosystem: https://dzone.com/articles/java-ee-past-present-and-future
7th Aug 2018, 10:46 PM
Ramzi Zelfani
Ramzi Zelfani - avatar