<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>jsp教程</title>
<link>http://www.isstudy.com/jsp/</link>
<description>网络编程 / jsp教程</description>
<language>zh-cn</language>
<generator><![CDATA[客服QQ:654118862,996694055;E_mail:chenfei528@163.com 地址:北京崇文区幸福大街]]></generator>
<webmaster>chenfei528@163.com</webmaster>
<item>
    <title><![CDATA[java.beans包在jsp中的应用]]></title>
    <link>http://www.isstudy.com/jsp/2509.html</link>
    <description><![CDATA[java.beans包java.beans包含与开发JavaBean组件有关的类，其中少数类是由JavaBean使用，其他类以应用程序的形式运用。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[可视化编程中的JavaBean简介]]></title>
    <link>http://www.isstudy.com/jsp/2508.html</link>
    <description><![CDATA[在其他语言中，“可视化编程”都取得了卓越的成绩。例如，微软公司的Visual Basic(VB)，Borland公司的Delphi等，实质上“可视化编程”就是组件在运行的程序中可被观察到的方式，所以，以]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[JavaBean的移除]]></title>
    <link>http://www.isstudy.com/jsp/2507.html</link>
    <description><![CDATA[JavaBean的移除当JavaBean使用完毕后，如果需要JSP容器释放其内存，需要对JavaBean做移除操作。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[在JavaBean中连接数据库]]></title>
    <link>http://www.isstudy.com/jsp/2506.html</link>
    <description><![CDATA[随着JSP语言技术的发展，在JSP页面中连接数据库的编程方式越来越少，在开发大型项目中，通常采用将连接数据库代码封装在JavaBean或Servlet中，这样可以提高代码重用性，减小页面维护]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[JavaBean在JSP中的作用域]]></title>
    <link>http://www.isstudy.com/jsp/2505.html</link>
    <description><![CDATA[JavaBean的功能很强大，不仅可以通过JavaBean组件封装许多信息，而且还可以将一些数据处理的逻辑代码隐藏在JavaBean内部。为使JavaBean更好地服务，需要设置它的作用域，通常使用jsp:use]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp JavaBean方法使用实例]]></title>
    <link>http://www.isstudy.com/jsp/2504.html</link>
    <description><![CDATA[JavaBean方法JavaBean的方法与一般的方法没有本质区别，除了setXXX()方法与getXXX()方法之外，在JavaBean中可以定义自己的方法。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp JavaBean使用Bound属性]]></title>
    <link>http://www.isstudy.com/jsp/2503.html</link>
    <description><![CDATA[使用Bound属性如果在简单属性或索引属性上添加一种监听机制，即当某个属性值发生改变时则通知监听器，这个属性就属于绑定属性。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp JavaBean使用Indexed属性]]></title>
    <link>http://www.isstudy.com/jsp/2502.html</link>
    <description><![CDATA[一个Indexed（索引的）属性可以表示数组，或集合。对于索引属性，需要提供两套对应的getXXX()与setXXX()方法，一套是用来设置整个数组，一套是获得或设定数组中的某个元素。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp JavaBean使用Simple属性]]></title>
    <link>http://www.isstudy.com/jsp/2501.html</link>
    <description><![CDATA[一个简单的属性表示为一般数据类型的变量，它的setXXX()方法与getXXX()方法以属性来命名，例如一个简单的属性“name”，假设它的类型为String，可以采用如下代码定义JavaBean。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp JavaBean的形式和要素]]></title>
    <link>http://www.isstudy.com/jsp/2500.html</link>
    <description><![CDATA[实现java.io.Serializable接口的类实例化的对象被JVM（Java虚拟机）转化为一个字节序列，并且能够将这个字节序列完全恢复为原来的对象，序列化机制可以弥补网络传输中不同操作系统的差]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp JavaBean技术介绍]]></title>
    <link>http://www.isstudy.com/jsp/2499.html</link>
    <description><![CDATA[使用JavaBean的最大优点就在于它可以充分提高代码的重用性，例如正在开发一个商品信息的显示界面，由于商品信息存放于数据库指定表中，此时需要执行连接数据库、查询数据库、显示]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp exception对象获取异常信息]]></title>
    <link>http://www.isstudy.com/jsp/2498.html</link>
    <description><![CDATA[exception内置对象用来处理JSP文件执行时发生的所有错误和异常。exception对象和Java的所有对象一样，都具有系统的继承结构，exception对象几乎定义了所有异常情况，这样的exception对象和常]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp page对象应答或请求实例]]></title>
    <link>http://www.isstudy.com/jsp/2497.html</link>
    <description><![CDATA[page对象是为了执行当前页面应答请求而设置的Servlet类的实体，即显示JSP页面自身，只有在JSP页面内才是合法的。page隐含对象本质上包含当前Servlet接口引用的变量，]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp config对象读取web.xml配置信息]]></title>
    <link>http://www.isstudy.com/jsp/2496.html</link>
    <description><![CDATA[config对象被封装成javax.servlet.ServletConfig接口，它表示Servlet的配置，当一个Servlet初始化时，容器把某些信息通过此对象传递给这个Servlet。开发者可以为应用程序环境在web.xml文件中为Ser]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp pageContext对象使用实例]]></title>
    <link>http://www.isstudy.com/jsp/2495.html</link>
    <description><![CDATA[pageContext对象是一个比较特殊的对象。它相当于页面中所有其他对象功能的最大集成者，使用它可以访问到本页中的所有其他对象。pageContext对象被封装成javax.servlet.jsp.pageContext接口，]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp out对象管理响应缓冲]]></title>
    <link>http://www.isstudy.com/jsp/2494.html</link>
    <description><![CDATA[在JSP页面中，可以通过out对象调用clear()方法清除缓冲区的内容。这类似于重置响应流，以便重新开始操作。如果响应已经提交，则会有产生IOException异常的副作用。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp application﻿管理应用程序环境属性]]></title>
    <link>http://www.isstudy.com/jsp/2493.html</link>
    <description><![CDATA[网络编程,jsp教程,jsp application﻿管理应用程序环境属性,与session对象相同，也可以在application对象中设置属性。在session中设置的属性只是在当前客户的会话范围内有效。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp application对象访问应用程序初始化参数]]></title>
    <link>http://www.isstudy.com/jsp/2492.html</link>
    <description><![CDATA[通过application对象调用的ServletContext对象提供了对应用程序环境属性的访问。对于将安装信息与给定的应用程序关联起来而言，这是非常有用的。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp session 对象的应用实例]]></title>
    <link>http://www.isstudy.com/jsp/2491.html</link>
    <description><![CDATA[本实例将实现一个用户登录功能，当用户登录成功，将用户的基本信息保存在session会话中，之后从客户端获取session，把用户的基本信息实现在网页中。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp session 使用语法]]></title>
    <link>http://www.isstudy.com/jsp/2490.html</link>
    <description><![CDATA[网络编程,jsp教程,jsp session 使用语法，JSP页面可以将任何对象作为属性来保存。session内置对象使用setAttribute()方法和getAttribute()方法所提供的名称存储相应的属性。例如，在下面的代码中]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>admin</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp response输出缓冲]]></title>
    <link>http://www.isstudy.com/jsp/2489.html</link>
    <description><![CDATA[缓冲可以更加有效地在服务器与客户之间传输内容。HttpServletResponse对象为支持jspWriter对象而启用了缓冲区配置。getBufferSize()方法返回用于JSP页面的当前缓冲区容量。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp response header处理HTTP文件报头]]></title>
    <link>http://www.isstudy.com/jsp/2488.html</link>
    <description><![CDATA[处理HTTP文件报头,response对象可以设置HTTP响应的报头。例如，使用下面的代码可以把响应的内容类型设置为纯文本。]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp response跳转重定向]]></title>
    <link>http://www.isstudy.com/jsp/2487.html</link>
    <description><![CDATA[jsp response跳转重定向，JSP页面可以使用response对象中的sendRedirect()方法将客户请求重定向到一个不同的页面资源。重定向网页]]></description>
    <pubDate>2009-10-11</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp request对象访问请求行元素]]></title>
    <link>http://www.isstudy.com/jsp/2453.html</link>
    <description><![CDATA[访问请求行元素request对象的一些方法可以用于确定组成JSP页面的请求行的信息。表1列举了request对象用于访问请求行元素的方法。]]></description>
    <pubDate>2009-10-10</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp request对象访问HTTP报头]]></title>
    <link>http://www.isstudy.com/jsp/2452.html</link>
    <description><![CDATA[访问HTTP报头request对象提供了一些方法来访问在HTTP报头中发送的信息。表1中列举了访问请求报头的方法。]]></description>
    <pubDate>2009-10-10</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp使用request获取Cookie的值]]></title>
    <link>http://www.isstudy.com/jsp/2451.html</link>
    <description><![CDATA[获取CookieCookie为Web应用程序保存用户相关信息提供了一种有用的方法。Cookie是一小段文本信息，伴随着用户请求和页面在Web服务器和浏览器之间传递。]]></description>
    <pubDate>2009-10-10</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp request对象在作用域中管理属性]]></title>
    <link>http://www.isstudy.com/jsp/2450.html</link>
    <description><![CDATA[很多情况下，在请求转发时，把一些数据带到转发后的页面处理。这时，就可以使用request对象的setAttribute()方法将数据设置在request范围内存取。转发数据的方法使用如下：]]></description>
    <pubDate>2009-10-10</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp中使用request对象访问请求参数]]></title>
    <link>http://www.isstudy.com/jsp/2449.html</link>
    <description><![CDATA[大多数的Web应用程序需要用户与网站交互。用户填写表单后，需要把数据提交给服务器处理。request对象的getParameter()方法，可以用来获取用户提交的数据。]]></description>
    <pubDate>2009-10-10</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[声明使用Java插件的动作jsp:plugin]]></title>
    <link>http://www.isstudy.com/jsp/2432.html</link>
    <description><![CDATA[使用jsp:plugin标识可以在页面中插入Java Applet小程序序或JavaBean，它们能够在客户端运行。该标识会根据客户端浏览器的版本转换成object或embed HTML元素。]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp获取JavaBean属性值的动作jsp:getProperty]]></title>
    <link>http://www.isstudy.com/jsp/2431.html</link>
    <description><![CDATA[获取JavaBean属性值的动作jsp:getPropertyjsp:getProperty属性用来从指定的JavaBean中读取指定的属性值，并输出到页面中。该JavaBean必须具有getXXX()方法。]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp设置JavaBean属性值的动作jsp:setProperty]]></title>
    <link>http://www.isstudy.com/jsp/2430.html</link>
    <description><![CDATA[jsp:setProperty标识通常情况下与jsp:useBean标识一起使用，它调用JavaBean中的setXXX()方法，将请求中的参数赋值给由jsp:useBean标识创建的JavaBean中的对应的简单属性或索引属性。]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp声明使用JavaBean的动作jsp:useBean]]></title>
    <link>http://www.isstudy.com/jsp/2429.html</link>
    <description><![CDATA[通过应用该动作标识可以在JSP页面中创建一个JavaBean实例，并且通过属性的设置可以将该实例存储到JSP中的指定范围内。如果在指定的范围内已经存在了指定的JavaBean实例，那么将使用这]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp重定向资源的动作jsp:forward]]></title>
    <link>http://www.isstudy.com/jsp/2428.html</link>
    <description><![CDATA[jsp:forward动作标识用来将请求转发到另外一个JSP、HTML或相关的资源文件中。当该标识被执行后，当前的页面将不再被执行，而是去执行该标识指定的目标页面。]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp包含文件的动作jsp:include]]></title>
    <link>http://www.isstudy.com/jsp/2427.html</link>
    <description><![CDATA[包含文件的动作包含文件的动作jsp:include用于向当前的页面中包含其他的文件，这个文件可以是动态文件也可以是静态文件]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp小脚本程序（Scriptlet）中的注释]]></title>
    <link>http://www.isstudy.com/jsp/2426.html</link>
    <description><![CDATA[小脚本程序（Scriptlet）中的注释,在脚本程序中所包含的是一段Java代码，所以在脚本程序中的注释和在Java中的注释是相同的。单行注释，多行注释，提示文档注释]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp隐藏注释的方法]]></title>
    <link>http://www.isstudy.com/jsp/2425.html</link>
    <description><![CDATA[在前面的小节中已经介绍了如何应用HTML中的注释，这种注释虽然在客户端浏览页面时不会看见，但它却存在于源代码中，可以通过在客户端查看源代码看到被注释的内容。所以严格来说]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[带有JSP表达式的注释]]></title>
    <link>http://www.isstudy.com/jsp/2424.html</link>
    <description><![CDATA[包含该注释语句的JSP页面被请求后，服务器能够识别注释中的JSP表达式，从而来执行该表达式，而对注释中的其他内容不做任何操作。当服务器将执行结果返回给客户端后，客户端浏览]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[JSP在HTML中的注释]]></title>
    <link>http://www.isstudy.com/jsp/2423.html</link>
    <description><![CDATA[HTML中的注释JSP文件是由HTML标记和嵌入的Java程序片段组成，所以在HTML中的注释同样可以在JSP文件中使用。]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp小脚本程序（Scriptlet）]]></title>
    <link>http://www.isstudy.com/jsp/2422.html</link>
    <description><![CDATA[在脚本程序中可以定义变量、调用方法和进行各种表达式运算，且每行语句后面要加入分号。在脚本程序中定义的变量在当前的整个页面内都有效，但不会被其他的线程共享，当前用户]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp声明标识（Declaration）]]></title>
    <link>http://www.isstudy.com/jsp/2421.html</link>
    <description><![CDATA[在页面中通过声明标识声明的变量和方法，在整个页面内都有效，它们将成为JSP页面被转换为类文件后类中的属性和方法。并且它们会被多个线程即多个用户共享。]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[JSP表达式（Expression）使用实例]]></title>
    <link>http://www.isstudy.com/jsp/2420.html</link>
    <description><![CDATA[JSP页面中的表达式在页面被转换为Servlet后，转换为了out.print()方法。所以JSP表达式与JSP页面中嵌入到小脚本程序中的out.print()方法实现的功能相同。如果表达式最终要输出的是一个对象，]]></description>
    <pubDate>2009-10-09</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:在jsp中使用taglib指令标识]]></title>
    <link>http://www.isstudy.com/jsp/2402.html</link>
    <description><![CDATA[在JSP页面中，可以直接使用JSP提供的一些动作元素标记来完成特定功能，如使用jsp:include包含一个文件。通过使用taglib指令，开发者就可以在页面中使用这些基本标记或自定义的标记来]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:在jsp中使用include指令标识]]></title>
    <link>http://www.isstudy.com/jsp/2401.html</link>
    <description><![CDATA[使用include指令该指令用于在当前的JSP页面中在当前使用该指令的位置嵌入其他的文件，如果被包含的文件中有可以执行的代码，则显示代码执行后的结果。]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:在jsp中使用page指令标识]]></title>
    <link>http://www.isstudy.com/jsp/2400.html</link>
    <description><![CDATA[网络编程,jsp教程,在jsp中使用page指令标识,Page指令即页面指令，利用页面指令可以定义在整个JSP页面范围内有效的属性，]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:了解jsp的基本构成]]></title>
    <link>http://www.isstudy.com/jsp/2399.html</link>
    <description><![CDATA[网络编程,jsp教程,了解jsp的基本构成:JSP中的指令标识,JSP中的指令标识,嵌入的Java代码片段,JSP表达式]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:部署JSP程序的过程]]></title>
    <link>http://www.isstudy.com/jsp/2398.html</link>
    <description><![CDATA[网络编程,jsp教程,部署JSP程序的过程,完成JSP应用程序的创建后，就可以运行JSP程序了。]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:MyEclipse开发Web应用程序]]></title>
    <link>http://www.isstudy.com/jsp/2397.html</link>
    <description><![CDATA[网络编程,jsp教程,MyEclipse开发Web应用程序,使用MyEclipse开发jsp程序的步骤]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:JSP程序的处理过程]]></title>
    <link>http://www.isstudy.com/jsp/2396.html</link>
    <description><![CDATA[JSP的处理过程当客户端浏览器向服务器发出请求访问一个JSP页面后，服务器根据该请求加载相应的JSP页面，并对该页面进行编译，然后执行。]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:jsp与php的比较]]></title>
    <link>http://www.isstudy.com/jsp/2395.html</link>
    <description><![CDATA[PHP来自于Personal Home Page一词，但现在的PHP已经不再表示名词的缩写，而是一种开发动态网页技术的名称。Java Server Page简称JSP，JSP技术以Java为基础，它可沿用Java强大的API功能。]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[jsp教程:jsp与asp的比较]]></title>
    <link>http://www.isstudy.com/jsp/2394.html</link>
    <description><![CDATA[网络编程,jsp教程,jsp与asp的比较:ASP(Active Server Page)是一种使用很广泛的开发动态网站的技术。Java Server Page简称JSP，JSP技术以Java为基础，它可沿用Java强大的API功能。]]></description>
    <pubDate>2009-10-08</pubDate>
    <category>jsp教程</category>
    <author>小人物</author>
    <comments>原创</comments>
</item>

</channel>
</rss>
