欢迎来到三一办公! | 帮助中心 三一办公31ppt.com(应用文档模板下载平台)
三一办公
全部分类
  • 办公文档>
  • PPT模板>
  • 建筑/施工/环境>
  • 毕业设计>
  • 工程图纸>
  • 教育教学>
  • 素材源码>
  • 生活休闲>
  • 临时分类>
  • ImageVerifierCode 换一换
    首页 三一办公 > 资源分类 > PPT文档下载  

    互联网开发技术第七讲Web技术.ppt

    • 资源ID:6404968       资源大小:429.50KB        全文页数:26页
    • 资源格式: PPT        下载积分:15金币
    快捷下载 游客一键下载
    会员登录下载
    三方登录下载: 微信开放平台登录 QQ登录  
    下载资源需要15金币
    邮箱/手机:
    温馨提示:
    用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    互联网开发技术第七讲Web技术.ppt

    互联网开发技术Internet Systems Development Technologies,蔡 剑,Ph.D.Assistant Professor in Management Science and E-BusinessGuanghua School of ManagementPeking University,本讲内容,Web层技术(III)Custom TagsJSP and XMLJSTLAbout The Course Project:Group present there projects in next weekProposals due in next week,Review:Use JavaBeans with JSP,JSP handles the face.JavaBean handles the logic and complexity.,Custom JSP Tag,Simple Custom Tag:Attribute Custom Tag:/Use tld file to config the tag attributes3.Body Custom Tag:,Custom JSP Tag(Cont),4.Custom Tag can be used in Script:,Custom Tag Development,采用特定的API编写实现标签处理的程序位置/WEB-INF/classes or/WEB-INF/lib 建立一个tag library descriptor(TLD)文件用来描述custom tag位置/WEB-INF,Tag Library Descriptor,1.0 1.2 ics IcsampleTag Sample TLD in JWAD Book,Tag Library Descriptor(Cont),wordcount empty inputname true false warnEmpty true true boolean,A Simple Tag,public class TimeTag implements Tag public int doStartTag()throws JspException try calendar=Calendar.getInstance();pageContext.getOut().print(DateFormat.getDateInstance().format(calendar.getTime()+DateFormat.getTimeInstance().format(calendar.getTime();catch(IOException tage)throw new JspException(TimeTag Error:+tage.getMessage();return SKIP_BODY;public int doEndTag()throws JspException return SKIP_PAGE;,Simple Tag Result,Current Time is:,A Attribute Tag,public class WordCount extends TagSupport public void setInputname(String _inputname)this.inputname=_inputname;public void setWarnEmpty(boolean _warnempty)this.warnEmpty=_warnempty;public int doEndTag()throws JspException JspWriter out=pageContext.getOut();inputword=pageContext.getRequest().getParameter(inputname);tryif(inputword=null)&(warnEmpty=true),A Attribute Tag,else StringTokenizer st=new StringTokenizer(inputword);int wordnumber=st.countTokens();out.println(wordnumber);catch(IOException ioe)System.out.println(Error:+ioe.getMessage();return EVAL_PAGE;,Tld for the Example,wordcount jwadbook.taglib.WordCount empty inputname true false warnEmpty true true boolean,JSP with Custom Tag,Enter A Brief Description Here Your have entered words in the above text area.,BodyTagSupport Sequences,BodyTagSupport Example,public class ListTag extends BodyTagSupport private int times;public void setTimes(int _times)if(_times0)times=_times;else times=1;public int doStartTag()if(times=1)String timeString=String.valueOf(times);pageContext.getSession().setAttribute(ListTagTime,timeString);return(EVAL_BODY_INCLUDE);else return(SKIP_BODY);,BodyTagSupport Example,public void doInitBody()public int doAfterBody()if(times-1)String timeString=String.valueOf(times);pageContext.getSession().setAttribute(ListTagTime,timeString);return(EVAL_BODY_AGAIN);else return(SKIP_BODY);,RowTag inside ListTag,public class RowTag extends TagSupport public int doStartTag()try JspWriter out=pageContext.getOut();int rowtime=0;rowtime=Integer.parseInt(String)pageContext.getSession().getAttribute(ListTagTime);out.print(Row Number:+String.valueOf(rowtime)+Created in RowTag);catch(IOException ioe)System.err.println(RowTag error);return(EVAL_BODY_INCLUDE);,BodyTagSupport Example Result,XML and Web Components,A XML Example,JOB101 Prepare the design requirements 10/1/2002 10/10/2002 JOB102 Write design documents 10/9/2002 11/15/2002,XML Parsing using SAX,XML Parsing using DOM,A Example of Using DOM,public static void main(String argv)if(argv.length!=1)System.err.println(Usage:java ProcessParser filename);System.exit(1);DocumentBuilderFactory factory=DocumentBuilderFactory.newInstance();try DocumentBuilder builder=factory.newDocumentBuilder();document=builder.parse(new File(argv0);makeFrame();catch(SAXException sxe)/Error generated during parsing)Exception x=sxe;if(sxe.getException()!=null)x=sxe.getException();x.printStackTrace();catch(ParserConfigurationException pce)pce.printStackTrace();catch(IOException ioe)ioe.printStackTrace();/main,JSP using XML,JSP using XSLT to Convert XML,

    注意事项

    本文(互联网开发技术第七讲Web技术.ppt)为本站会员(小飞机)主动上传,三一办公仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一办公(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    备案号:宁ICP备20000045号-2

    经营许可证:宁B2-20210002

    宁公网安备 64010402000987号

    三一办公
    收起
    展开