Chinaunix首页 | 论坛 | 博客
  • 博客访问: 374471
  • 博文数量: 152
  • 博客积分: 6020
  • 博客等级: 准将
  • 技术积分: 850
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-11 19:20
文章分类

全部博文(152)

文章存档

2017年(1)

2010年(1)

2007年(3)

2006年(147)

我的朋友

分类: Java

2006-03-13 13:44:38

StrutsIDE is an Eclipse plugin for web application development that used Struts. It requires Eclipse 3.0 (or higher), JDT, and . And, it recommends . But it is not indispensable.

StrutsIDE supports Struts 1.2, and has the following features.

  • Add Struts supports to existing Java project.
  • Visual editing of struts-config.xml
  • Validate struts-config.xml (It's based on DTD, and also checks that JSPs and classes exist)
  • Wizards for creating Action, ActionForm, JSP files
  • Preview of JSP files that includes Struts taglibs
  • Add taglib to JSP using EclipseHTMLEditor's tag palette
  • Code completion and validation for taglibs (It's a function of EclipseHTMLEditor)

And, current version has following limitations.

  • It doesn't support all elements of struts-config.xml
  • Changes in a source editor can not be synchronized to an outline view. It synchronize when saved.
  • Comments in struts-config is lost by synchronization of source from model.

Download from . And it requires a recent version of also.

At first. Create Tomcat Project by Sysdeo Tomcat Plugin. And add Struts support to that project. Please open "New" dialog from "File" -> "New" -> "Other ...". And select "Struts" -> "Add Struts Support". Then the following wizard is opened. StrutsIDE generates Struts's JAR files, TLD files, struts-config.xml and web.xml.

阅读(740) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~