登入
|
註冊
|
會員中心
|
結帳
|
培訓課程
魔法弟子
|
自資出版
|
電子書
|
客服中心
|
智慧型立体會員
書名
出版社
作者
isbn
編號
5050魔法眾籌
|
NG書城
|
國際級品牌課程
|
優惠通知
|
霹靂英雄音樂精選
|
TCP/IP網路通訊協定(第二版)
此作者無相關書籍
文學小說
文學
|
小說
商管創投
財經投資
|
行銷企管
人文藝坊
宗教、哲學
社會、人文、史地
藝術、美學
|
電影戲劇
勵志養生
醫療、保健
料理、生活百科
教育、心理、勵志
進修學習
電腦與網路
|
語言工具
雜誌、期刊
|
軍政、法律
參考、考試、教科用書
科學工程
科學、自然
|
工業、工程
家庭親子
家庭、親子、人際
青少年、童書
玩樂天地
旅遊、地圖
|
休閒娛樂
漫畫、插圖
|
限制級
Java Enterprise in a Nutshell, 2nd Edition
作者:
David lanagan
分類:
電腦與網路
/
網路
出版社:
美商歐萊禮英文書
出版日期:2002/4/1
ISBN:0596001525
書籍編號:kk0041767
頁數:992
定價:
1400
元
書價若有異動,以出版社實際定價為準
暫停販售
暫無供應商:尋找供貨商中(也有可能出版社已結束)。
團購數最低為 20 本以上
評價數:
(請將滑鼠移至星星處進行評價)
目前平均評價:
文字連結
複製語法
Java Enterprise in a Nutshell, 2nd Edition
圖片連結
複製語法
分
享
內容簡介
同類推薦
內容簡介
Nothing is as constant as change, and this is as true in enterprise computing as anywhere else. Since Java Enterprise in a Nutshell was first published in September of 1999, a dozen or more new APIs have been added to the platform, reflecting the new and different ways developers implement their enterprise objectives. And now developers are being called on to add even greater, more complex levels of interconnectivity to their applications, as the concepts behind Web Services solidify and implementation decisions need coding. Java developers today need a clear understanding of the new APIs, tools, capabilities and pitfalls in J2EE 2.0 so they can plan a technology and implementation strategy for new enterprise projects. Fortunately, this is exactly what they get with the new Java Enterprise in a Nutshell, 2nd edition! Completely revised and updated for the new 2.0 version of Sun Microsystems Java Enterprise Edition software, Java Enterprise in a Nutshell 2nd edition covers all of the J2EE APIs, including RMI, Java IDL, JDBC, JNDI, Java Servlet, and Enterprise JavaBeans, with a fast-paced tutorial and compact reference on each technology. Then Java Enterprise in a Nutshell goes even further, providing a classic O㰕eilly-style quick reference for all of the classes in the various packages that comprise the Enterprise APIs - covering the core enterprise APIs as well as numerous standard extensions.
目錄
Preface Part I. Introducing the Java Enterprise APIs Chapter 1. Introduction Enterprise Computing Defined Enterprise Computing Demystified The Java Enterprise APIs Enterprise Computing Scenarios Other Enterprise APIs Chapter 2. JDBC JDBC Architecture Connecting to the Database Statements Results Handling Errors Prepared Statements BLOBs and CLOBs Metadata Transactions Stored Procedures Escape Sequences The JDBC Optional Package JDBC 3.0 Chapter 3. Remote Method Invocation Introduction to RMI Defining Remote Objects Creating the Stubs and Skeletons Accessing Remote Objects as a Client Dynamically Loaded Classes Remote Object Activation RMI and Native Method Calls RMI Over IIOP Chapter 4. Java IDL (CORBA) A Note on Evolving Standards The CORBA Architecture Creating CORBA Objects Putting It in the Public Eye Finding and Using Remote Objects What if I Don't Have the Interface? Chapter 5. Java Servlets Getting a Servlet Environment Servlet Basics Web Applications Servlet Requests Servlet Responses Custom Servlet Initialization Security Servlet Chains and Filters Thread Safety Cookies Session Tracking Databases and Non-HTML Content Chapter 6. JavaServer Pages JSP Basics JSP Actions Custom Tags Wrapping Up Chapter 7. JNDI JNDI Architecture A Simple Example Introducing the Context Looking Up Objects in a Context The NamingShell Application Listing the Children of a Context Creating and Destroying Contexts Binding Objects Accessing Directory Services Modifying Directory Entries Creating Directory Entries Searching a Directory Event Notification Chapter 8. Enterprise JavaBeans (EJB) A Note on Evolving Standards EJB Roles Implementing a Basic EJB Using Enterprise JavaBeans Implementing Session Beans Implementing Entity Beans Implementing Message-Driven Beans Transaction Management Chapter 9. Java and XML Using XML Documents Java API for XML Processing SAX DOM XSLT Chapter 10. Java Message Service JMS in the J2EE Environment Elements of Messaging with JMS The Anatomy of Messages Point-to-Point Messaging Publish-Subscribe Messaging Transactional Messaging Message Selector Syntax Structure of a Selector Identifiers Literals Operators Expressions Chapter 11. JavaMail Email and JavaMail Creating and Sending Messages Retrieving Messages Multipart Messages Part II. Enterprise Reference Chapter 12. SQL Reference Relational Databases Data Types Schema Manipulation Commands Data Manipulation Commands Functions Return Codes Chapter 13. RMI Tools Chapter 14. IDL Reference IDL Keywords Identifiers Comments Basic Data Types Constants and Literals Naming Scopes User-Defined Data Types Exceptions Module Declarations Interface Declarations Value Type Declarations Chapter 15. CORBA Services Reference Collection Service Concurrency Service Enhanced View of Time Service Event Service Externalization Service Licensing Service Life Cycle Service Naming Service Notification Service Persistent Object Service Property Service Query Service Relationship Service Security Service Time Service Trading Object Service Transaction Service Chapter 16. Java IDL Tools Chapter 17. Enterprise JavaBeans Query Language Syntax Basic Structure of EJB QL Queries FROM Clause SELECT Clause WHERE Clause Part III. API Quick Reference How to Use This Quick Reference Chapter 18. Java.rmi Chapter 19. Java.rmi.activation Chapter 20. Java.rmi.dgc Chapter 21. Java.rmi.registry Chapter 22. Java.rmi.server Chapter 23. Java.sql Chapter 24. Javax.ejb and javax.ejb.spi Chapter 25. Javax.jms Chapter 26. Javax.mail and Subpackages Chapter 27. Javax.naming Chapter 28. Javax.naming.directory Chapter 29. Javax.naming.event Chapter 30. Javax.naming.ldap Chapter 31. Javax.naming.spi Chapter 32. Javax.resource Chapter 33. Javax.resource.cci Chapter 34. Javax.resource.spi and javax.resource.spi.security Chapter 35. Javax.rmi and javax.rmi.CORBA Chapter 36. Javax.servlet Chapter 37. Javax.servlet.http Chapter 38. Javax.servlet.jsp Chapter 39. Javax.sql Chapter 40. Javax.transaction and javax.transaction.xa Chapter 41. Org.omg.CORBA and Subpackages Chapter 42. Org.omg.CORBA_2_3 and org.omg.CORBA_2_3.portable Chapter 43. Org.omg.CosNaming and Subpackages Chapter 44. Org.omg.PortableServer and Subpackages Chapter 45. Class, Method, and Field Index Index
究極Web資安心智圖
無瑕的程式碼 函數式
Web 3.0去中心
一個人的藍隊:企業資
比有線還快:Wi-F
5G全接觸,萬物互聯
未來工廠超進化!工業
現代系統管理|可靠及
高性能程式密技 -
Terraform建
為了保障您的權益,新絲路網路書店所購買的商品均享有到貨七天的鑑賞期(含例假日)。退回之商品必須於鑑賞期內寄回(以郵戳或收執聯為憑),且商品必須是全新狀態與完整包裝(商品、附件、內外包裝、隨貨文件、贈品等),否則恕不接受退貨。