Published on Thu, 12 Jun 2008 15:56:48 -0400 Read: 61 times
Bind Web Services in ESB-Web Services Gateway
Since SOI is all about integrating multiple SOA-based systems, web services play a critical role in the integration space. This chapter is all about the importance of web services in integration. We will use the samples to illustrate how to bind web services with the ServiceMix ESB to facilitate integration.... Read Article.
Published on Thu, 12 Jun 2008 15:56:48 -0400 Read: 72 times
ServiceMix is the World Wide Web protocol for information exchange. is based on character-oriented streams and is firewall-friendly. Hence, we can also exchange XML streams (which are XML encoded character streams) over... Read Article.
Published on Fri, 06 Jun 2008 06:07:35 -0400 Read: 70 times
Linux Thin Client Networks Design and Deployment
Considering the Network
Much information already exists concerning methods for deploying networks and hardware. We shall try to clarify differences between using a network with personal computers and thin clients with the help of anecdotes. Certain designs have also proven to be very stable and provide... Read Article.
Published on Fri, 23 May 2008 06:54:57 -0400 Read: 315 times
Business Intelligence Tips
Understand Your Organization first
Truly understanding your company and how it works is perhaps one of the most important Business Intelligence tips anyone can offer. This includes understanding the business itself, the processes involved, the data, and how that data is used by the people with in the organization. You will... Read Article.
Published on Fri, 23 May 2008 06:54:57 -0400 Read: 276 times
Managing SQA Projects
No matter how big a project is, there will always be a person who will be overseeing the whole project. They are usually the project managers and in this case, called the SQA managers. SQA managers are always at the forefront of everything, answering to the business manager regarding the status of the application and informing... Read Article.
Published on Fri, 23 May 2008 06:54:57 -0400 Read: 268 times
Business Intelligence Integration
How to Integrate Business Intelligence within Your Organization
Before you Integrate Business Intelligence into your Organization
Business Intelligence has developed into strategic process over the years of its extraordinary growth, even so it still needs to be incorporated into each business process with great care... Read Article.
Published on Fri, 23 May 2008 06:54:57 -0400 Read: 324 times
Using XML Schemas
The simplest way to create an XMLType storage structure in Oracle XML DB is by registering an appropriate XML schema against the database. As a part of the registration process, Oracle automatically creates the storage for a particular set of XML documents, based on the information provided by the schema.... Read Article.
Published on Fri, 23 May 2008 06:54:55 -0400 Read: 143 times
Retrieving XML DataTo retrieve XML data from an XMLType table, you can use a SELECT SQL statement, just as you would if you had to query a relational table. For example, to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section, you might issue the following query from SQL*Plus when connected as... Read Article.
Published on Fri, 23 May 2008 06:54:55 -0400 Read: 116 times
Using XMLType Views
Using XMLType Views XMLType views provide a convenient way to construct XML representations of relational data without physically migrating that data into XML. Once written, an XMLType view may be used in various queries, making them simpler and so increasing their readability.... Read Article.
Published on Fri, 23 May 2008 06:54:55 -0400 Read: 115 times
Performing DML Operations on XML Schema-Based XMLType Views
Analyzing the underlying query of the empSch_v view discussed in the preceding section, you may note that each attribute of the EMP_T object used in the select list maps to a certain column of a single table, namely emps. What this means in practice is that the empSch_v view can be inherently... Read Article.