需要... 个人使用Tomcat+JBoss就行了. Weblogic耗内存太大了

解决方案 »

  1.   

    除了J2sdk外,j2ee Jdk起的什么作用
      

  2.   

    那现在企业应用里面,哪些系统是只装J2sdk而不装J2ee JDk是运行不起来的
    前辈们能不能举个例子,但是Tomcat 类似的服务软件装了
      

  3.   

    j2ee sdk包括企业应用的包
    如果不加
    你怎么写程序啊
      

  4.   

    比如在应用里什么样的东西必须要有J2ee sdk
      

  5.   

    Java 2 Platform, Standard Edition (J2SE) provides a complete environment for applications development on desktops and servers and for deployment in embedded environments. It also serves as the foundation for the Java 2 Platform, Enterprise Edition (J2EE) and Java Web Services.这是SUN给出的定义,J2SE是java里的最基本的部分,如果你要开发一些GUI之类的应用,有它就够了,如果你想开发企业级的应用,比如要用到jsp, servlets, web service等技术,你就需要装J2EE 的packages。Java 2 Platform, Enterprise Edition (J2EE) defines the standard for developing component-based multitier enterprise applications. J2EE simplifies building enterprise applications that are portable, scalable, and that integrate easily with legacy applications and data. J2EE is also a platform for building and using web services. It incorporates web services standards such as those in the WS-I Basic Profile. This means that web services in a J2EE-compliant environment can interoperate with web services in non-J2EE environments such as .net.