1;j2ee必须使用应用服务器,现在最稳定的应用服务器是webshpere和weblogic。
2:不可以直接使用,需要重新编译,但是代码基本不许要改变。
3:是的,已经安装完了,具体如何培植,你到 java 基础类里面,有一篇置顶文章,是我写的,里面说的很详细。
4:com是组建,api就是系统函数(可能有写骈博)。ole没有用过。
5:系统构架:jsp/servlet/javabean +session bean + 实体bean。 应用服务器上面我已经说了。
6:没有明白你的具体意思,你说的是工作流吗?
7:8:感觉大材小用。
9:应该可以使用,没是过,因为jsp就是欠入java代码的html。
10:这个就太多了,到www.google.com去搜索吧,如果你用webshpere可以得到ibm的服务支持。

解决方案 »

  1.   

    1、新的项目使用J2EE,可是我不知道是不是开发J2EE必须使用某一个应用服务器?
    yes, it's a common practise2、如果在某一中应用服务器上做的程序能在其他应用服务器上用吗?是不是需要大量的工作来配置或转换?
    as to EJB, yes. but you need generate new deployment descriptor file(xml document) according to new app server. and don't forget to config datasource on the new server if your ejbs use it4、能不能说一说com、api和ole的区别?最好能分别介绍一下!
    COM is M$'s component tech
    API is the abbrevation of Application Programming Interface. As its name, it's an interface provided by OS, framework, etc.5、在做企业开发的时候,大家是如何使用J2EE的?如系统架构,应用服务器的选择,开发工具,jsp、servelet、ejb等如何利用来做不同的工作?
    it's a large topic involved design patterns, better reference some major j2ee site, such as www.theserverside.com
    7、有人做过用J2EE开发word、excel文件的调用功能吗?读写,保存到数据库,嵌入到IE里等
    Using some 3rd party software/component/package, such as apache's POI, you can achieve these functionality simply with j2se8、有人做过用J2EE开发MS project的功能吗?采用什么方法实现的?OLE?
    M$ project can export its data into popular database, for instance ACCESS. Then you can program JDBC-ODBC not caring M$ project
    10、大家在使用J2EE的过程中,需要技术支持时,一般访问什么网站,看什么书?
    www.theserverside.com
    IBM developerWorks
    www.jboss.org/forum
    ...
    and don't forget to ask worldheart, lol