The differences between Java EE components and "standard" Java classes

时间:2022-07-01 23:40:56

https://docs.oracle.com/javaee/7/tutorial/overview003.htm

ava EE components are written in the Java programming language and are compiled in the same way as any program in the language. The differences between Java EE components and "standard" Java classes are that Java EE components are assembled into a Java EE application, they are verified to be well formed and in compliance with the Java EE specification, and they are deployed to production, where they are run and managed by the Java EE server.