单元测试工具http://jakarta.apache.org/builds/jakarta-ant/release/v1.1/bin/

解决方案 »

  1.   

    ant是一个编译调试工具,有点像makfile,就是编写一些命令,按照一定格式,放到一个xml文件中去。在apache的网站上有下载。
    Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles. Ant is a Java based build tool. In theory it is kind of like "make" without makes wrinkles and with the full portability of pure Java code.According to Ant's original author James Duncan Davidson, the name is an acronym for "Another Neat Tool".
      

  2.   

    那么我想问一问:
    在创建企业级bean是需要用到ant吗
      

  3.   

    不是必需的,ant只是一个工具而已。
      

  4.   

    谢谢楼上兄弟!
    那么我还想问一个问题。
    就是我在写一个enterprise beans,用j2ee需要自己写部署描述吗,还是j2ee自动生成的
      

  5.   

    就用j2se +j2ee
    需要自己写部署描述吗
      

  6.   

    有些有部署描述的GUI向导,但应该所有的都可以手工写,其实只要写了一个,其它的基本上可以依照葫芦画瓢,拷一下改一下就可以了。