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 Ajay Vohra
March 10, 2007 02:30 PM EST
Across the BEA product family, the principle mechanism for meeting the twin
requirements of scalability and availability for business-critical
applications is clustering WebLogic application servers. So clustering
WebLogic application servers plays a foundational role across all ... (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, 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)
|