Similar Articles |
|
JavaWorld September 2002 Joe Walker |
XML glossary With XML evolving at a rapid pace, many developers get lost in a sea of acronyms. This article defines many XML technologies crucial to Java developers |
Linux Journal September 30, 2006 David Lynch |
Simple Web Sites Using DocBook XML and CSS An embedded software developer explains how to build simple content Web sites using DocBook XML and CSS. |
JavaWorld June 2000 Michael Ball |
XSL gives your XML some style Separating content from presentation is one of XML's major features. But eventually you need to style that XML into something presentable. That's where XSL (Extensible Stylesheet Language) comes in -- XSL transforms XML from one document type to another. Servlets provide a great platform for doing those translations. In this article you'll learn how to transform XML into HTML, using servlets. |
New Architect October 2002 Paul Sholtz |
Tame the Information Tangle A new breed of document storage and management systems has appeared that's been specially optimized for publishing XML documents on the Web. A look at native XML databases and XML-enabled databases. |
JavaWorld May 2000 Bill Venners |
Objects versus documents for server-client interaction, Part 1 Bill Venners compares the traditional approach to client-server interaction, using protocols and documents, with Jini's approach of using objects and interfaces.... |
Linux Journal March 1, 2002 Cameron Laird |
XSLT Powers a New Wave of Web Applications Extensible Stylesheet Language for Transformations (XSLT) is a computing language specialized for mapping XML documents into other XML documents... |
PC Magazine December 28, 2004 Richard V. Dragan |
Ease into XML with Microsoft Word 2003 Office 2003 is XML-aware, and Word is a good place to get your feet wet. |
ONLINE September 2000 Norm Medeiros |
XML and the Resource Description Framework: The Great Web Hope The World Wide Web Consortium's (W3C) Resource Description Framework (RDF) and Extensible Markup Language (XML) offer a potential means to enhanced resource discovery on the Web. But will they work? |
JavaWorld August 2000 Robert Hustead |
Mapping XML to Java, Part 1 The SAX API is superior to the DOM API in many aspects of runtime performance. In this article we will explore using SAX to map XML data to Java. Because using SAX is not as intuitive as using DOM, we will also spend some time familiarizing ourselves with coding to SAX. |
InternetNews May 14, 2010 |
W3C Issues XProc XML Pipeline Standard World Wide Web Consortium issues long-awaited XML pipeline standard dubbed XProc to enable interoperability across multiple XML documents. |
InternetNews October 18, 2004 Michael Singer |
XHTML, HTML Get International Flavor An Internet standards task force is appealing to an international audience with an update to the XHTML and HTML markup languages. |
Bio-IT World May 19, 2004 Smietana & Lou |
Better Lab Workflow with XML Many bottlenecks could be avoided if informatics data systems provided mechanisms for installing these device drivers so that new instruments could be seamlessly integrated into laboratory workflow. |
InternetNews April 16, 2007 Sean Michael Kerner |
Is The Web Ready For HTML 5? Mozilla, Opera and Apple band together for next generation HTML standard. |
New Architect February 2003 Ron Miller |
Corel Ventura 10 A long awaited update, but the XML integration isn't deep enough |
JavaWorld October 2000 Rinaldo Di Giorgio |
Serve clients' specific protocol requirements with Brazil, Part 2 How to use XML to facilitate data exchange between applications.... How you apply XML to exchange weather data... Scripting languages that you can implement to efficiently and quickly produce XML-tagged data... etc. |
Linux Journal May 1, 2007 Nicholas Petreley |
Ajax Simplified Ajax can become complex as far as implementation, but the concept is quite simple. Here are the key steps involved that exploit the power of Ajax. |
D-Lib May 2003 Priscilla Caplan |
XML in Libraries Reading XML in Libraries, edited by Roy Tennant, gave me once again a powerful sense of the vigor and creativity with which we seize upon new technologies. The book features a baker's dozen of short case studies describing various library-related applications using XML in some way. |
CIO May 15, 2001 Scott Berinato |
The Hype Stuff Will XML be the ultimate platform? Or will it be the next EDI? |
JavaWorld November 2001 Dustin Marx |
JSP best practices This article discusses simple approaches and best practices that, when used correctly, facilitate JavaServer Pages (JSPs) development. These tips ensure reusable and easily maintainable JSPs, JSPs that allow developers to focus on their programming strengths... |
JavaWorld July 2000 Jason Hunter & Brett McLaughlin |
Easy Java/XML integration with JDOM, Part 2 JDOM is a new API for reading, writing, and manipulating XML from within Java code. In Part 1 of this series, Hunter and McLaughlin explained how to use JDOM to read XML from an existing source. In this final part, they focus on how you can use JDOM to create and mutate XML. |
Bio-IT World July 2005 Chris Dagdigian |
Adventures in XML Transformation The combination of XPATH and XSLT revived the Grid Engine monitoring project and enabled it to make significant progress in a few short weeks of nights-and-weekends hacking. |
InternetNews November 3, 2005 Clint Boulton |
W3C Ratifies Key XML Specs The World Wide Web consortium had a landmark day for XML development, recommending XSLT 2.0 and XML XQuery 1.0 as standards for transforming and querying XML. |
JavaWorld September 2000 Andre Tost |
XML document processing in Java using XPath and XSLT The XSLT and XPath standards provide a way of handling certain problems that is more elegant and efficient than simply using the DOM API. In fact, using DOM, XSLT, and XPath together, applying each to different problems, will lead to the best code... |
Linux Journal February 1, 2007 Ben Martin |
Virtual Filesystems Are Virtual Office Documents Use libferris, XML and XSLT to create virtual filesystems and virtual documents. |
InternetNews December 20, 2004 Clint Boulton |
New W3C Standard Reuses Content The Web standards body reaches another goal in its bid to construct composite XML documents reusing information. |
Searcher February 2002 Irene E. McDermott |
The Third Wave of the Information Age A report from the Internet Librarian Conference, November 2001... |
JavaWorld February 2002 Julien Mercay & Gilbert Bouzeid |
Boost Struts with XSLT and XML Struts is an innovative server-side Java framework designed to build Web applications. This article introduces the processing model underlying Struts, describes the Struts framework itself, and presents Model 2X, which enhances Struts... |
D-Lib November 2005 Baratolo et al. |
NSF / NSDL Workshop on Scientific Markup Languages Report of the proceedings from the National Science Foundation and National Science Digital Library workshop to assess and document scientific disciplines' work and future of markup languages (ML) in the context of digital libraries. |
InternetNews April 22, 2004 Ryan Naraine |
XML Encryption Added to Apache Project The Apache Foundation's XML Security Project takes another step towards full implementation of security standards in the markup language. |
PC World November 6, 2000 Linda L. Grubbs |
Top 5 Basic HTML Editors Building Web pages, and uploading them to host sites have never been easier with these point-and-click tools... |
JavaWorld December 2001 Taylor Cowan |
XSLT blooms with Java XSLT (Extensible Stylesheet Language Transformation) offers an excellent vehicle for styling XML documents as HTML. However, it shows some weakness when the transformation requires extensive logic. When XSLT languages fail to complete the job, you can extend your stylesheets with Java classes and take advantage of both languages' features. This article demonstrates how to extend XSLT with Java. You will learn how to instantiate and invoke methods on Java objects from within an XSLT stylesheet. The article also demonstrates how XML nodes are passed to Java classes and returned back to the stylesheet for further processing. |
JavaWorld December 2001 Sam Brodkin |
Use XML data binding to do your laundry This article walks you through two frameworks for generating Java classes automatically from XML data constraints: Sun's Java Architecture for XML Binding (JAXB) and Castor from the Exolab Group... |
InternetNews February 12, 2004 Alexander Wolfe |
Microsoft Locks Up XML Patent The software giant lands another XML patent, which will bolster its product development scheme. |
PC World November 13, 2000 Linda L. Grubbs |
Top 5 Advanced HTML Editors Create Web pages that contain Cascading Style Sheets, JavaScript, and frames, with these authoring tools... |
Linux Journal April 1, 2007 Chad Files |
Use Inkscape and XSLT to Create Cross-Platform Reports and Forms A way to create platform-independent dynamic forms and reports. |
JavaWorld August 2000 Mark Pollack |
Code generation using Javadoc This article presents a custom doclet that provides a simple extensible architecture to generate code for SQL schema, and Java and C++ classes from simple Java class definitions. |
InternetNews March 16, 2004 Jim Wagner |
Net Voice, Speech Stamped as Standards The technologies have been around for some time, but the W3C's official stamp of approval makes them standards. |
JavaWorld November 2000 Kevin Unger |
Solve your servlet-based presentation problems Should you use raw servlets, JSP pages, servlets with a templating engine, an automatic HTML-to-Java compiler, or XSL stylesheets to implement content presentation in your next thin-client application? This article surveys the various techniques and helps you make the best decision... |
D-Lib February 2005 |
The eXtensible Past: The Relevance of the XML Data Format for Access to Historical Datasets and a Strategy for Digital Preservation Reports on investigations carried out by the Netherlands Historical Data Archive into the relevance of the XML data format and the "Open Archives" paradigm on the long-term preservation and dissemination of historical datasets. |
InternetNews August 12, 2009 |
Microsoft Blocked From Selling Word, Fined $290M A U.S. court yesterday slapped Microsoft with a $290 million fine and ordered it to cease selling versions of Microsoft Office Word, marking the latest fallout from a patent dispute with a smaller firm. |
InternetNews January 24, 2007 Clint Boulton |
Key XML Standards Pass W3C Muster The World Wide Web Consortium today confirmed the fitness of several XML standards designed to query, transform and access XML data and documents. |
JavaWorld July 2000 Mark Johnson |
Programming XML in Java, Part 3 An in-depth look at the Document Object Model (DOM), the most common alternative XML-processing mechanism. See how you can use DOM to manipulate the source code data in an illustrative example program... |
JavaWorld February 2002 Victor Okunev |
Generate JavaBean classes dynamically with XSLT For some projects, you need a more flexible business object structure. This article lays a foundation for a simple framework to build truly adaptive systems, saving you hours of routine programming... |
JavaWorld April 2002 |
XML documents on the run, Part 3 This final article of a three-part XML document series looks at two pull parsers based on the new Common API for XML Pull Parsing (XMLPull), then wraps up with an XML parser performance showdown. Will the pull challengers defeat the reigning SAX2 champions? |
CIO July 1, 2001 Tim Bray |
XML: Three Letters Every CIO Should Know In a world ruled by data, it's time for a tool that protects you from the future... |
PC World June 22, 2001 Matt Berger |
Microsoft Peeks Into the Future of Software Company's chief executive says packages apps are a thing of the past, and XML is a sign of things to come... |
JavaWorld May 2002 Leon Messerschmidt |
Take the sting out of SAX Although SAX (the Simple API for XML) parsers are handy tools for parsing XML content, developing and maintaining a SAX parser can prove difficult. This article shows you how to use the information contained in XML Schemas to generate source code for a skeleton SAX parser... |
Linux Journal September 29, 2006 James Gray |
Interview with Tim Bray Atom evangelist Tim Bray talks about XML, Web Services, Java/OSS, Ruby, PHP, etc. |
JavaWorld May 2002 |
A J2EE presentation pattern: Applets with servlets and XML Sometimes a standard HTML view on your J2EE-based system doesn't offer a sophisticated enough user interface. Based on the pattern described here, you can enhance such a Web interface with the Java Plug-in. The Java Plug-in lets you embed applets that consume XML documents and display the contained data in a particular way. These XML documents contain presentation data derived from servlets looking at your business logic tier. This lets your users access powerful UI components while still retaining a strong decoupling between the business logic and presentation tiers---without complicated firewall issues. |
InternetNews January 25, 2008 Sean Michael Kerner |
HTML 5 Hits First Public Working Draft Much more remains to be done as the W3C continues its work on the next HTML standard. |