On what basis can we decide a particular Java application is a Java EE application?
问题 I am working on a Java application which uses Servlets, an application server, JMS, JMX etc. So is this a Java EE application? And are there any particular criteria to say a particular application is a Java EE application? 回答1: I don't completely agree with the other answers. You have a Java EE application if you can package it as a .war or an .ear and deploy it according to the Java EE standards. If you have a stand-alone application which uses JMS, it doesn't make it a Java EE application