<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://xml.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Articles by Ajay Vohra</title>
 <link>http://xml.sys-con.com/</link>
 <description>Latest articles from Ajay Vohra</description>
 <language>en</language>
 <copyright>Copyright 2008 </copyright>
 <generator></generator>
 <lastBuildDate>Mon, 01 Dec 2008 21:22:51 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>Integrated Support for XML Data Management</title>
 <link>http://xml.sys-con.com/node/588566</link>
 <description>XML is increasingly being used as the language of data exchange. An XML document based on a DTD or an 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 Integration), and RDF (Resource Description Framework) are based on XML.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/588566&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 11 Jun 2008 14:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/588566</guid>
</item>
<item>
 <title>How to Create a Directory Service Using the OpenLDAP Directory Server</title>
 <link>http://xml.sys-con.com/node/400906</link>
 <description>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 Protocol (LDAP) is a lightweight protocol for accessing directory services. LDAP is based on entries; an entry is a set of attributes identified by a globally unique Distinguished Name (DN). Each of a directory entry&#039;s attributes has a type and one or more values. The attributes in a directory entry&#039;s distinguished name(DN) are arranged in a hierarchy from right to left with the rightmost attribute as the top entry and with the leftmost attribute(s) that are unique to its level called a Relative Distinguished Name (RDN). A DN is a sequence of RDNs. Some examples of attribute types are discussed in Table 1.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/400906&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 15 Jul 2007 16:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/400906</guid>
</item>
<item>
 <title>JDJ Feature — Java API for XML Web Services (JAX-WS)</title>
 <link>http://xml.sys-con.com/node/393299</link>
 <description>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 create the artifacts for Web Service clients. In this article we&#039;ll create an example JAX-WS 2.0 Web Service in WebLogic Server 10 Technology Preview.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/393299&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 27 Jun 2007 15:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/393299</guid>
</item>
<item>
 <title>The Benefits of Virtualized WebLogic Clustering</title>
 <link>http://xml.sys-con.com/node/345580</link>
 <description>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 BEA products and provides the underpinnings for the AquaLogic Service Bus that provides a services infrastructure for Service Oriented Architecture (SOA).&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/345580&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 10 Mar 2007 14:30:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/345580</guid>
</item>
<item>
 <title>Configuring the WebLogic-Eclipse Plug-in</title>
 <link>http://xml.sys-con.com/node/250255</link>
 <description>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 installing the WebLogic plug-in in Eclipse the WebLogic Server can be configured and administered from the Eclipse IDE by setting the server classpath and JVM options in Eclipse.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/250255&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 09 Aug 2006 10:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/250255</guid>
</item>
<item>
 <title>WebLogic Tutorial: &quot;Integrating Apache Poi in WebLogic Server&quot;</title>
 <link>http://xml.sys-con.com/node/185302</link>
 <description>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 spreadsheet are also set with the POI HSSF API.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/185302&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 19 Feb 2006 14:30:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/185302</guid>
</item>
<item>
 <title>Configuring Eclipse for Remote Debugging a WebLogic Java Application</title>
 <link>http://xml.sys-con.com/node/169364</link>
 <description>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.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/169364&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 18 Jan 2006 18:00:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/169364</guid>
</item>
<item>
 <title>Migrating a JBoss EJB Application to WebLogic</title>
 <link>http://xml.sys-con.com/node/117492</link>
 <description>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 deploy in WebLogic server.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/117492&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 08 Aug 2005 12:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/117492</guid>
</item>
<item>
 <title>Transforming XML-to-XML  or -Text or -HTML</title>
 <link>http://xml.sys-con.com/node/48763</link>
 <description>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 transformation. Some of the commonly used XSLT processors include Xalan-Java, Oracle XSLT Processor for Java and the JAXP XSLT transformer. A stylesheet is used to transform an XML document.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/48763&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 18 Mar 2005 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/48763</guid>
</item>
<item>
 <title>SimpleType and ComplexType in a Schema</title>
 <link>http://xml.sys-con.com/node/46573</link>
 <description>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.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/46573&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 01 Oct 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/46573</guid>
</item>
<item>
 <title>Developing Entity EJBs</title>
 <link>http://xml.sys-con.com/node/44434</link>
 <description>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, portable, component-based business applications.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/44434&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 09 Apr 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/44434</guid>
</item>
<item>
 <title>DTD and XML Schema Structures</title>
 <link>http://xml.sys-con.com/node/44010</link>
 <description>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 conversion creates an XML Schema document corresponding to the DTD document.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/44010&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 Mar 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/44010</guid>
</item>
<item>
 <title>Configuring BEA WebLogic 8.1 JDBC Connectivity</title>
 <link>http://xml.sys-con.com/node/43045</link>
 <description>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 databases in question provide connectivity through JDBC.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/43045&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 09 Jan 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/43045</guid>
</item>
</channel>
</rss>
