{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Uitawise-IBM教育学院·教育培养计划人才培育项目指定教材:基于Java的Web应用开发

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Uitawise-IBM教育学院·教育培养计划人才培育项目指定教材:基于Java的Web应用开发

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

提供针对专业设置的管理咨询服务:在专业设置、师资培养、质量管理、学生考核各方面提供全方位的专业服务,将合作院校的相关专业提升为世界领先的现代化技术专业
根据不同的职业角色(Job RoIe)需求培养学员,让学员和院校都以一种“面向对象”(Object Or’ie rlted)的态度参与到教学中,真正培养“拿来就用”型人才
与时俱进、随需应变!在lT历史变革和技术革新中,让我们一起站在巨人的肩膀上成就未来
Content Description

《基于Java的Web应用开发》是Ultrawise-IBM教育学院教育培养计划人才培育项目指定教材。《基于Java的Web应用开发》在讲述HTML和J2EE部分知识的基础上,重点讲述基于J2EE规范的Web编程基础。《基于Java的Web应用开发》共13章,主要内容是:基于.J2EE的Web应用简介,Web开发基础HTTP与HTMK,J2EE的Web容器,基于Servlett和JSP的Web应用,构建Web开发环境,运行第一个Web应用程序,Servlet开发,Servlet会话、上下文、协作,Servlet过滤器,JSP开发,JSP自定义标签库,MVC模型和Struts 2.0简介。《基于Java的Web应用开发》所有描述都十分贴近实际应用,并在每章中列出了大量应用案例的示例程序供读者参考。
《基于Java的Web应用开发》可作为应用型、技能型人才培养的各类教育IBM软件人才院校认证的教学用书,也可供计算机从业人员和爱好者参考使用。
Catalogue

第1章 基于J2EE的Web应用简介
1.1 Web应用发展
1.2 Web应用架构
1.3 J2EE技术简介
1.4 J2EE企业级Web应用

第2章 Web开发基础HTTP与HTML
2.1 HTTP协议和响应模式
2.2 HTML基础
2.2.1 HTML语法基础
2.2.2 HTML文档结构
2.2.3 HTML标签介绍
2.3 HTML开发的简单实例

第3章 J2EE的Web容器
3.1 Web容器基本概念
3.2 典型的J2EE的Web容器
3.3 基于J2EE的Web应用优势
3.4 基于J2EE应用打包和部署

第4章 基于Serrvlet和JSP的Web应用
4.1 Servlet的基本概念
4.2 Servlet特征
4.3 JSP的基本概念
4.4 JSP特征
4.5 JSP和Servlet的用途

第5章 构建web开发环境
5.1 JDK的安装
5.2 Web应用服务器安装
5.3 Tomcat的基本配置
5.4 构建集成开发环境
5.4.1 J2SE的集成开发环境
5.4.2 Web集成开发环境的设定

第6章 运行第一个web应用程序
6.1 简单的静态HTML部署
6.2 简单的Servlet示例
6.3 简单的JSP示例

第7章 Servlet开发
7.1 Servlet处理流程
7.2 Servlet多线程机制
7.3 Servlet生命周期
7.4 Servlet核心类和接口
7.4.1 Servlet基本轮廓.
7.4.2 javax.servlet.Servlet
7.4.3 javax.servlet.GenericServlet
7.4.4 javax.servlet.http.HttpServlet
7.4.5 ServletRequest和ServletResponse

第8章 Servlet会话、上下文、协作
8.1 无状态HTTP和会话.
8.2 用于会话跟踪的技术
8.2.1 URL重写
8.2.2 隐藏表单域
8.2.3 Cookies
8.3 JavaServletAPI的HttpSession
8.3.1 HttpSession
8.3.2 HttpSession使用例子
8.4 Servlet上下文
8.5 Servlet服务器端数据存取
8.6 Servlet协作
8.6.1 javax.servlet.RequestDispatcher
8.6.2 RequestDispater与sendRedirect(String)

第9章 Servlet过滤器
9.1 Serlet过滤器介绍
9.2 Servlet过滤器开发
9.2.1过滤器的调用序列
9.2.2 javax.servlet.Filter
9.2.3 javax.servlet.FilterConfig
9.2.4 javax.servlet.FilterChain
9.3 过滤器配置
9.3.1 Filter元素
9.3.2 filte mapping元素
9.4 Filter实例
9.5过滤器的应用

第10章 JSP开发
10.1 JSP基本原理
10.2 JSP的生命周期
10.3 JSP的基本构成
10.3.1 JSP脚本元素
10.3.2 JSP指令元素
10.3.3 JSP动作元素
10.4 JSP隐藏的对象
10.5 JSP与Servlet的协作

第11章 JSP自定义标签库
11.1 JSP扩展标签介绍
11.2 标签库的组成结构
11.3 开发和使用JSP自定义标签
11.4 JSP扩展标签的高级应用

第12章 MVC模型
12.1 MVC模型的基本概念
12.2 基于wleb应用的MvC模型
12.3 MVC的构建

第13章 Struts 2.0简介
13.1 Struts 2.0简介
13.2 Struts 2.0的体系结构
13.3 Strots 2.0的安装配置
13.4 编写Struts 2.0Action
13.4.1 编写简单的Action类
13.4.2 编写ModelDriVeil的Action
13.4.3 在Action中访问Servlet API
13.4.4 配置Action
13.4.5 Action的异常处理
13.5 值栈和OGNL
13.6 StrutS2.0的类型转换
13.7 Stmts 2.0的输入校验
13.8 Struts 2.0的拦截器
13.9 Struts 2.0的标签库
附录
附录一 HTTP 1.1常见报头
附录二 常见HTTP响应码
附录三 HttpServletRequest接口
附录四 ServletResponse接口
附录五 Struts.properties配置
附录六 Struts 2.0默认拦截器说明
Book Abstract

在HTTP协议中,客户打开一个连接并且请求服务器资源,Web容器会响应请求。如果响应过程中发生了错误,则会发送一个HTTP的错误状态。在关闭这个HTTP连接之后,Web容器不会记住这个连接的任何信息。当下一次请求从客户端发起时,Web容器会把这个请求看作一个新的连接,与前面的请求无关。这就是HTTP的无状态特性。
例如,有一个网上购物网站,用户可以在购物网站上查询商品以及购买商品。查询商品时,浏览器向Web容器发送一个请求,Web容器响应请求,将对应的商品信息通过HTTP响应对象输出到浏览器。用户接着选中商品,并且再次发出购买这个商品的HTTP请求,对于Web容器来说,这次购买的HTTP请求与查询的HTTP请求毫无关系。也就是说,这个用户查询请求的内容不会保存在Web容器中。
如果一个协议是有状态的,则一个请求的响应不仅仅依赖于当前的请求,还依赖于前面请求所导致的结果。
有状态的协议,是指在客户和服务器之间的网络连接上,一个客户的多次请求和响应可以共享一部分信息。服务器把这样的请求称为单个会话,例如文件传输协议(FTP)。FTP协议是一个具有状态的协议,在一个给定的会话中可以传送多个请求和响应。在这种情况下,用第一个OPEN命令发送请求,使服务器打开会话,在随后的请求中这部分会话信息被共享,直到最后使用EXIT命令发送关闭连接的请求。
在Web编程中,保持状态是非常重要的。一个具有状态的协议可以用来帮助在多个请求和响应之间实现复杂的应用逻辑。例如,一个网上银行,当打开一个包含用户账号金额的页面时,服务器应当验证这个请求所在的用户是不是一个真正的账户持有者,并且验证这个请求是否已经建立了与在线银行之间的信用。如果协议是无状态的,这就会要求用户在每次请求时,无论请求所处理的商业事务长短,都要发送信用验证相关的信息。这并不适合较长的商业事务,尤其是一些事物会在多个请求中被执行,如网上银行或者网上购物等。
Introduction

蓝色巨人IBM是信息工业的一块活化石,同时又是这个时代最富有活力、最受人尊敬的公司之一。在技术研究上的巨大投入使得IBM成为世界上最具创新性的公司,IBM的创新已经获得了超过25 000项美国专利,几乎是任何美国IT竞争对手同期总和的三倍,超过了惠普、戴尔、微软、Sun、Oracle、英特尔、苹果、EMC、Accenture和EDS的总和。正是这些历史的积累和不断的锐意创新铸就了IBM后端庞大的知识体系,并使得其庞大的产品家族在业界强盛不衰。
面对市场在软件人才数量和结构方面的双重需求,IBM(中国)一直致力于帮助软件企业建立合理的人才架构和供求关系,为培养高素质、复合型人才创建健康的大环境。2002年4月3日,IBM公司宣布将培养10万软件生力军以满足中国市场对软件技术开发、软件市场化、软件企业经营管理等各类人才的需求。在此期间,将有1000家软件合作伙伴和100万人次的软件业界人才从中受益。IBM教育学院就是这一战略的具体实践。IBM教育学院成立于2003年初,面向国内所有初、中、高级的软件开发及IT管理人员,主旨是提供一个广泛的信息交流及技能培训的平台,帮助他们快速深入地掌握最新的软件技术及应用整合方案。因此,加入到IBM教育学院教育培养计划,循序渐进地获取知识与技能,是成为“随需应变”型优秀软件人才的第一步。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book