tpsulumane
Active Member
- Joined
- Apr 9, 2012
- Messages
- 42
- Reaction score
- 0
Is it possible to change running java standard application to enterprise ?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
In software, almost anything is possible: This specific question, on the other hand, does not really make sense.
Java SE consists of a virtual machine, which must be used to run Java programs, together with a set of libraries (or "packages") needed to allow the use of file systems, networks, graphical interfaces, and so on, from within those programs.
Java Platform, Enterprise Edition or Java EE is Oracle's enterprise Java computing platform. The platform provides an API and runtime environment for developing and running enterprise software, including network and web services, and other large-scale, multi-tiered, scalable, reliable, and secure network applications. Java EE extends the Java Platform, Standard Edition (Java SE/J2SE), providing an API for object-relational mapping, distributed and multi-tier architectures, and web services.