| Similar Articles |
 |
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.  |
JavaWorld December 2002 Tarak Modi |
Safeguard your XML-based messages Apache XML Security is an open source implementation of the XML Digital Signature specification that allows you to digitally sign your Web service messages. Digital signatures assure your messages' receivers that the messages are really from you.  |
D-Lib June 2005 Bekaert & Van de Sompel |
A Standards-based Solution for the Accurate Transfer of Digital Assets An XML-based solution is devised as a transfer method for digital assets between the research library at Los Alamos and the American Physical Society.  |
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.  |
JavaWorld March 2003 |
Secure Web services Security is important for any kind of distributed computing environment. For Web services environments, security is becoming even more important due to Web services' unique characteristics. This article explains why Web services need a different set of security schemes.  |
JavaWorld December 2002 Michael Juntao Yuan |
Data security in mobile Java applications Learn how to select and use third-party security toolkits  |
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.  |
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.  |
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 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 March 2001 Tarak Modi |
Clean up your wire protocol with SOAP, Part 1 SOAP is not just another buzzword. It is a powerful new application of vendor-agnostic technologies, such as XML, that can help take the world of distributed programming to new heights. This article, the first in a series of four, introduces you to the basics of SOAP...  |
JavaWorld April 2001 Todd Sundsted |
Construct secure networked applications with certificates, Part 4 A tour of authentication from the X.509 perspective and the steps necessary for verifying a chain of X.509 certificates...  |
RootPrompt.org April 17, 2000 Lance Spitzner |
Digital Certificates & Encryption Digital Certificates & Encryption - how they work and apply to Internet Commerce.  |
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...  |
CIO October 15, 2000 J. Brown |
Emerging Technology Digitally signed documents could streamline business processes...  |
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...  |
D-Lib Jul/Aug 2000 Thornton Staples & Ross Wayland |
Virginia Dons FEDORA: A Prototype for a Digital Object Repository After shopping for a digital library system unsuccessfully, in 1999 we created a digital library research and development group and set about creating the system that we need.  |
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 November 2000 Todd Sundsted |
Signed and sealed objects deliver secure serialized content The Java serialization mechanism does not protect the serialized content, and thus introduces the possibility of security flaws in applications using serialization. Two classes are designed to protect the contents of serialized objects from manipulation and examination...  |
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 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.  |
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.  |
Linux Journal September 2001 Mick Bauer |
GPG: the Best Free Crypto You Aren't Using, Part I of II An introduction to the underappreciated, 100% free utility you didn't know you needed (but do) -- GnuPG...  |
Entrepreneur October 2006 Amanda C. Kooser |
Sign of the Times Should you be using electronic signatures?  |
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...  |
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.  |
Linux Journal March 29, 2007 Mike Diehl |
Writing Web Applications with Web Services and Ajax An Ajax primer with Perl and PostgreSQL.  |
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 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...  |
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.  |
Bank Technology News December 2004 Michael Sisk |
Security: Harland Tackles Forgery in The Check 21 Environment John H. Harland Co.'s new pilot program could be used to safeguard consumer checks from fraud at the point of sale.  |
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 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 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 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...  |
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.  |
JavaWorld June 2002 Michael Juntao Yuan & Ju Long |
Java readies itself for wireless Web services The future world of pervasive computing demands powerful and flexible development platforms. Is Java up to the task? Can Java provide end-to-end solutions for wireless Web services networks? The authors discuss the definition, importance, and architecture of wireless Web services.  |
Bank Systems & Technology July 28, 2006 Nancy Feig |
Arcot Systems and EMC to Integrate Digital Signature and Documentum Technologies Arcot Systems, a provider of multifactor authentication and digital signature solutions, has entered into an alliance with EMC.  |
Bank Technology News April 1, 2008 Farquharson & Goldsmith |
SOA Security Policies Across Partnerships The idea of business partners sharing security policies for electronic transactions is relatively new.  |
InternetNews August 2, 2007 Sean Michael Kerner |
Web Services Secure But Flawed Security researcher argues that most Web Services security implementations are vulnerable to attack, and he shows a Black Hat audience exactly where to look.  |
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.  |
Registered Rep. March 1, 2007 |
Signature Guarantees A registered rep questions the use of its credit union's Medallion Stamp Signature Guarantee for a client's insurance company bank draft account.  |
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 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...  |
Insurance & Technology April 5, 2006 Maria Woehr |
Sign Me Up Although all insurers look to improve efficiency through straight-through processing, empower agents with the latest technologies and enhance customer service, many have yet to implement a seemingly obvious efficiency: e-signatures.  |
InternetNews February 15, 2005 Clint Boulton |
XML Security Comes to the Fore at RSA Independent vendors attack the XML security market to help ensure safe, fluid Web services.  |
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.  |
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 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.  |
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.  |