You’ve Recently Viewed

{{ badge.badge_name }}
{{ item.brand_name }} {{ item.group_num + __(" Options") }}
{{ item.item_title }}
{{ item.rank.category_name }} {{ $isZh ? ' ' + item.rank.rank_name +' No.'+ item.rank.rank_num : '#'+item.rank.rank_num + ' ' + item.rank.rank_name }} {{ item.rank.category_name }}
{{ formatNumber(visualViewRate(item)) }} ({{ item.comment.comment_count > 0 ? item.comment.comment_count : __("Be the first!") }})
· {{ viewedItemSaleInfo(item) }}

{{ currency }}{{ priceFormat(item.price.shop_price) }} {{ currency }}{{ priceFormat(item.price.del_price) }}

{{ item.bundle }}
Added to cart

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

Java Web开发权威经典(附VCD光盘1张)

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ item.valid_price }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Details
Full product details
Editer Recommend

《Java Web开发权威经典》就是讲解核心基础的书,《Java Web开发权威经典》中强调了Servlet,它是基础中的基础,是整个JSP技术体系的根基。关于XML、HTTP协议和TCP/IP协议,读者是需要掌握的,这三种技术在任何B/S结构开发技术中都是至关重要的。
系统介绍B/S架构开发的经典编程体系,全面掌握Java Web应用程序,轻松进行Java Web开发。
Content Description

《Java Web开发权威经典》对B/S架构Java Web开发进行了系统的介绍,最大特色是:程序和案例都来自工程项目,《Java Web开发权威经典》共有180多个完整案例和超过250个基本程序,都是网站应用中常用的程序。
《Java Web开发权威经典》介绍了B/S架构的经典编程体系:客户端采用HTML,CSS和JavaScript脚本语言,服务器端采用JSP+Oracle体系。全书分成四大部分:第一部分(第1章):Java Web应用开发体系与环境配置。第二部分(第2-5章):Java Web开发体系的主要技术。介绍了Java Web开发体系的三大技术:Servlet、JSP和JavaBean。第三部分(第6-8章):JDBC数据库访问技术。介绍了在Java Web开发中使用JDBC进行数据库访问的技术,介绍了JSP + Oracle开发体系和JSP+SQL Server开发体系。第四部分(第9-10章):Java Web开发体系的其他重要技术。介绍了JSP操作XML的基本方法和当前B/S架构编程领域最新的Ajax技术在JSP中的应用,给出一些工程中经常用到的工具和组件以辅助项目开发。
《Java Web开发权威经典》适用于Java Web开发感兴趣的编程人员。
《Java Web开发权威经典》附赠光盘中含有书中所有案例程序的源代码,方便读者学习。
Catalogue

第一部分 JavaWeb应用开发体系与环境配置
第1章 JavaWeb开发体系与环境配置
1.1 软件编程体系简介
1.1.1 单机软件
1.1.2 C/S软件
1.1.3 B/S软件
1.2 B/S结构编程技术
1.2.1 网站和网页
1.2.2 B/S结构的主流编程技术
1.3 企业级应用开发架构
1.3.1 两层架构
1.3.2 三层架构
1.3.3 N层架构
1.3.4 开发架构比较
1.4 软件工程的本质
1.4.1 瀑布模型
1.4.2 快速原型
1.4.3 喷泉模型
1.4.4 螺旋模型
1.4.5 XP和软件开发本质论
1.5 面向对象的项目分析与设计
1.5.1 面向对象建模语言与建模工具
1.5.2 系统分析与用例图
1.5.3 系统设计与动态图
1.6 软件项目开发过程标准
1.6.1 IS09001简介
1.6.2 CMM简介
1.6.3 CMM的5个级别
1.7 Java应用开发体系
1.7.1 JavaSE体系概述
1.7.2 JavaME体系概述
1.7.3 JavaEE体系概述
1.8 JavaEE的N层体系结构
1.8.1 N层开发架构
1.8.2 N层架构的优点
1.9 JavaEE常用应用开发环境介绍
1.9.1 Web服务器
1.9.2 数据库服务器
1.9.3 集成开发环境
1.10 JavaWeb开发环境的安装配置
1.10.1 配置Java运行环境
1.10.2 配置JSP运行环境
1.10.3 配置tomcat
1.10.4.JSP的基本目录结构
小结
思考和练习

