首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > struts-annotations

struts-annotations

  • 资源大小:37.83 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

You can forget about struts-config.xml file and make your Actions annotated with @StrutsAction and @StrutsForward annotations. # Introduction # Add annotations support to your Struts 1.x web applications. # Details # 1)Copy the struts-annotations.jar to your WEB-INFlib folder. 2)Register the plugin in struts-config.xml > Unknown end tag for > > > 3)Have fun using @StrutsAction and @StrutsForward example : ``` package org.joke.actions.security.user.login; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.beanutils.BeanUtils; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; import org.apache.struts.action.ActionMessage; import org.apache.struts.action.ActionMessages

文 件 列 表

struts-annotations
target
classes
META-INF
src
.classpath
.project
.settings
org.eclipse.jdt.core.prefs
pom.xml
.settings
target
classes
org

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.280749s