| Similar Articles |
 |
JavaWorld May 2000 Jason Hunter & Brett McLaughlin |
Easy Java/XML integration with JDOM, Part 1 JDOM is an open source API designed to represent an XML document and its contents to the typical Java developer in an intuitive and straightforward way....  |
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 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.  |
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...  |
JavaWorld October 2000 Brett McLaughlin |
Validation with Java and XML Schema, Part 2 A roadmap for taking Java method parameters and validating them against constraints in an XML document. Various approaches will be examined, and you will begin to actually code the utilities for converting those XML constraints into usable Java utilities...  |
JavaWorld November 2000 Brett McLaughlin |
Validation with Java and XML schema, Part 3 Taking validation beyond simple if-then-else structures, XML schemas can provide a better way to validate data in Java applications. You'll learn to parse the XML schema, build up Java representations of the schema's constraints, and apply those constraints to an application's data...  |
JavaWorld January 2001 Stanley Santiago |
Combine the power of XPath and JSP tag libraries In this article, we'll examine the XPath custom tag library for JSPs and see a tag collection that provides simple control constructs and a uniform attribute value substitution facility, all of which combine to reduce complexity and improve functionality...  |
JavaWorld June 2000 |
Letters to the Editor (June 23, 2000) Jason Hunter addresses a gripe with calling instanceof when using JDOM; Mark Johnson responds to feedback on his XML series; reader challenges Tony Sintes about whether it truly is impossible to write a swap method...  |
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?  |
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  |
JavaWorld May 2001 Markus Dorn |
Reading objects is easy with SAX By following some simple rules when mapping objects to XML, you can easily read object structures, even complex ones, from XML. See how you can use SAX to eliminate that complexity...  |
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.  |
JavaWorld June 2001 Michael Daconta |
An API's looks can be deceiving When you examine an API, your first impressions are often wrong. The author examines two cases where an intuitive model of how an API should work trips over the complexity of implementation details...  |
JavaWorld October 2000 Robert Hustead |
Mapping XML to Java, Part 2 This article develops a SAX API-based class library that is easily extended to create XML-to-Java mapping code. First, we explore the important ideas that drive the need for the class library. Then we develop a basic approach for implementing the library as well as a few samples that demonstrate some more advanced topics on parsing XML with the SAX API...  |
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...  |
JavaWorld February 2002 Dennis M. Sosnoski |
XML documents on the run, Part 1 Event-driven XML document processing with SAX (Simple API for XML) and SAX2 can greatly improve performance and can avoid document size limits associated with in-memory representations such as DOM (Document Object Model) or JDOM...  |
JavaWorld October 2002 Ray Djajadinata |
Yes, you can secure your Web services documents, Part 2 Introduction to XML Digital Signature, a standard that handles a document's integrity, including how to write XML Signature code using an implementation currently available: IBM XML Security Suite.  |
JavaWorld January 2002 Yuan & Long |
Build database-powered mobile applications on the Java platform This article explains how to create mobile database applications using the Java 2 Platform, Micro Edition/Mobile Information Device Profile (J2ME/MIDP) and the Java 2 Platform, Enterprise Edition (J2EE). The authors introduce an architecture that uses JavaServer Pages (JSPs) as middleware between a MIDP frontend and a database backend. They also explain specific design decisions and implementation issues, such as persistent storage, network connection, session management, and data communication. Their discussion focuses on the integration between the client and server-side Java applications.  |
JavaWorld October 3, 2003 Mitch Gitman |
Keep up with the Web service styles (and uses) While XML-transparent Web service development might sound like the easy way to go, understanding and manipulating XML in SOAP messages can actually avoid some development difficulties.  |
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...  |
JavaWorld September 2000 Todd Sundsted |
Alternative deployment methods, Part 3: The code In Part 3 of his series on application deployment, Todd Sundsted looks at the code that supports the deployment tool he described in Part 2. This article explains the framework's operation, highlights its design features, and explores the challenges of building this type of application.  |
JavaWorld March 2001 Vinay Aggarwal |
The magic of Merlin This technical overview will give you insight into the various new features and APIs of the upcoming JDK 1.4 -- code-named Merlin -- expected to be released this month.  |
JavaWorld October 2000 Michael Koch |
Leverage legacy systems with a blend of XML, XSL, and Java As e-commerce becomes a focal point for companies scrambling to have a presence on the electronic frontier, incorporating those new ventures into the existing infrastructure becomes crucial. A few creative applications using XML and Java can give you a good solution...  |
JavaWorld December 2000 Peter Sayer |
XML for Java gains new support with Sun API enhancements Sun Microsystems published details on Monday of two new interfaces to link its Java programming language to XML...  |
Macworld October 2000 Lisa Schmeiser |
Inside XML Will These Three Letters Change the Web Forever? Don't let what you don't know frighten you. XML promises to make Web publishing as simple as an elementary-school grammar lesson. And Macworld's in-depth XML tutorial will show you what it's all about.  |
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.  |
Linux Journal February 1, 2007 Marcel Gagne |
Cooking with Linux - Words, Words, Words... When it comes to being understood and sharing information, it's not just about open source, it's about open standards.  |
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 January 2002 Frank Sommers |
A birds-eye view of Web services The author defines Web services, explains how they operate, and compares them to related Java technologies. He also presents a general programming model for Web services, independent of any framework or technology...  |
PC Magazine November 14, 2007 Neil J. Rubenking |
Stripping Out Metadata in Word Want to remove your name and other personal info from a Word document? Here's a simple trick to do just that.  |
D-Lib Jul/Aug 2000 Thomas A. Phelps & Robert Wilensky |
Robust Hyperlinks and Locations We suggest that building "permissive, but robust" digital library systems and services is an attractive alternative to the library and computer science tradition of building "strict, but fragile" systems.  |
InternetNews April 8, 2004 Sean Michael Kerner |
W3C Advances Specs For Web Interoperability DOM Level 3 specifications are now official W3C recommendations for developers to enable components across all browsers, servers and platforms.  |
PC Magazine April 20, 2004 Sheryl Canter |
Understanding Client-Side Scripting Make your Web pages more dynamic without overburdening your server.  |
D-Lib Jan/Feb 2013 Michael Rumianek |
Archiving and Recovering Database-driven Websites In this paper, a procedure is presented that overcomes the problems faced by archivists of database-driven websites.  |
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.  |
Investment Advisor February 1, 2011 Dan Skiles |
Building an Efficient Document Imaging Strategy The good news regarding document imaging and management is that most advisors are already storing some of their documents electronically. The challenge for advisors is making sure that they have the right system in place for their firm.  |
Financial Advisor October 2005 David L. Lawrence |
An Efficient Financial Plan Production Process For financial advisers, the right software reduces work while making documents look better. A couple of popular choices in this category are MoneyGuidePro... Naviplan Central... Adobe Acrobat 7.0 Professional... etc.  |
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 February 2, 2007 Michael Hickins |
Microsoft Produces One-Way ODF Translator Microsoft has produced a translator allowing competing word processing programs to read Open XML Word documents.  |
Insurance & Technology January 5, 2007 Chris Smith |
Content Management And BPM Converge Moving into 2007, insurers should be looking at ways to further integrate document and business processes, creating fully automated, end-to-end document and content solutions.  |
JavaWorld August 2002 Ray Djajadinata |
Yes, you can secure your Web services documents, Part 1 This article discusses XML Encryption, an important technology in the Web services security realm. The article explains what it is, why savvy Java programmers should understand it, and how to implement the technology using IBM's XML Security Suite.  |
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.  |
PC Magazine May 17, 2006 |
High to Low Page Numbers in Word Putting formulas in footers of Microsoft Word documents to manage page numbers.  |
Linux Journal March 7, 2006 Bruce Byfield |
OOo Off the Wall: That's Your Version--Document Control in OOo Writer Learn how to use OpenOffice.org Writer's version control tools to keep track of who made which changes and when, without diving into big CMS applications.  |
Information Today August 20, 2007 |
Recommind Introduces Axcelerate eDiscovery Recommind's new document coding and analysis solution, Axcelerate eDiscovery, offers law firms accurate and extensive culling and filtering of virtually all document types.  |
Financial Advisor February 2010 Joel P. Bruckenstein |
One For The Short List Document management system Image Executive allows advisors to operate more productively, efficiently and securely.  |
InternetNews December 7, 2006 Michael Hickins |
Microsoft Office Open XML Sparks Standards Fight The Ecma standards organization approved Microsoft's document format, opening the door for certification by ISO, which has already approved a competing standard.  |
PC Magazine January 1, 2008 John Brandon |
Secure Your Word Docs Before sending cover letters to clients or financial summaries to the boss sign your documents and use encryption and passwords to protect their privacy.  |
PC Magazine January 1, 2008 Matthew D. Sarrel |
Use Office to Collaborate on Projects Use the collaboration features in Microsoft Office to track the development of a document.  |
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.  |