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

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.

上一篇:#iPhone6与iPhone6Plus适配#如何在Xcode 6中创建 PCH 文件


下一篇:KMP算法 KMP模式匹配 一(串)