By Deepak Vohra  JavaServer Faces (JSF) technology is used for developing server-side user interfaces (UI) for Java EE applications. JSF 2.0 architecture has introduced several new features, most of which we shall discuss in this article. The salient new features in JSF 2.0 are State Saving, Facelets, ... Sep. 1, 2011 01:00 PM EDT Reads: 4,667 |
By Deepak Vohra  Virtualization has been widely accepted as a technique to conserve resources. Virtualization is the process of running a guest operating system on a virtual machine, which is created in a virtualizer running on the host operating system. Large companies do not have to install 100 diffe... Jun. 20, 2011 11:30 AM EDT Reads: 4,266 |
By Deepak Vohra  Cloud computing has been a boon to conserving resources by providing a farm of servers that are concurrently used by multiple users. Cloud computing precludes the requirement for setting up per-user servers. In a recent InformationWeek survey of business technology professionals, most ... Jan. 19, 2011 01:56 PM EST Reads: 4,956 |
By Deepak Vohra  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 without ... Jan. 18, 2010 07:45 AM EST Reads: 8,910 |
By Deepak Vohra  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, optimizing, and... Jun. 3, 2009 05:45 PM EDT Reads: 12,990 Replies: 1 |
By Deepak Vohra; Ajay Vohra  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 Integrati... Jun. 11, 2008 02:00 PM EDT Reads: 7,042 |
By Deepak Vohra; Ajay Vohra  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 (L... Jul. 15, 2007 04:00 PM EDT Reads: 33,788 Replies: 2 |
By Deepak Vohra; Ajay Vohra  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... Jun. 27, 2007 03:00 PM EDT Reads: 27,048 Replies: 1 |
By Deepak Vohra  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 data ... Jan. 30, 2007 04:00 PM EST Reads: 25,613 Replies: 1 |
By Deepak Vohra; Ajay Vohra  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 insta... Aug. 9, 2006 10:45 AM EDT Reads: 55,716 Replies: 4 |
By Deepak Vohra; Ajay Vohra  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 ... Feb. 19, 2006 02:30 PM EST Reads: 43,415 Replies: 2 |
By Deepak Vohra; Ajay Vohra  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. Jan. 18, 2006 06:00 PM EST Reads: 99,408 Replies: 3 |
By Deepak Vohra; Ajay Vohra  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 deplo... Aug. 8, 2005 12:00 PM EDT Reads: 56,746 |
By Deepak Vohra; Ajay Vohra 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. Som... Mar. 18, 2005 12:00 AM EST Reads: 31,603 |
By Deepak Vohra 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 to par... Jan. 4, 2005 12:00 AM EST Reads: 30,304 |
By Deepak Vohra; Ajay Vohra 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. Oct. 1, 2004 12:00 AM EDT Reads: 29,512 |
By Deepak Vohra; Ajay Vohra 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, ... Apr. 9, 2004 12:00 AM EDT Reads: 30,591 |
By Deepak Vohra; Ajay Vohra 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 conve... Mar. 10, 2004 12:00 AM EST Reads: 25,745 |
By Deepak Vohra; Ajay Vohra  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 ... Jan. 9, 2004 12:00 AM EST Reads: 32,737 |