this article of tips is designed to help you transition your applications and ide settings from netbeans ide 3.6 to netbeans ide 4.0, and to show you how to be even more productive with the new netbeans ide projects system. 【程序编程相关:Practical JSTL, Part】
netbeans ide 4.0 is a major step forward in the life of the product. the introduction of the new ant-based projects system gives you tighter classpath management, more versatile build and run options, and the tightest integration to ant of any ide on the market. it also presents a major change in work flow for users who were used to the netbeans ide 3.6 "mounting" system. 【推荐阅读:Validating Custom Ta】
ant-based projects system comparison with netbeans ide 3.6 standard projects versus free-form projects importing source code from netbeans ide 3.6 importing netbeans ide 3.6 settings common project tasks 【扩展信息:Practical JSTL, Part】contents
ant-based projects system
netbeans ide 4.0 has a completely new project system based directly on apache ant . the netbeans ide project system uses an ant build script to compile, run, execute, and test your applications and to store all metadata about the project.
you dont have to be an ant expert or even know how to use ant to work with your projects in netbeans ide. the ide provides a set of standard project templates that contain everything you need to develop your applications. you can configure all your basic compilation and runtime options in the projects gui.
advanced ant users can use the full power of ant to customize their build process. you can extend a standard projects build script by overwriting its ant targets. the ide also contains a set of free-form project templates that let you control your projects execution and compilation with your own ant script.
comparison with netbeans ide 3.6
... 下一页