摘要:
众所周知,servlet是java在服务器端java/j2me/code/ target=_blank>程序设计的重要组成部分,servlet执行效率较高,适合做程序的逻辑处理,缺点是使用起来比较繁琐,每个servlet必须在web.xml中声明并且当修改部署后的servet后一般还需要reload容器,这种情况对于开速开发是很不利的,本文介绍一种另外的serlvet开发方式:使用jython
......
摘要:
appfuse的ant任务
this page contains a listing of the most common ant targets in appfuse that i use in my daily development. for a complete list of tasks, type "ant -projecthelp" at the command line.
......
jsp+mysql制作简单的留言板(1)
留言板要实现的功能是:浏览的人能留言并能分页的查看留言,管理员能对留言进行处理!
现在说第一个:board.jsp 【程序编程相关:
In search of a bette】这个留言板由9个小程序组成,分别是:board.jsp;message.html;opendata.jsp;manager.jsp;password.jsp;check.jsp;delete.jsp;convert.jsp 【推荐阅读:
Junit3.8.1代码阅读—执行流程(】在开始之前,我们必须在mysql数据库建立一个mydate的数据库,在mudate中建立名为message的表: 【扩展信息:
PicoContainer-Two mi】他的任务是整个留言板的主程序,让使用者留言,并提供分页功能!mysql>create table message( name char(20),email char(40 ),subject char(60),time char(60),sex char(10),memo text,id int not null auto_increment,primary key(id));board.jsp代码:<html><head><title>流言板</title>...
下一页 摘要:
genericdelegator.java protected genericdelegator(string delegatorname) throws genericentityexception { if (debug.infoon()) debug.loginfo("creating new delegator with name \"" + delegatorname + "\"."......