Wednesday, December 21, 2016

In terms of Java technology and Java Tools

In terms of Java technology and Java Tools


For you who want to learn java (such as I, of course) will be confused as to meet various terms j2se, j2ee, J2ME, jwsdp, and various tools that can be downloaded at http://java.sun.com. This article gives a brief description of you who want to learn Java.

J2SE is the Java 2 Standard Edition, are the tools used to create a stand alone application and ordinary applets. The istilah2x no longer j2sdk (this is a standard development kit, is required if you want to make J2SE application),

JRE (this is a runtime environment, is needed to run the stand alone application and java applets), in its own jre there is a jvm (java virtual machine, is the engine that executing java bytecode) and the standard of fire / library.

J2EE is a Java 2 Enterprise Edition, are the tools used to create enterprise application, such as e-commerce application for B2B, B2C, C2C, ...

JWSDP is to create web services using Java, J2EE, if you use the 1.4 I think I do JWSDP it installed, because the J2EE 1.4 is also included JWSDP.

J2ME is the Java 2 Micro Edition is a library / tools used to create mobile applications, such as PDAs, mobile phones.

Sun Java Studio Creator is an IDE for Java application development and web component (commercial), mainly to use Java technology faces Server, a web application framework that the new standard from Sun.

Sun Java Studio Standard IDE is an IDE for Java application, the web component development, component development, and business (commercial)

Sun Java System Application Server is Application Server for the put enterprise java application, the web component (JSP, Servlet, Bean Java, HTML, image, ...) and business component (EJB)

Sun Java System Web Server is with the same above, but only for the web component only.

NetBeans IDE is open source java IDE, can only be used for stand alone application and a web component.

StarOffice SDK is Development Kit for Star Office that can be created with the Java programming

Available link for download