java is evolving into a full-scale system development technology by the addition of functions such as Applets, object-oriented programming, cross-platform support, internationalization, javaBeans, Remote Method Invoca...
详细信息
java is evolving into a full-scale system development technology by the addition of functions such as Applets, object-oriented programming, cross-platform support, internationalization, javaBeans, Remote Method Invocation (RMI), java Database Connectivity (JDBC), Enterprise javaBeans (EJB), java Plug-in, HotSpot Client Virtual Machine (VM), java Naming and Directory Interface (JNDI), RMI/Internet Inter-ORB Protocol (IIOP), eXtensible Mark-up Language (XML) support, and java Secure Socket Extension (JSSE). These functions have been added in three specifications: java 2 platform, Enterprise Edition (J2EE);java 2 platform, standard Edition (J2SE);and java 2 platform, Micro Edition (J2ME). Also, the manner in which these specifications are decided has shifted from decisions made by Sun Microsystems to decisions made by an open community through a process called the java Community Process (JCP). The main key-phrase of the latest trend in java/EJB is "Ease of Development," and J2SE 1.5 (code name "Tiger") will play a central role in this trend. Prospective enhancements in the java programming language specifications such as Generics, Enhanced for Loop, Autoboxing/Unboxing, Typesafe Enums, Varargs, Static Import, and Metadata are expected to simplify system development, learning, and mastering. With these new technologies, java will be used by a wider range of developers and EJB-based development of enterprise systems will become more popular.
暂无评论