第二部分 JavaWeb开发体系的主要技术
第2章 Servlet编程技术
2.1 Servlet技术基础
2.1.1 Servlet技术简介
2.1.2 Servlet的编译和部署
2.1.3 扩展的案例
2.2 ServletAPl基础
2.2.1 ServletAPI的概貌
2.2.2 Servlet的生命周期
2.2.3 Servlet的基本结构
2.2.4 线程同步问题
2.3 与运行环境相关的ServletAPI
2.3.1 ServletConfig的用法
2.3.2 ServletContext的用法
2.3.3 综合案例
2.3.4 预装载Servlet
2.3.5 Servlet映射
2.4.请求和响应的处理
2.4.1 POST和GET
2.4.2 HttpServletRequest接口的方法
2.4.3 HttpServletResponse接口的方法
2.5 向浏览器输出
2.5.1 输出普通文本
2.5.2 输出HTML内容
2.5.3 国际化问题
2.6 表单的处理
2.6.1 基本表单域的接收
2.6.2 原始表单数据的分析和处理
2.6.3 表单的验证
2.6.4 表单处理的技巧
2.7 HTTP请求的处理
2.7.1 请求重定向
2.7.2 页面自刷新
2.7.3 页面定时跳转
2.7.4 生成Excel电子表格
2.8 RequestDispatcher接口
2.8.1 基本用法
2.8.2 请求转发
2.8.3 请求包含
2.9 会话跟踪和应用程序事件
2.9.1 HttpSession接口
2.9.2 会话的基本应用
2.9.3 利用会话共享数据
2.9.4 URL,编码
2.9.5 Cookie的使用
2.9.6 应用程序事件
2.10 过滤技术的基础知识
2.10.1 过滤器的编写和部署
2.10.2 最简单的过滤器
2.10.3 请求过滤器
2.11 过滤技术的应用
2.11.1 含有过滤器的客户服务器模型
2.11.2 客户端请求的拦截和分析
2.11.3 服务器端响应的封装
小结
思考和练习

第3章 JSP编程技术
3.1 JSP页面元素与隐含对象
3.1.1 隐含对象
3.1.2 理解服务器端执行
3.1.3 JSP的页面结构
3.1.4 JSP的表达式
3.1.5 注释
3.1.6 JSP和Servlet的对应
3.2 JSP的编译指令
3.2.1 page指令
3.2.2 include指令
3.2.3 taglib指令
3.3 JSP的标准动作
3.3.1 动作
3.3.2 动作
3.3.3 动作
3.3.4 动作
3.4 JSP的应用实例
3.4.1 禁用缓冲区
3.4.2 编码转换
3.4.3 config的使用
3.4.4 Cookie的使用
3.4.5 return语句
3.4.6 session的使用
3.4.7 application的使用
3.4.8 基于文本的计数器
3.4.9 JSP操作文件
3.4.10 为JSP文件配置别名访问
小结
思考和练习

第4章JavaBean组件技术
4.1 组件技术概述
4.1.1 组件和容器
4.1.2 Bean开发工具
4.2 JavaBean简介
4.2.1 JavaBean编程
4.2.2 JavaBean的特点
4.2.3 JavaBean的属性
4.2.4 JavaBean的基本方法
4.2.5 JavaBean的运行原理
4.3 JavaBean的常规应用
4.3.1 表单Bean
4.3.2 页面Bean
4.4 共享Bean
4.4.1 对象范围
第5章 JavaWeb开发体系主要技术的协作

第三部分 JavaWeb数据库访问技术
第6章 JDBC数据库访问技术
第7章 JSP操作Oracle数据库
第8章 JSP操作SQLServer数据库

第四部分 JavaWeb开发体系的其他重要技术
第9章 JSP操作XML文件
第10章 JavaWeb开发体系的其他实用技术
附录
参考文献
Introduction

