在MyEclipse中增加、修改JSP模板

修改模板:
找到com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar,至少格式是前缀是一样,每个版本不一样,我的是myeclipse10.
然后用war软件打开。
新建一个Struts2_jsp.vtl

Struts2_jsp.vtl
-------------------------------------
<%@ page language="java" import="java.util.*"  pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<%
String titleString = "My Struts2 JSP Template";
String footerString= "My Struts2 JSP Template";
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<title><%=titleString%></title>
</head>
<body>
<center><h1><%=titleString%></h1></center>
<hr>
<%=new Date()%><br>
Actionerror:<s:actionerror/><br>
Actionmessage:<s:actionmessage/><br>
<hr>
<div style="height:100%;border:1px solid #6699FF">
<s:form action="myAction" method="post">
<s:textfield name="user" label="UserName" value="default value" size="50"></s:textfield>
<s:submit value="Submit"></s:submit>
</s:form>
</div>
<hr>
<center><%=footerString%></center>
</body>
</html>



然后把这个文件放到jar里面的com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar\templates\jsp
然后回到com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar最外面的,看见templates.xml
解压出来,然后在<!-- JSP templates -->的后面增加如下代码:
<template
context="com.genuitec.eclipse.wizards.jsp"
script="templates/jsp/Struts2_jsp.vtl"
name="Standard JSP using Struts 2.X with a form"/>


保存之后,在放到war打开的jar一样的地方那个,覆盖里面的文件。
然后启动myeclipse,点new/jsp 然后就能选择刚才的模板了。
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值