Programming Examples

Are you a Programmer or Application Developer or a DBA? Take a cup of coffee, sit back and spend few minutes here :)

JavaEE

Articles and Examples on Java Enterprise Edition.

Setup Wildfly Eclipse Neon for JavaEE

Fig 1. JavaEE JCP JSR Overview

JavaEE stands for Java Enterprise Edition, and it is a web development framework. JavaEE is a specification developed on top of Java SE (Java Standard Edition). In this Example, we will setup Eclipse & Wildfly. Have a look at the depiction below:

The corporate unit comes-up with the generalised specification and submits it to the JCP (Java Community Process) for review. The JCP members reviews the JSR (Java Specification Requirement) and asks for clarification and in the process, they improve the JSR. The reviewed JSR will be published as JavaEE requirement for the next release.

Continue Reading →