NetBeans IDE 6.0
设置
tool->options
比如proxy, 个性化IDE,设置Keymaps等
导入Eclipse项目的plug-in不是默认装的,可以用update center下载到。
Web Application Project
Web pages里面可以加入html,jsp,css,image,folder等
JSP文件运行后,可以用右击view servlet看到 实现jsp的java代码,jsp文件右边有Palette面板可以添加很多模块。
JSP的framework
Struts的介绍 :http://struts.apache.org
配置文件是 struts-config.xml
Java Application Server
tool-> Server
可以添加配置Server
Tomcat
Sun Java System Application Server
Glassfish
JBoss
和BEA Weblogic
添加Server的时候都有一个http monitor选项,这个工具可以监测网页运行时候页面背后的情况,非常有用。
Visual Web Applications:
VWP (Visual Web Pack) 是NetBeans家族的非常有用的工具。从NetBeans 5.5开始就可以添加。用于JSF,AJax,Data Binding等工作包括,支持JSF,Struts, EJB3.0,JSP Standard Tag Libraries, JAVA API for XML Web Services(JAX-WS)和一系列XML和网络服务的API
VWP 选项 tools->options-> advanced options
Visual Designer
VWP Themes 在Projects Window 的theme nodes 下
Page Navigation tool
双击Page Navigation node就可
关联faces-config.xml文件
JSF Components: HTML和JSTL tags的集合
Ajax Components:
用Update Center下载,安装用
tools-> component library
值得关注的:GWT
Data Binding
EJB: 就是服务器端带有商业逻辑的Java类
它自身带有安全和交通的控制,并不需要用户写代码实现。
NetBeans Enterprise Pack里有
JAX-WS,SOA,BPEL
NetBeans还可以建立UML项目,产生java代码