買這商品的人也買了...
-
$1,890$1,796 -
$490Distributed Java 2 Platform Database Development
-
$299Learning XML (Paperback)
-
$299Building B2B Applications with XML: A Resource Guide
-
$2,040$1,938 -
$399Oracle and Java Development
-
$1,450$1,378 -
$700Enterprise Java Servlets (Paperback)
-
$299Java Programming with Oracle SQLJ
-
$2,240$2,128 -
$1,700$1,615 -
$199Apache Jakarta-Tomcat
-
$1,510$1,435 -
$875XML.NET Developer's Guide
-
$399Effective Visual Studio .Net
-
$399.NET Enterprise Development in VB.NET: From Design to Deployment (Paperback)
-
$299Java 2 Micro Edition (Paperback)
-
$1,890$1,796 -
$480$379 -
$480$408 -
$650$553 -
$650$507 -
$690$538 -
$620$490 -
$550$435
相關主題
商品描述
Background:
The explosion in the use of the Internet and the Web has resulted in a whole new way of doing business. Developers who only yesterday were using COBOL to write accounts payable systems are now being asked to create a broad range of new Internet-based applications ranging from electronic commerce (e-commerce) Web sites to internal data warehouses to enterprise resource planning (ERP) systems. Unfortunately, the filesystem architectures of most Web systems aren't up to the task. The new breed of Web applications -- which are quickly becoming critical resources that companies need to survive -- demand a platform that provides production-quality tools for content management, application development, and application integration. And current Web techniques are inadequate in many ways.
Oracle8i, Oracle's "Internet database," gives Web developers a way to build Web technology on top of a relational database, rather than on a traditional filesystem. With Oracle8i, companies can apply well understood, reliable, production-quality database methodologies to Web content management. Oracle8i also supports a wide variety of application development platforms and tools that are tightly integrated to the core database. Finally, Oracle8i supports technologies that help companies tie their Web-based applications into legacy applications.
There is a lot to learn in Oracle8i. Not only does it enhance basic database features, it introduces Java and a variety of Web development tools. Oracle8i provides a soup-to-nuts platform for Web site and Web application development that extends traditional database concepts to Web content. It replaces the traditional filesystem used by most Web servers with a database management system.
Many users are intimidated by the vast array of new technologies in Oracle8i. And yet, they are under pressure to use these technologies to build complex Web applications right now. This book gives such users a way to start using Oracle8i immediately to create useful Web applications. It is a concise, easy-to-read guide to the basic technologies developers need to understand in order to build Web applications.
Contains:
The book describes the following Web development tools:
- PL/SQL-- a structured programming language that combines procedural constructs and standard SQL. It offers such features as cursors, loops, conditional and sequential control statements, exception handlers, records, tables, and constructs for developing modular code (functions, procedures, and packages).
- PL/SQL Toolkit -- a set of PL/SQL packages supplied by Oracle for use in developing Web applications.
- HTML -- an ASCII-based markup language used to create Web pages.
- WebDB -- A software system for building, monitoring, and creating content-driven Web sites; it allows users to use a Web browser to access and store information in the Oracle8i database.
- Oracle Application Server (OAS) -- an extensible Web server that uses plug-in programs called cartridges to allow database-integrated Web systems to be developed in a variety of languages (e.g., PL/SQL, Java, Perl).
- XML -- An emerging standard for creating self-describing documents. It is similar to HTML but allows you to create your own markup tags. XML is expected to be a key technology in electronic commerce systems.
- The book also presents several fully realized sample Web applications that will teach you how to build such applications of your own.
NOTE: Although this book touches on the Java features of Oracle8i, it doesn't cover Java development per se. Switching to Java represents an enormous change for most Oracle developers. This book provides an evolutionary path for readers who want to do useful Oracle8i Web development now, using mostly familiar tools. Additional books will provide Java training for those who have mastered these Web tools and want to take the next step.
商品描述(中文翻譯)
這本簡明的指南為 Oracle 開發人員提供了從傳統程式設計轉向開發有用的 Oracle8i 網頁應用程式所需的啟動幫助。即使是對 HTML、PL/SQL 或 Oracle 的其他工具一無所知的讀者,也能在幾天內學會如何創建簡單的網頁應用程式。本書專注於 Oracle8i,但也涵蓋了早期 Oracle 版本(Oracle8 和 Oracle7)的網頁開發。
背景:
互聯網和網頁使用的爆炸性增長導致了一種全新的商業運作方式。開發人員昨天還在使用 COBOL 編寫應付帳款系統,今天卻被要求創建各種新的基於互聯網的應用程式,從電子商務(e-commerce)網站到內部數據倉庫,再到企業資源規劃(ERP)系統。不幸的是,大多數網頁系統的檔案系統架構無法應對這一挑戰。新一代的網頁應用程式——這些應用程式迅速成為公司生存所需的關鍵資源——需要一個提供生產級工具的平臺,以進行內容管理、應用程式開發和應用程式整合。而當前的網頁技術在許多方面都不夠充分。
Oracle8i,Oracle 的「互聯網數據庫」,為網頁開發人員提供了一種在關聯數據庫之上構建網頁技術的方法,而不是在傳統的檔案系統上。使用 Oracle8i,公司可以將成熟、可靠的生產級數據庫方法應用於網頁內容管理。Oracle8i 還支持多種應用程式開發平臺和工具,這些工具與核心數據庫緊密集成。最後,Oracle8i 支持幫助公司將其基於網頁的應用程式與遺留應用程式連接的技術。
在 Oracle8i 中有很多東西需要學習。它不僅增強了基本的數據庫功能,還引入了 Java 和多種網頁開發工具。Oracle8i 提供了一個從頭到尾的平臺,用於網站和網頁應用程式的開發,將傳統的數據庫概念擴展到網頁內容。它用數據庫管理系統取代了大多數網頁伺服器使用的傳統檔案系統。
許多用戶對 Oracle8i 中大量的新技術感到畏懼。然而,他們面臨著立即使用這些技術來構建複雜網頁應用程式的壓力。本書為這些用戶提供了一種立即開始使用 Oracle8i 創建有用網頁應用程式的方法。這是一本簡潔、易讀的指南,介紹開發人員需要了解的基本技術,以便構建網頁應用程式。
內容包括:
本書描述了以下網頁開發工具:
- PL/SQL——一種結構化程式語言,結合了程序性結構和標準 SQL。它提供了游標、迴圈、條件和順序控制語句、異常處理器、記錄、表格以及用於開發模組化代碼(函數、過程和包)的結構等功能。
- PL/SQL 工具包——一組由 Oracle 提供的 PL/SQL 套件,用於開發網頁應用程式。
- HTML——一種基於 ASCII 的標記語言,用於創建網頁。
- WebDB——一個用於構建、監控和創建內容驅動網站的軟體系統;它允許用戶使用網頁瀏覽器訪問和存儲 Oracle8i 數據庫中的信息。
- Oracle 應用伺服器(OAS)——一個可擴展的網頁伺服器,使用稱為 cartridge 的插件程序,允許以多種語言(例如 PL/SQL、Java、Perl)開發數據庫集成的網頁系統。
- XML——一種新興的標準,用於創建自描述文檔。它類似於 HTML,但允許您創建自己的標記標籤。預計 XML 將成為電子商務系統中的關鍵技術。
- 本書還展示了幾個完整實現的示例網頁應用程式,將教您如何構建自己的應用程式。
注意:雖然本書涉及 Oracle8i 的 Java 功能,但並不專門涵蓋 Java 開發。轉向 Java 對於大多數 Oracle 開發人員來說是一個巨大的變化。本書為希望立即使用熟悉的工具進行有用的 Oracle8i 網頁開發的讀者提供了一條演進之路。其他書籍將為那些掌握這些網頁工具並希望邁出下一步的人提供 Java 培訓。