Similar Articles |
|
JavaWorld September 2001 Dirk Reinshagen |
XML messaging, Part 3 This article introduces the JAXM API and the ebXML XML messaging standard. These two standards, working together, enable you to send SOAP messages in a message-oriented fashion... |
JavaWorld June 2001 Dirk Reinshagen |
XML messaging, Part 2 This article, the second of three, introduces SOAP to the XML messaging equation. The author begins by describing SOAP and other related technologies, then reinforces with a simple example using SOAP to create an invoice... |
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 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 August 2002 Michael Juntao Yuan |
Access Web services from wireless devices The Simple Object Access Protocol (SOAP) has become the most important data exchange protocol for XML Web services. All Web services applications must support SOAP. This article introduces an essential tool to support Web services on small wireless devices -- the kSOAP parser. |
JavaWorld October 12, 2003 Avinash Gokli |
Java-based Web services for various client types Before you design, implement, and test Java-based Web services, you must first analyze several critical issues. This article examines these issues and discusses Formatting Objects Processor (FOP) Web services implementation details for different types of clients. |
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 September 2002 Frank Sommers |
I like your type: Describe and invoke Web services based on service type The Web Service Description Language (WSDL) provides an XML grammar for defining and advertising a Web service, including a service's type. This article gives an overview of how to describe a Web service with WSDL using Apache Axis tools and Java. |
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 November 2002 B.J. Fesq |
Sun boosts enterprise Java This article provides a clear understanding of the enterprise Java platform's direction and introduces J2EE (Java 2 Platform, Enterprise Edition) 1.4's support for emerging Web services standards. |
JavaWorld January 2002 Tarak Modi |
Axis: The next generation of Apache SOAP Apache SOAP has evolved to the point of its own extinction. Apache's Axis project is a complete re-architecture of its SOAP implementation and has many new features previously unheard of in Apache SOAP. Here's a high-level look at how Axis takes Apache SOAP to the next level... |
JavaWorld September 2001 Sonal Bansal & Gaurav Pal |
The Web at your (machine's) service This article provides a practical Web service implementation based on the Simple Object Access Protocol (SOAP), Universal Description Discovery and Integration (UDDI), and Web Services Description Language (WSDL) for delivering SMS messages to cellular phones... |
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. |
New Architect July 2002 Al Williams |
That's A Wrap Bridging legacy systems and the Web with SOAP. |
JavaWorld April 11, 2003 Mitch Gitman |
Axis-orizing objects for SOAP Axis is an open source Java framework for implementing Web services over XML-based SOAP. This article guides the reader through the minefield of developing and deploying a sophisticated Web service using Axis. |
JavaWorld July 2001 Tarak Modi |
Clean up your wire protocol with SOAP, Part 4 Here's a framework based on the dynamic proxy classes in the Java 2 Platform, Version 1.3. This framework will make creating SOAP clients just as easy and intuitive as creating SOAP services... |
JavaWorld October 2001 Tony Loton |
JavaMail quick start This article shows the first steps on the road to building Java-based email applications. If you fancy building your own email client to replace Microsoft Outlook, or a Web-based email system to rival Hotmail, this is the place to start... |
JavaWorld March 2002 Ozakil Azim & Araf Karsh Hamid |
Cache SOAP services on the client side This article describes how to create transparent, client-side caching for SOAP services using Java's Business Delegate and Cache Management design patterns... |
InternetNews August 24, 2004 Michael Singer |
WS-I Profiles Move to Next Phase The Web services consortium publishes Basic Profile 1.1, Attachments Profile 1.0 and Simple SOAP Binding Profile 1.0 for widespread testing and review. |
JavaWorld February 2002 Jeff Hanson |
Use Web services to integrate Web applications with EISs Web services expose business processes to bolster object-oriented and component-based programming with a services-based model. You can enhance your current programming model to support Web services by adding a service contract... |
JavaWorld March 2001 Michael C. Daconta |
Dodge the traps hiding in the URLConnection class This article focuses on problems with posting to an HTTP URL and the bane of new Java programmers, the NoClassDefFoundError... |
JavaWorld June 2001 Tarak Modi |
Clean up your wire protocol with SOAP, Part 3 An even simpler way to create SOAP services using Apache SOAP and JavaScript... |
InternetNews December 15, 2005 Erin Joyce |
Myths And Realities of Web Services Web services and service-oriented architecture are the holy grail of computing, but you must still beware of their ups and downs. |
InternetNews January 25, 2005 Clint Boulton |
W3C Issues Key Web Services Standards The standards body delivers three complete components for speeding the way XML-based documents are transmitted. |
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... |
New Architect November 2002 Amit Asaravala |
Can Public Web Services Work? Services, SOAP, and the survival of the fittest |
JavaWorld April 2001 Tarak Modi |
Clean up your wire protocol with SOAP, Part 2 Creating applications that use SOAP is not difficult, and Apache SOAP makes it even easier. Part 2 of this four-part series on SOAP will introduce you to Apache's SOAP implementation and walk you through some simple examples that demonstrate the essence of creating SOAP-based apps... |
JavaWorld March 2001 Dirk Reinshagen |
XML messaging, Part 1 In this article, the first of three, the author discusses XML messaging, specifically the basic premise of XML messaging, what it is, and why it is useful. Further, he presents a simple XML message broker for custom XML messages... |
JavaWorld May 16, 2003 Michael Juntao Yuan |
Let the mobile games begin, Part 2 This article uses a mobile driving-directions example to discuss how the Java and .Net platforms work together from end to end with the help of XML Web services. Through the code examples, the author also illustrates each platform's key benefits and problems. |
JavaWorld December 2001 |
Sun adds Web services to J2EE The Java XML Pack adds capability for XML messaging and data binding, as well as remote procedure calls using SOAP (Simple Object Access Protocol). |
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. |
JavaWorld August 2001 John Rommel |
Will Web services jump-start the software slump? Web services have been hyped as the "new" new thing -- the future of business and personal living. The certainty of change, driven by the business necessity to deliver faster, better, and cheaper services, is continually transforming the Internet. |
D-Lib February 2009 van Veen et al. |
Sharing Functionality on the Web: A Proposed Services Infrastructure for The European Library A Proposed Services Infrastructure for The European Library |
Linux Journal February 2001 Dan Teodor |
Web Servers and Dynamic Content Using legacy languages like C and Fortran can aid computationally complex web applications... |
New Architect April 2002 Amit Asaravala |
Web Services Orchestra An ensemble of common protocols and open technologies keep Rotech Medical singing... |
New Architect May 2002 |
Securing .Net A conversation with Microsoft's John Montgomery... |
Bio-IT World November 19, 2004 Chris Dwan |
Bridging Gaps with Web Services Web services provide a middle ground between the command line and the Web. |
InternetNews May 24, 2005 Clint Boulton |
Reactivity Breaks XML Message Barrier Reactivity said it has created new software that improves the way large chunks of XML-based messages are processed on computer networks. |
JavaWorld October 2002 |
Java Product News (updated October 11, 2002) QFS launches UI testing tool... Bowstreet adds WebSphere support... McGraw-Hill Osborne Media releases J2EE books... CipherSoft adds JSPs to Exodus... exe4j integrates Java apps with Windows... Blaze Advisor receives upgrade... Crediware updates Java GUI tool... PointBase enhances relational database suite... etc. |
JavaWorld April 25, 2003 Anthony Karre |
A do-it-yourself framework for grid computing Large-scale grid computing frameworks can be successfully used to build computational grid infrastructures, but their sophistication can also be a barrier for software designers experimenting with entry-level grid computing. |
JavaWorld September 20, 2002 |
Java Product News TogetherSoft plans WebSphere Studio support... Birdstep announces new databases... Poseidon for UML 1.4 now available... Davisor Chart enables interactive charts and reports... Amber Archer enhances class library with SOAP... Dirig adds Sun ONE support to Fenway solution... etc. |
JavaWorld September 27, 2002 |
Java Product News Sun announces new J2ME APIs and J2EE improvements... Ilog launches JConfigurator 2.0... Sybase enhances PowerDesigner... Air2Web increases its Java capabilities... Hit adds new features to JDBC middleware product... TogetherSoft announces Mac and WebSphere support... etc. |
PC Magazine May 18, 2004 Robert P. Lipschutz |
Crafting Interoperable Web Services Web service interoperability has been a rather elusive goal. Now an organization dedicated to it provides help. |
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 October 4, 2002 |
Java Product News PointBase enhances relational database suite... Manning publishes JMX guide... esmertec expands JVM product line... Actional launches Web services management platform... AdventNet brings JMX to business-level management tool... ObjectAssembler integrates with Sun ONE Studio... etc. |
JavaWorld June 2000 Julie Salzmann |
News and New Product Briefs (June 9, 2000) Allora supplies XML access to relational databases; TowerJ 3.5 JVM now offers J2EE capabilities; IBM's alphaWorks offers intelligent agent and XML-messaging tools; ChartStream generates realtime stock charts; Site Mapper 2000 maps out Websites; Sun Ray allows developers to collaborate on multiple projects. |
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. |
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 18, 2004 Clint Boulton |
WS-I Clears Basic Security Hurdle Working group moves closer to making Web services security a crucial assurance for commercial businesses. |
JavaWorld September 2001 James R. Borck |
Leaders of the Web services pack The technology industry is abuzz about Web services. It's unclear, however, how Web services will affect developer's work, especially at this early stage. With that in mind, how do the Web service offerings from four leaders -- Microsoft, HP, IBM, and Sun Microsystems -- stack up? |