文件名称:为Web服务构建Struts应用程序例程源码
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 102kb
- 下载次数:
- 0次
- 提 供 者:
- 单*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个例子举例说明了一个简单的新闻 Portal。新闻内容是从数据源(这里称为 DataSource )传送到 JSP 页,同时信息内容也要作为一个 Web 服务发布出来。这个 Portal 也可以从 StockQuote Web 服务中检索最新的股票报价并显示在同一个 JSP 页中。-This example illustrates a simple news Portal. News content is from the data source (referred to here as DataSource) sent to the JSP pages, and information content also as a Web service release out. The Portal can also StockQuote Web services retrieve the latest stock quotes and show the same JSP page.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DomConfigurator.xml
Output
......\error.jsp
......\NewsDetailsDDJ.jsp
......\Tags
......\....\struts-bean.tld
......\....\struts-form.tld
......\....\struts-html.tld
......\....\struts-logic.tld
......\....\struts-template.tld
......\....\struts.tld
......\WEB-INF
......\.......\classes
......\.......\.......\com
......\.......\.......\...\ddj
......\.......\.......\...\...\wsstruts
......\.......\.......\...\...\........\action
......\.......\.......\...\...\........\actionform
......\.......\.......\...\...\........\constant
......\.......\.......\...\...\........\ms
......\.......\.......\...\...\........\util
......\.......\.......\...\...\........\valueobject
......\.......\.......\...\...\........\wsmanager
......\.......\.......\...\...\........\.........\publisher
......\.......\.......\...\...\........\.........\subscriber
......\.......\.......\ws-application.xml
......\.......\lib
......\.......\log4j.dtd
......\.......\struts-config.xml
......\.......\struts-config_1_0.dtd
......\.......\web.warContent
......\.......\web.webj2eeri
......\.......\web.xml
Source
......\com
......\...\ddj
......\...\...\wsstruts
......\...\...\........\action
......\...\...\........\......\NewsAction.java
......\...\...\........\actionform
......\...\...\........\..........\NewsForm.java
......\...\...\........\constant
......\...\...\........\........\SystemConstants.java
......\...\...\........\ms
......\...\...\........\..\AbstractMs.java
......\...\...\........\..\NewsMs.java
......\...\...\........\util
......\...\...\........\....\DatabaseManager.java
......\...\...\........\valueobject
......\...\...\........\...........\News.java
......\...\...\........\...........\NewsSearchResult.java
......\...\...\........\...........\ObjectFactory.java
......\...\...\........\...........\StockValue.java
......\...\...\........\...........\ValidationError.java
......\...\...\........\wsmanager
......\...\...\........\.........\publisher
......\...\...\........\.........\.........\NewsWSManager.java
......\...\...\........\.........\subscriber
......\...\...\........\.........\..........\StocksWSManager.java
为 Web 服务构建 Struts 应用程序.files
.....................................\bg-gold.gif
.....................................\c.gif
.....................................\fig4.gif
.....................................\spinbox.js
.....................................\style.js
为 Web 服务构建 Struts 应用程序.htm
Output
......\error.jsp
......\NewsDetailsDDJ.jsp
......\Tags
......\....\struts-bean.tld
......\....\struts-form.tld
......\....\struts-html.tld
......\....\struts-logic.tld
......\....\struts-template.tld
......\....\struts.tld
......\WEB-INF
......\.......\classes
......\.......\.......\com
......\.......\.......\...\ddj
......\.......\.......\...\...\wsstruts
......\.......\.......\...\...\........\action
......\.......\.......\...\...\........\actionform
......\.......\.......\...\...\........\constant
......\.......\.......\...\...\........\ms
......\.......\.......\...\...\........\util
......\.......\.......\...\...\........\valueobject
......\.......\.......\...\...\........\wsmanager
......\.......\.......\...\...\........\.........\publisher
......\.......\.......\...\...\........\.........\subscriber
......\.......\.......\ws-application.xml
......\.......\lib
......\.......\log4j.dtd
......\.......\struts-config.xml
......\.......\struts-config_1_0.dtd
......\.......\web.warContent
......\.......\web.webj2eeri
......\.......\web.xml
Source
......\com
......\...\ddj
......\...\...\wsstruts
......\...\...\........\action
......\...\...\........\......\NewsAction.java
......\...\...\........\actionform
......\...\...\........\..........\NewsForm.java
......\...\...\........\constant
......\...\...\........\........\SystemConstants.java
......\...\...\........\ms
......\...\...\........\..\AbstractMs.java
......\...\...\........\..\NewsMs.java
......\...\...\........\util
......\...\...\........\....\DatabaseManager.java
......\...\...\........\valueobject
......\...\...\........\...........\News.java
......\...\...\........\...........\NewsSearchResult.java
......\...\...\........\...........\ObjectFactory.java
......\...\...\........\...........\StockValue.java
......\...\...\........\...........\ValidationError.java
......\...\...\........\wsmanager
......\...\...\........\.........\publisher
......\...\...\........\.........\.........\NewsWSManager.java
......\...\...\........\.........\subscriber
......\...\...\........\.........\..........\StocksWSManager.java
为 Web 服务构建 Struts 应用程序.files
.....................................\bg-gold.gif
.....................................\c.gif
.....................................\fig4.gif
.....................................\spinbox.js
.....................................\style.js
为 Web 服务构建 Struts 应用程序.htm