Book description
In this IBM Redbooks publication, we deal with implementing Web applications using IBM DB2 Content Manager Information Integrator for Content Version 8 and IBM DB2 Content Manager OnDemand Web Enablement Kit. It is aimed at designers and developers of Content Manager systems.
In Part 1, we provide a brief introduction to Content Manager, OnDemand, Web application basics, and the case study we use throughout the entire book when showing and demonstrating how to develop Web applications.
In Part 2, we work specifically with application development with Information Integrator for Content. We provide a brief programming overview and show you how to get a quick start with developing Web applications using the Java OO APIs. Using non-visual Java beans, we show you how to build a generic Content Manager application. Working with the case study, we also show you how to build a customized Content Manager application. Lastly, we show you how you can add text search and document rendering in your application.
In Part 3, we work with ODWEK. We provide a brief overview of Web enabling OnDemand, installing and configuring of ODWEK, and developing a Web application using ODWEK.
There are many sample codes provided along with this book. They provide the basic concept and code for developing Content Manager and OnDemand Web applications.
Please note that the additional material referenced in the text is not available from IBM.
Table of contents
- Notices
- Preface
-
Part 1: Introduction
- Chapter 1: Web application basics
- Chapter 2: Content Manager overview
- Chapter 3: OnDemand overview
- Chapter 4: Case study
-
Part 2: Developing CM Web applications with Information Integration for Content
- Chapter 5: Information Integrator for Content programming overview
-
Chapter 6: Quick start in Web application development
- Introduction
- Development environment setup (1/3)
- Development environment setup (2/3)
- Development environment setup (3/3)
- Developing sample code with the Java OOAPIs (1/9)
- Developing sample code with the Java OOAPIs (2/9)
- Developing sample code with the Java OOAPIs (3/9)
- Developing sample code with the Java OOAPIs (4/9)
- Developing sample code with the Java OOAPIs (5/9)
- Developing sample code with the Java OOAPIs (6/9)
- Developing sample code with the Java OOAPIs (7/9)
- Developing sample code with the Java OOAPIs (8/9)
- Developing sample code with the Java OOAPIs (9/9)
- Conclusion
-
Chapter 7: Building a generic application
- Introduction
- Development environment setup
- Sample application (1/10)
- Sample application (2/10)
- Sample application (3/10)
- Sample application (4/10)
- Sample application (5/10)
- Sample application (6/10)
- Sample application (7/10)
- Sample application (8/10)
- Sample application (9/10)
-
Sample application (10/10)
- How to get the most benefit from this chapter
- Set up and run the sample application
- Import the beans into the code
- The Controller program: RBController
- Listing available servers: CMBConnection
- Connecting to server: CMBConnection, CMBConnectionPool
- Schema: CMBSchemaManagement
- Listing entities: CMBEntity
- Listing search templates: CMBSearchTemplate
- Listing attributes: CMBAttribute
- Listing search criteria: CMBSTCriterion
- Sorting arrays of beans
- Conducting a search: CMBQueryServices
- Processing search results: CMBSearchResults
- Representing items: CMBItem
- Displaying item information
- Managing content: CMBDataManagement
- Viewing content: CMBDocumentServices
- Content Manager Version 8 Document Routing system
- Conclusion
-
Chapter 8: Building a case study application
- Introduction
- Application framework description
- Development environment setup (1/2)
- Development environment setup (2/2)
- Login use case (1/5)
- Login use case (2/5)
- Login use case (3/5)
- Login use case (4/5)
- Login use case (5/5)
- Building permit application approval process use case (1/15)
- Building permit application approval process use case (2/15)
- Building permit application approval process use case (3/15)
- Building permit application approval process use case (4/15)
- Building permit application approval process use case (5/15)
- Building permit application approval process use case (6/15)
- Building permit application approval process use case (7/15)
- Building permit application approval process use case (8/15)
- Building permit application approval process use case (9/15)
- Building permit application approval process use case (10/15)
- Building permit application approval process use case (11/15)
- Building permit application approval process use case (12/15)
- Building permit application approval process use case (13/15)
- Building permit application approval process use case (14/15)
- Building permit application approval process use case (15/15)
- External application (1/2)
- External application (2/2)
- Conclusion
-
Chapter 9: Adding text search capability
- Introduction
- Start Content Manager text search service
- System setup (1/2)
- System setup (2/2)
- Integrating the text search module with the Web application (1/3)
- Integrating the text search module with the Web application (2/3)
- Integrating the text search module with the Web application (3/3)
- Conclusion
- Chapter 10: Adding document rendering capability
-
Part 3: Developing OnDemand Web applications
- Chapter 11: Web enabling OnDemand
-
Chapter 12: ODWEK installation and configuration
- Installing CGI ODWEK on Windows (1/6)
- Installing CGI ODWEK on Windows (2/6)
- Installing CGI ODWEK on Windows (3/6)
- Installing CGI ODWEK on Windows (4/6)
- Installing CGI ODWEK on Windows (5/6)
- Installing CGI ODWEK on Windows (6/6)
- Line data applets
- Installing the ODWEK servlet on Windows (1/6)
- Installing the ODWEK servlet on Windows (2/6)
- Installing the ODWEK servlet on Windows (3/6)
- Installing the ODWEK servlet on Windows (4/6)
- Installing the ODWEK servlet on Windows (5/6)
-
Installing the ODWEK servlet on Windows (6/6)
- Installing Java Runtime Environment (JRE)
- Installing WebSphere Application Server 5.0 for Windows
- Installing the ODWEK servlet
- Installing ODWEK servlet fixes
- Copying files
- Setting up the system environment
- Assembling the servlet
- Deploying the ODWEK servlet
- Customizing arswww.ini
- Testing the ODWEK servlet
- Customizing IBM HTTP server
- Customizing ODWEK
- Testing the sample application
- Conclusion
-
Chapter 13: Building a Web application with ODWEK APIs
- ODWEK Java APIs overview
- Set up development environment
- Developing the sample Web application (1/4)
- Developing the sample Web application (2/4)
- Developing the sample Web application (3/4)
- Developing the sample Web application (4/4)
- Packaging and deploying Web applications
- Running the sample Web application
- Conclusion
-
Part 4: Appendixes
-
Appendix A: Setting up case study infrastructure
- Set up RedBrook County legacy database system
- Set up Content Manager system
- Configuration scripts
- Content Manager System Administration UI (1/2)
- Content Manager System Administration UI (2/2)
- Set up OnDemand system
- Set up WebSphere Studio Application Developer
- Getting familiar with project files
- Set up Config.properties files
- Run the Web sample applications
- Navigate the Web sample application
- Internal application navigation (1/3)
- Internal application navigation (2/3)
- Internal application navigation (3/3)
- External application navigation
- Redbrook County legacy system database schema
- Content Manager system definition
- OnDemand system definition
- Property Owner folder
- Permits
- Tax Information folder
- Attributes mapping among DB2, OnDemand, and CM
-
Appendix B: Sample code
- Quick start sample code (1/3)
- Quick start sample code (2/3)
- Quick start sample code (3/3)
- Generic Web application sample code (1/6)
- Generic Web application sample code (2/6)
- Generic Web application sample code (3/6)
- Generic Web application sample code (4/6)
- Generic Web application sample code (5/6)
- Generic Web application sample code (6/6)
- Building permit application folder use case (1/2)
- Building permit application folder use case (2/2)
- Appendix C: Additional material
-
Appendix A: Setting up case study infrastructure
- Related publications
- Index (1/3)
- Index (2/3)
- Index (3/3)
- Back cover
Product information
- Title: Implementing Web Applications with CM Information Integrator for Content and OnDemand Web Enablement Kit
- Author(s):
- Release date: August 2004
- Publisher(s): IBM Redbooks
- ISBN: None
You might also like
book
Machine Learning and AI for Healthcare: Big Data for Improved Health Outcomes
This updated second edition offers a guided tour of machine learning algorithms and architecture design. It …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. …
book
Twitter® Application Development for Dummies®
Get the guide to planning, developing and monetizing apps for Twitter! Twitter is the one of …
book
Web Services Essentials
As a developer new to Web Services, how do you make sense of thisemerging framework so …