MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
December 2002
Michael Juntao Yuan
Data security in mobile Java applications Learn how to select and use third-party security toolkits mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles 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 mark for My Articles similar articles
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. mark for My Articles similar articles
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... mark for My Articles similar articles
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... mark for My Articles similar articles
RootPrompt.org
April 17, 2000
Lance Spitzner
Digital Certificates & Encryption Digital Certificates & Encryption - how they work and apply to Internet Commerce. mark for My Articles similar articles
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... mark for My Articles similar articles
CIO
October 15, 2000
J. Brown
Emerging Technology Digitally signed documents could streamline business processes... mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
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... mark for My Articles similar articles
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... mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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... mark for My Articles similar articles
Entrepreneur
October 2006
Amanda C. Kooser
Sign of the Times Should you be using electronic signatures? mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
Linux Journal
March 29, 2007
Mike Diehl
Writing Web Applications with Web Services and Ajax An Ajax primer with Perl and PostgreSQL. mark for My Articles similar articles
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... mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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... mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles