By Deepak Vohra
August 18, 2009 07:45 AM EDT
XML documents can be used to transfer data. The data in an XML document can
be retrieved either with the JAXP (Java API for XML Processing) DOM and SAX
APIs, or with the JAXP XPath API. Addressing an XML document with XPath has
the advantage of selecting a single node directly wi... (more)
|
By Deepak Vohra
June 3, 2009 05:45 PM EDT
The Java Database Connectivity (JDBC) API is used to access a SQL database
from a Java application. JDBC also supports tabular data sources, such as a
spreadsheet.
Oracle JDeveloper is a free Integrated Development Environment (IDE) for
modeling, developing, debugging, optimizin... (more)
|
By Deepak Vohra, Ajay Vohra
June 11, 2008 02:00 PM EDT
XML is increasingly being used as the language of data exchange. An XML
document based on a DTD or a XML Schema contains data that conforms to a
standard structure. A number of technologies, such as ebXML (Electronic
Business XML), UDDI (Universal Description, Discovery, and Inte... (more)
|
By Deepak Vohra, Ajay Vohra
July 15, 2007 04:00 PM EDT
A directory service is an application(s) that stores, retrieves, and modifies
information about network resources such as network users. The actual data is
stored in a database; a database service is an abstract layer on top of the
database. The Lightweight Directory Access Proto... (more)
|
By Deepak Vohra, Ajay Vohra
June 27, 2007 03:00 PM EDT
WebLogic Server 10 Technology Preview supports JEE 5. A feature of JEE 5 is
the Java API for XML Web Services (JAX-WS) used to create Web Services and
Web Service clients. WebLogic Server 10 provides the jwsc task to create the
Web Service artifacts and the clientgen task to crea... (more)
|
By Deepak Vohra
January 30, 2007 04:00 PM EST
WebLogic Server 9.x provides database connectivity with data sources. A data
source is a pool of database connections from which a connection can be
obtained. A data source can be configured separately or as a
multi-datasource. A multi-data source is collection of data sources. A... (more)
|
By Deepak Vohra, Ajay Vohra
August 9, 2006 10:45 AM EDT
The WebLogic-Eclipse plug-in is designed to run the WebLogic Server from the
Eclipse IDE. With the WebLogic-Eclipse plug-in, the WebLogic Server gets
started and stopped from Eclipse. An application deployed in the WebLogic
Server can be debugged from Eclipse with the plug-in. By... (more)
|
By Deepak Vohra, Ajay Vohra
February 19, 2006 02:30 PM EST
The Apache Jakarta POI project provides components for the access and
generation of Excel documents. The POI HSSF API is used to generate Excel
Workbooks and to add Excel spreadsheets to a workbook. An Excel spreadsheet
consists of rows and cells. The layout and fonts of a spread... (more)
|
By Deepak Vohra, Ajay Vohra
January 18, 2006 06:00 PM EST
A J2EE application deployed in the WebLogic server may be debugged in the
Eclipse IDE with the remote debugger provided by Eclipse. Without a debugger
the error message has to be obtained from the application server error log to
debug the application.
With the remote debugger pr... (more)
|
By Deepak Vohra, Ajay Vohra
August 8, 2005 12:00 PM EDT
The JBoss open source application server is commonly used in the development
phase of a J2EE project. In the production phase the commercial BEA WebLogic
server is preferred because of its enhanced set of features. Without
modifications, an application developed in JBoss does not... (more)
|
By Deepak Vohra, Ajay Vohra
March 18, 2005 12:00 AM EST
The Extensible Stylesheet Language Transformations (XSLT) specification
provides for morphing XML documents into other XML documents. An XML document
can also be transformed into a format other than XML such as HTML or text. An
XSLT processor is required for an XSLT transformatio... (more)
|
By Deepak Vohra
January 4, 2005 12:00 AM EST
XMLBeans is an open source XML-Java binding tool used to generate Java
classes and interfaces from an XML Schema. The generated Java classes may be
used to parse or generate an XML document that conforms to the Schema. Some
of the advantages of XMLBeans over JAXB are the ability ... (more)
|
By Deepak Vohra, Ajay Vohra
October 1, 2004 12:00 AM EDT
This tutorial discusses the simpleType and complexType XML Schema structures
and their corresponding representations in an XML document. XML Schema is
used as the basis of an XML document structure, and some of the XML
technologies, such as JAXB, are based on XML Schema.
Overvie... (more)
|
By Deepak Vohra, Ajay Vohra
April 9, 2004 12:00 AM EDT
Enterprise JavaBeans (EJBs) are application components that implement the EJB
architecture specification and are part of the Java 2 Enterprise Edition
(J2EE) platform. EJBs are ideally suited for the development and deployment
of distributed, scalable, transactional, secure, port... (more)
|
By Deepak Vohra, Ajay Vohra
March 10, 2004 12:00 AM EST
This article compares Document Type Definition (DTD) and XML Schema elements.
Java 2 Enterprise Edition (J2EE) developers use DTDs and schemas in J2EE/XML
applications. When a DTD for an XML document is provided and validation with
an XML Schema is required, the DTD-to-XML Schema... (more)
|
By Deepak Vohra, Ajay Vohra
January 9, 2004 12:00 AM EST
This article describes the configuration of various JDBC-related features in
the BEA WebLogic 8.1 Server. Although we use Oracle 8.1.7 as our example
database management system (DBMS), the general concepts are easily
transferable to other relational databases as long as the datab... (more)
|