On UrbanBaby: Are you glad you have siblings?
1 Resources for

java-xml data binding

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Java-XML Data Binding offers the best of both worlds
Working with XML is now the norm, but handling XML within Java is not as straightforward as often advertised. Use these techniques to more easily handle XML with Java.XML has become an almost inevitable part of most projects. XML does provide a multitude of benefits, but most Java coders also...
Tags: Programming languages, XML-Data Binding, Harshad Oak, XML, Java, Java-XML Data Binding, Java Object, API
Technical articles 2002-09-17

Additional Resources

Processing XML Using Java Architecture for XML Binding (JAXB)
The Java Architecture for XML Data Binding JAXB technology gives Java developers an efficient and standard way of mapping between XML and Java code. Java developers using JAXB are more productive because they can write less code themselves and do not have to be experts in XML. JAXB makes it...
Tags: XML, Programming Languages, Java, Software/Web Development, Web Development, Software Development
Webcasts
XML Data Binding Using Data Templates in XAML
Avalon provides a number of conveniences in terms of accessing and binding external data sources. This paper explains how one can bind and display XML data using a data template in XAML. For ease of demonstration, the XML is defined as a resource within the XAML document. This technique is...
Tags: XAML, XML-Data, Avalon
White papers 2005-12-10
Live From Redmond: Binding Data to Silverlight 2 Controls
Binding Silverlight 2 controls to business objects, databases, XML and binding collections. One way and two way binding, and implementing INotifyPropertyChanged.
Tags: Microsoft Silverlight, XML, Storage, Databases, Software/Web Development, Web Development, Hardware, Enterprise Software, Software, Data Management
Webcasts 2008-05-21
Develop Java Applications for DB2 XML Data
The DB2 Viper release, now in beta, features significant new support for storing, managing, and querying XML data. In this paper, one learns the basics of how to write Java applications that access the new XML data. One will see how to insert, query, update, and delete XML data, how...
Tags: Java Application, XML-Data, IBM DB2, Java, Databases, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2006-05-04
Introducing JAX-WS 2.0 With the Java SE 6 Platform, Part 1
One of the most exciting new features of the Java Platform, Standard Edition 6 (Java SE 6) is support for the Java API for XML Web Services (JAX-WS), version 2.0. JAX-WS 2.0 is the center of a newly rearchitected API stack for web services, which also includes Java Architecture for...
Tags: JAX-WS 2.0, Programming Languages, Java, Software Development, Software/Web Development
White papers 2006-09-01
Programming With the Java XML Digital Signature API
One of the significant new features of the Java Platform, Standard Edition 6 (Java SE 6) is the Java XML Digital Signature API. This API allows the user to generate and validate XML signatures. XML signatures are a standard for digital signatures in the XML data format, and they allow...
Tags: Programming, XML, Programming Languages, Java, Software/Web Development, Web Development, Software Development
White papers 2007-03-01
HydraSDO for XML (exe)
HydraSDO for XML automates the creation of service-oriented data services in Java and C++. With HydraSDO for XML, you're able to easily share data between Java and C++ applications by having one copy of the data in-memory and accessing shared data from both C++ and Java applications using the standard...
Tags: Rogue Wave Software, C++, C/C++, Programming Languages, XML, Java, Software Development, Software/Web Development, Web Development
Software downloads 2006-11-13
Better JPA, Better JAXB, and Better Annotations Processing With Java SE 6
Off late released Java SE Standard Edition 6 brings greater convenience and greater usability to several portions of the Java programming language and platform. In particular, Java SE 6 makes it easier for Java developers to apply JAXB Java Architecture for XML Binding and annotations processing to their development efforts,...
Tags: Programming Languages, Java, Software Development, Software/Web Development
White papers 2007-09-01
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
Bind HTML data elements to XML data islands
Similar functionality, Database drivenAlthough this is a topic that has been around a while, it is still viable, and I was curious if anyone has built anything that provides similar capability using direct database connections. I am thinking about using existing mechanisms to provide an XML products to a consumer...
Tags: HTML, live database data islands, programming, ScotlynHatt, XML, XML-Data, XSLT
Discussion threads 2005-05-10
Introduction to Data Binding in Windows Forms
In this webcast, the listener will learn the basic concepts of Windows Forms data binding in Visual Studio .NET. He or she will also hear about some of the common Windows controls used in data binding and how the PropertyManager and the CurrencyManager objects are involved. The listener will also...
Tags: Microsoft Corp., Microsoft Windows, Microsoft Development Tools, Operating Systems, Software, Development Tools, Software Development, Software/Web Development
Webcasts
MSDN Webcast: Essential ASP.NET for the Web Developer (Part 11 of 15): Advanced Data Binding (Level 200)
This webcast will dig deeper into the new data-related features of Microsoft ASP.NET 2.0. The webcast covers hierarchical data binding, the ObjectDataSource object, multi-layered architectures with declarative binding, and two-way binding.
Tags: Web Developer, Microsoft Developer Network, Web, Webcast, Microsoft ASP.NET, Microsoft Corp., .Net, Digital Media, Middleware, Software Development, Software/Web Development, Consumer Electronics, Personal Technology, Enterprise Software, Software
Webcasts
Integrating Portable XML Data With Portable C/C++ Code
XML is changing the world of information sharing and exchange. Because XML is a well-formed markup language, a programming technology is required in order to perform processing-related tasks such as parsing, generating, manipulating, and validating XML data. For that reason, C and C++ are commonly used for writing XML-based applications....
Tags: XML, XML-Data, C/C++, Programming Languages, Software Development, Software/Web Development
White papers
Xotics (zip)
Xotics is a set of Java tools and libraries for XML programming and processing, based on the association of JavaBeans and XPath 2 requesting support. Xotics is a complete solution, intended to Java developers, addressing both client and server side programming. Xotics contains a Core API implementing base concepts, an...
Tags: Concept, JavaBeans, XPath, Xotics, XML, Java, Software/Web Development, Web Development, Programming Languages, Software Development
Software downloads 2006-04-14
Developing JDBC Applications With DB2's PureXML
The combination of XML features and JDBC has provided Java developers with more powerful choices for manipulating data within their applications. Meanwhile, the evolution of Java has spawned many JDBC drivers - interfaces for connecting with a database and manipulating data within a Java application - to handle the needs...
Tags: JDBC, JDBC Driver, IBM DB2, Java, Databases, Programming Languages, Enterprise Software, Software Development, Software/Web Development, Software, Data Management
White papers 2006-10-12
Opening the Door to XML
DB2 9 offers significant new support for XML, which Java application developers can begin to use with minimal effort. That's because DB2 9 enables programmers to query, insert, update, and delete XML data - as well as traditional SQL data - using familiar JDBC statements and industry-standard query languages. This...
Tags: IBM DB2, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
White papers 2006-08-01
XML Validation and XPath Evaluation in J2SE 5.0
Some of the exciting new features of the Java 2 Platform, Standard Edition (J2SE) 5.0 release, code-named Tiger, are the added XML validation package at javax.xml.validation and the XPath libraries at javax.xml.xpath. Before the Tiger release, the Java API for XML Processing JAXP SAXParser or DocumentBuilder classes were the primary...
Tags: J2SE, XPath, XML, Java, Software/Web Development, Web Development, Programming Languages, Software Development
White papers 2005-09-08
Introducing XQJ: A Java API for XQuery
Query is a declarative language for querying XML that's similar to SQL for querying relational data. Most Java developers are familiar with JDBC, which provides a standard Java API to interact with a variety of SQL engines operating against relational data sources. XQJ has the same goal: It provides Java...
Tags: XQuery, XQJ, JSR 225 Specification, Programming Languages, XML, Java, Software Development, Software/Web Development, Web Development
White papers 2007-05-22
.NET: Gain power and flexibility with data binding
This week's .NET newsletter explains how data binding provides enormous power and flexibility when developing .NET applications.Most developers immediately think of database connections when discussing data binding, but it is much more than that. You can use one of the numerous data types included with .NET, as well as a...
Tags: .NET, Application servers, Middleware, Microsoft .NET
Discussion threads 2005-03-01
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's Data Protection Policy
Your organization is subject to a mix of strict legal, ethical, and self-imposed mandates that protect all of the organization's information, records, ...
Buy Now
Harness the Full Power of Mac OS X
Harness the Full Power of Mac OS X is a prepackaged solution for basic Mac OS X training. This presentation contains everything you need to instruct e ...
Buy Now