文件名称:HelloProject
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 23kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
功能全面的占卜结果显示,输入姓名与星座,将会向服务器发送报告,返回结果并自动显示。-that no output is generated to be
sent back to the client browser. Instead, it finds the horoscope from the information
provided by the client, and then forwards that to another servlet called
GiveHoroscopeToAnotherServlet providing the name and the horoscope in the
request object, which then outputs the information back to the client browser.Write a JavaBean called PersonalDetailsBean that holds the name, gender
(female, male) and Zodiac sign of a person. The person’s gender is held as a boolean,
the sign of the Zodiac is held as an int between 1 and 12 inclusive, and the first name
is held as a String.The JSP extracts the person’s details from the
PersonalDetailsBean and outputs the horoscope according to the same rules.
Show the changes to the servlet.
sent back to the client browser. Instead, it finds the horoscope from the information
provided by the client, and then forwards that to another servlet called
GiveHoroscopeToAnotherServlet providing the name and the horoscope in the
request object, which then outputs the information back to the client browser.Write a JavaBean called PersonalDetailsBean that holds the name, gender
(female, male) and Zodiac sign of a person. The person’s gender is held as a boolean,
the sign of the Zodiac is held as an int between 1 and 12 inclusive, and the first name
is held as a String.The JSP extracts the person’s details from the
PersonalDetailsBean and outputs the horoscope according to the same rules.
Show the changes to the servlet.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HelloProject\horoscope.html
............\lab4.html
............\output.jsp
............\runhello.html
............\WEB-INF\bat_file.txt
............\.......\classes\web\GiveHoroscopeServletToAnotherServlet.class
............\.......\.......\...\HelloWorld.class
............\.......\.......\...\HoroscopeServlet.class
............\.......\.......\...\PersonalDetailsBean.class
............\.......\.......\...\SimpleHoroscopeServlet.class
............\.......\.......\...\SimpleHoroscopeServlet2.class
............\.......\commands.bat
............\.......\horocommands.bat
............\.......\lab.bat
............\.......\labcommands.bat
............\.......\src\model\PersonalDetailsBean.java
............\.......\...\web\GiveHoroscopeServletToAnotherServlet.class
............\.......\...\...\GiveHoroscopeServletToAnotherServlet.java
............\.......\...\...\HelloWorld.class
............\.......\...\...\HelloWorld.java
............\.......\...\...\HoroscopeServlet.class
............\.......\...\...\HoroscopeServlet.java
............\.......\...\...\HoroscopeServlet_lab2.txt
............\.......\...\...\PersonalDetailsBean.class
............\.......\...\...\PersonalDetailsBean.java
............\.......\...\...\SimpleHoroscopeServlet.class
............\.......\...\...\SimpleHoroscopeServlet.java
............\.......\...\...\SimpleHoroscopeServlet2.class
............\.......\...\...\SimpleHoroscopeServlet2.java
............\.......\web.xml
............\.......\web_part1.xml
............\.......\web_part2.xml
............\.......\classes\web
............\.......\src\model
............\.......\...\web
............\.......\classes
............\.......\src
............\WEB-INF
HelloProject
............\lab4.html
............\output.jsp
............\runhello.html
............\WEB-INF\bat_file.txt
............\.......\classes\web\GiveHoroscopeServletToAnotherServlet.class
............\.......\.......\...\HelloWorld.class
............\.......\.......\...\HoroscopeServlet.class
............\.......\.......\...\PersonalDetailsBean.class
............\.......\.......\...\SimpleHoroscopeServlet.class
............\.......\.......\...\SimpleHoroscopeServlet2.class
............\.......\commands.bat
............\.......\horocommands.bat
............\.......\lab.bat
............\.......\labcommands.bat
............\.......\src\model\PersonalDetailsBean.java
............\.......\...\web\GiveHoroscopeServletToAnotherServlet.class
............\.......\...\...\GiveHoroscopeServletToAnotherServlet.java
............\.......\...\...\HelloWorld.class
............\.......\...\...\HelloWorld.java
............\.......\...\...\HoroscopeServlet.class
............\.......\...\...\HoroscopeServlet.java
............\.......\...\...\HoroscopeServlet_lab2.txt
............\.......\...\...\PersonalDetailsBean.class
............\.......\...\...\PersonalDetailsBean.java
............\.......\...\...\SimpleHoroscopeServlet.class
............\.......\...\...\SimpleHoroscopeServlet.java
............\.......\...\...\SimpleHoroscopeServlet2.class
............\.......\...\...\SimpleHoroscopeServlet2.java
............\.......\web.xml
............\.......\web_part1.xml
............\.......\web_part2.xml
............\.......\classes\web
............\.......\src\model
............\.......\...\web
............\.......\classes
............\.......\src
............\WEB-INF
HelloProject