Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- The ADO.NET Entity Framework: Making the Conceptual Level Real
- This paper describes the ADO.NET Entity Framework, a platform for programming against data that raises the level of abstraction from the logical relational level to the conceptual entity level, and thereby significantly reduces the impedance mismatch for applications and data services such as reporting, analysis, and replication. The conceptual data...
- Tags: Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2006-12-01
- ADO.NET Tech Preview: Entity Data Model
- The Entity Data Model is an Entity-Relationship data model. The ER model is familiar to most if not all database application developers, and has been used successfully for about 30 years. The central concepts in the EDM are entities and relationships. Entities are instances of Entity Types (e.g., Customer, Employee)...
- Tags: Microsoft ADO.NET, Entity, Entity Data Model, Storage, Databases, .Net, Hardware, Enterprise Software, Software, Data Management, Software Development, Software/Web Development
- White papers 2006-06-01
- Converting an EJB 2.0 Entity Bean to EJB 3.0
- The Enterprise JavaBeans EJB 3.0 specification has facilitated the development of EJBs, by providing an annotations-based API in which the remote/local and home/local home interfaces are not required. The deployment descriptors that form the basis of an EJB 2.0 entity bean are also not required for deploying an EJB 3...
- Tags: EJB 2.0, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2006-01-01
- IBM Workplace Forms V2.6 Integration With IBM DB2 V9: Leveraging the XML Capabilities of DB2 V9 in a Workplace Forms Solution
- Traditionally, relational DBMSs stored XML data as a single column-row entity (such as CLOB, BLOB, or VARCHAR) or decomposed ("Shred") the XML data into multiple columns. These methods presented problems for many applications, including increased development and query complexity, difficulties in evolving schemas to address new business needs, and poor...
- Tags: Workplace, IBM Workplace, DBMS, XML-Data, IBM DB2, IBM Corp., Integration, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- White papers 2007-03-20
- Appreciating the Entity Object
- An Oracle Application Development Framework ADF entity object represents a business domain entity such as an order, a part, a customer, or a service request. By creating a set of associated Oracle ADF entity objects that represents the full business domain model inside the J2EE applications, one can significantly boost...
- Tags: Oracle Corp., Entity, J2Ee, Middleware, Programming Languages, Enterprise Software, Java, Software Development, Software/Web Development, Software
- White papers 2006-01-01
- Validating XML Documents Against XML Schema
- XML documents are increasingly being used as a format of data exchange. But for an XML document to be acceptable to different developers/users, the XML document should conform to a standard structure. XML Schema is an XML-based representation of the structure of an XML document. Through its support for datatypes...
- Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
- White papers
- An XML Learning Framework
- The paper will present in general terms the categories of XML knowledge, and then explicate the levels of learning possible for each category. The categories identified are: Definition of XML, XML Processing, XML Syntax, XML Data Modeling, XML Companion Specifications, Other Technologies and System Implementation.
- Tags: Isogen International Corp., XML, Software/Web Development, Web Development
- White papers 2002-07-01
- XML 101
- Whether you’re discussing e-commerce, knowledge management, or the Internet in general, you’ve likely seen or heard reference to eXtensible Markup Language XML. XML is, without a doubt, one of the most heralded technologies to come across the wire in recent years pun intended. What is XML? Why is it creating...
- Tags: XML, Software/Web Development, Web Development
- White papers
- Generating an XML Document From XML Schema With JAXB
- An XML Schema is an XML-based representation of the structure of an XML document. Many J2EE developers use an XML Schema instead of a Document Type Definition DTD to generate an XML document; because unlike DTD, XML Schema supports data types and namespaces. An XML document based on an XML...
- Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
- White papers 2004-07-01
- Alchemist XML IDE Professional (exe)
- Alchemist XML IDE, is an advanced XML Integrated Development Environment XML IDE. Alchemist adds powerful new features, again pushing the innovation envelope that helped establish Alchemist in the market. Alchemist's best-in-class features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, database to XML mapping and many other XML...
- Tags: IDE, Alchemist, XML, Software/Web Development, Web Development
- Software downloads 2006-03-15
- Using the Excel 2003 XML Tools Add-In Version 1.1
- The Microsoft Office Excel 2003 XML Tools Add-in Version 1.1 is used to aid Excel 2003 developers in working with XML data, XML lists, and XML maps. With it, you can view information about a selected cell's XML properties, create XSD files for XML maps, rename the and elements, or...
- Tags: Microsoft Excel 2003, Microsoft Excel, Microsoft Office Excel 2003 XML Tools Add-in Version 1.1, XML, Software/Web Development, Web Development
- White papers 2005-02-01
- XMLBlueprint (exe)
- XML editor and validator of XML documents, DTDs, Relax NG Schemas and XML Schemas. It supports Unicode aware text editing, XML layout tidying, real-time XML coloring, context-sensitive XML Completion, XSL Transformation, XPath Expression Evaluator, XML tree explorer, text wrapping, OASIS XML Catalogs, unlimited undo and redo.Version 6 now has a...
- Tags: Monkfish Software, XML, Software/Web Development, Web Development
- Software downloads 2008-07-22
- Chilkat Ruby XML Library (zip)
- Ruby XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language/character encoding. Advanced sorting and searching methods.
- Tags: Ruby, XML, Software/Web Development, Web Development
- Software downloads 2006-11-03
- Query XML Data That Contains Namespaces
- XML namespaces are a W3C XML standard. Indeed, XPath, XML Schema, XQuery, and other XML technologies support namespaces. While this paper does not provide a detailed tutorial on namespaces, it does highlight a few key concepts. XML namespaces potentially provide organizations a universally unique markup vocabulary element and attribute names...
- Tags: Namespace, XML-Data, XML Namespace, XML, Software/Web Development, Web Development
- White papers 2006-11-09
- Towards an Industrial Strength SQL/XML Infrastructure
- XML has become an attractive data processing model for applications. SQL/XML is a SQL standard that integrates XML with SQL. It introduces the XML datatype as a native SQL datatype and defines XML generation functions in the SQL/XML 2003 standard. The goal for the next version of SQL/XML is integrating...
- Tags: SQL, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
- White papers 2004-07-21
- Developing ASP Components,: Server-Side XML Through VB ASP Components
- ASP application developers are not immune to the lure of XML, yet there is confusion about how XML can be used with a server-side technology such as ASP, especially when writing ASP components. This paper provides an overview of XML, as well as XML formatting techniques, because it's necessary to...
- Tags: Microsoft ASP, Microsoft Visual Basic, XML, Scripting Languages, Software/Web Development, Web Development
- Book chapters 2001-03-01
- Process and parse XML with ease using Jakarta Digester
- Re-inventing the wheel?Why not just use XSL transformations with its built-in support for XPath?Seems to be more of an OR mapperthan anything else, agreed XSLT is a far better option for xml to xml.visual mapping is match easeFor small xml docs much ease to visualy map xml to xml, use...
- Tags: nperkins@..., programming, XML, XSLT
- Discussion threads 2007-01-25
- XMLStomper (zip)
- XMLStomper is a useful tool for anybody who works with xml files. XMLStomper is a simple, yet powerful application that can be used for reading xml files, editing xml files, searching xml files, validating xml, and displaying xml data. Version 1 may include unspecified updates, enhancements, or bug fixes.
- Tags: XML File, XMLStomper, XML, Software/Web Development, Web Development
- Software downloads 2006-11-20
- Why use XML?
- Hello,Im interested in learning and using XML and eventually all the great things that come along with it.. and I even want to ask my boss to pay for some training in it.. I know what XML does and its uses but, maybe its just me, I haven't found a...
- Tags: blckspder@..., XML, asousa@..., programming
- Q&A 2006-08-29
- << Previous
- page 1 of 1
- Next >>