2019年3月25日

web.xml的分析

摘要: web.xml文件包含Facelets应用程序所需的几个元素, web.xml文件位于hello1 中target/WEB-INF/classes/javaeetutorial目录下。 (1)一个上下文参数指定项目阶段:<context-param> <param-name>javax.faces. 阅读全文

posted @ 2019-03-25 09:40 maye123 阅读(81) 评论(0) 推荐(0)

hello1的代码分析

摘要: package javaeetutorial.hello1; //定义一个Java包,即一个类库单元 import javax.enterprise.context.RequestScoped; //导入上下文的类,我认为context更好的是理解为环境或者容器 import javax.injec 阅读全文

posted @ 2019-03-25 09:28 maye123 阅读(93) 评论(0) 推荐(0)

导航