从JSP说起
JSP,就是Java Server Pages技术,是SUN公司推出的动态网页技术,是Web开发领域3P(ASP、PHP、JSP)技术之一。它在应用开发领域的重要性是不言而喻的。
JSP在传说中是B/S编程技术中最难学习的一种。然而,那也只是传说,不是事实。单纯的JSP技术是很简单的,非常好学。但是,想把这门技术精通,就要懂得与其相关的所有技术,比如Servlet、JavaBean、XML等,这至少要求学习者精通Java。而许多人认为1ava难学,并以此推论得到JSP难学,于是JSP传说就诞生了。
Java好学吗?很好学。Java的语法很严谨,写程序很难出错。学好.1ava有三天时间足够了——如果你从来没有接触过编程语言的话。如果你之前学过了c或VB等任意一种语言,那么这个时间还可以缩短。
于是,我们从Java好学可以推论得到:JSP很好学,这样,JSP传说就破灭了,我们就回到了现实世界。
我学习JSP的感受是:学得越深就越觉得它简单(本来也没有多深)。一知半解会让你处处碰壁。
单纯的JSP技术和JSP技术体系是不同的概念,前者只是后者包含的多种技术之一。那么,JSP技术体系是怎样的情况呢?
提到JSP技术体系这个名词,它就不单指.ISP这一种技术了。事实上,单纯用JSP(不用JavaBean和Servlet等),基本上什么事情都做不好。JSP技术与其他很多种技术配合在一起就形成了JSP技术体系,或者换一种说法,更确切地讲:Java Web开3发体系。
这个技术体系包含如下几方面内容:
(1)核心基础。
包括:JSP、SetMet、JavaBean、I/O、JDBC、XML、HTTP、TCP/IP等。
这部分内容很多,有点杂,理论和技术都不少。想要精通这部分内容,没有JavaSE的扎实基础(建议用一天的时间先精通Java)是不行的。笔者认识的一些人在软件公司做JSP开发,看上去似乎把Struts都精通了,而事实上对JSP核心基础还没有掌握,赖以谋生的本领只不过是机械记忆罢了,故而其前途堪忧。
“求木之长者,必固其根本;欲流之远者,必浚其泉源。”想有大成,总是要先打好基础。治国如是,学习如是。
掌握了JSP核心基础的人是可以迅速把.ISP的周边技术完全掌握的,当然,有心情的话,也可以轻松地创造一些框架给别人学习。
JSP核心基础知识在整个JSP技术体系中是最重要的。本书就是讲解核心基础的书,书中强调了Servlet,它是基础中的基础,是整个JSP技术体系的根基。关于XML、HTTP协议和TCP/IP协议,读者是需要掌握的,这三种技术在任何B/S结构开发技术中都是至关重要的。

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 {{ itemAct.title || '' }}

Bundle & Combo

Similar Items

Related Search

{{ item.userActionNumberDesc }}
Yami wechat-share qr code

Scan to Share

Java Web开发权威经典(附VCD光盘1张)

{{ 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 }}
Price:
{{ itemCurrency }}{{ priceFormat(item.member_price) }}
Buy at VVIP Price
Learn more
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
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}

Currently unavailable.

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

Unavailable in your area.
Sold Out
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee
{{ quantity }} {{ instockMsg }} {{ limitText }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Best before

Frequently Bought Together

Total ${{ priceFormat(totalPrice) }}

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;

Yami reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

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 Yami.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 from the US over $49
Yami Easy Returns

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 Yami.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.

Gifts Included with Purchase

Recommended for You

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

Reviews

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

Write a review
No reviews for this product. Showing reviews from other options.
Sort by
Default

Community photos

View All
Current Item
User Avatar VIP
:

{{ strLimit(comment, 200) }}

{{ comment.content }}

Review Image

{{ comment.imageList.length }} photos

Show Original

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

{{ brandInfo.title }}

View All

About the brand

{{ brandInfo.descView }} ...View All

{{ isZh ? album.topic_name : album.topic_ename }}

Items

{{ album.goods_count_info }}

Purchased

{{ album.bought_count_info }}

View All

{{ story.page_title }}

{{ story.page_desc }}

View the Story
Customers Also Viewed
About the brand

{{ brandInfo.title }}

{{ brandInfo.desc }}
Yami

Download the Yami App