<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>milan25429688的专栏 - Servlet/Bean/JSP</title><link>http://blog.csdn.net/milan25429688/category/94071.aspx</link><description>Java Web Application</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 01 Nov 2006 11:54:43 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>milan25429688</dc:creator><title>Eclipse组件的几个基本概念</title><link>http://blog.csdn.net/milan25429688/archive/2005/04/04/336149.aspx</link><pubDate>Mon, 04 Apr 2005 15:37:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/04/04/336149.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/336149.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/04/04/336149.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/336149.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=336149</trackback:ping><description>在初学Eclipse的过程中涉及到了几个组件的概念问题：RCP(Rich Client Program)是Eclipse框架的一个很有用的编程模式；SWT是IBM开发一套跨平台的GUI开发框架(或开发工具包)；CVS（Concurrent Version System）版本控制系统（或并行版本系统）是一种GNU软件包，主要用于在多人开发环境下的源码的维护。&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/336149.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>GuestBook Test</title><link>http://blog.csdn.net/milan25429688/archive/2005/02/02/277674.aspx</link><pubDate>Wed, 02 Feb 2005 12:47:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/02/02/277674.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/277674.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277674.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277674.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277674</trackback:ping><description>这是我的第一个留言板测试例子，包括登陆界面，留言板主页，添加留言等页面：

1.页面
F:\Tomcat 5.0\webapps\ROOT\login
log.html
log_cm.jsp
success.jsp
relog.jsp
index.jsp
guestbook.jsp

2.Bean
F:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\login
LogBean.java
F:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\dbtest
Accessdb.java

3.数据库
F:\Tomcat 5.0\webapps\ROOT\BUSINESS(BUSINESS 是可以自定义的)
firm.mdb——两个表：
user(name,password,email)；
guest(未完成，用作保存留言.....)

4.表情
F:\Tomcat 5.0\webapps\ROOT\images
hello.gif
...&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/277674.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>Poll Test</title><link>http://blog.csdn.net/milan25429688/archive/2005/02/02/277663.aspx</link><pubDate>Wed, 02 Feb 2005 12:38:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/02/02/277663.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/277663.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277663.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277663.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277663</trackback:ping><description>这是我的第一个JSP 投票页面测试例子：
1.
F:\Tomcat 5.0\webapps\ROOT\poll
poll.html

2.
F:\Tomcat 5.0\webapps\ROOT\poll\vote
poll_cope.jsp
survey.txt(运行后自动生成)&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/277663.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>SessionTest</title><link>http://blog.csdn.net/milan25429688/archive/2005/02/02/277659.aspx</link><pubDate>Wed, 02 Feb 2005 12:33:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/02/02/277659.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/277659.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277659.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277659.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277659</trackback:ping><description>这是我第一次自学JSP 内部对象Session 的例子：
F:\Tomcat 5.0\webapps\ROOT\session
main.htm
session1.jsp
session2.jsp
&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/277659.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>MyFirstHTML</title><link>http://blog.csdn.net/milan25429688/archive/2005/02/02/277657.aspx</link><pubDate>Wed, 02 Feb 2005 12:29:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/02/02/277657.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/277657.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277657.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277657.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277657</trackback:ping><description>这是我的第一个HTML的例子，顺便学习JSP 内部对象Request 的使用
路径：F:\Tomcat 5.0\webapps\ROOT\myhtml
mytext.html
Request.jsp
&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/277657.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>HTML + Servlet Test</title><link>http://blog.csdn.net/milan25429688/archive/2005/02/02/277639.aspx</link><pubDate>Wed, 02 Feb 2005 12:18:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/02/02/277639.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/277639.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277639.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277639.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277639</trackback:ping><description>这是我的第一个HTML + Servlet 的例子：

1.
F:\Tomcat 5.0\webapps\ROOT\hfservlet
hfservlet.html

2.
F:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\hfservlet
HFServlet.java&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/277639.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>