Similar Articles |
|
JavaWorld May 2002 Eoin Lane |
Is WSDL the indispensable API? Many developers consider Web Services Description Language (WSDL) the new software design view. WSDL offers a verbose, ASCII, standard, and language-agnostic view of services offered to clients. WSDL also provides noninvasive future-proofing for existing applications and services and allows interoperability across the various programming paradigms, including CORBA, J2EE, and .Net. This article shows a service's WSDL view, then explains how you can generate client and service implementations for Java and C#. It finishes by discussing possible sources for initial WSDL view generation. |
Bio-IT World August 2005 Chris Dwan |
Workflow Environments Guide As with many technology decisions, the choice of a workflow environment is seldom clear. Here's a short list of the comparable features to differentiate between various graphical workflow packages for scientific computing. |
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. |
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 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 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... |
New Architect November 2002 Amit Asaravala |
Can Public Web Services Work? Services, SOAP, and the survival of the fittest |
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? |
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... |
New Architect May 2002 |
Securing .Net A conversation with Microsoft's John Montgomery... |
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 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 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 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... |
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 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 June 20, 2003 Frank Sommers |
J2EE 1.4 eases Web service development This article reviews J2EE 1.4's new client and server programming models for Web services. |
InternetNews November 29, 2004 Clint Boulton |
Web Services Now and When One of the most significant changes in the software industry has been the arrival of Web services, a truly distributed computing model in which applications "talk" to one another. |
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). |
New Architect April 2002 Amit Asaravala |
Web Services Orchestra An ensemble of common protocols and open technologies keep Rotech Medical singing... |
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. |
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 March 2002 James R. Borck |
WebSphere Studio Application Developer 4.0 IBM's WebSphere Studio Application Developer 4.0 IDE can help small and midsize teams speed J2EE (Java 2 Platform, Enterprise Edition) application development, but only if they work on Windows... |
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. |
New Architect July 2002 Al Williams |
That's A Wrap Bridging legacy systems and the Web with SOAP. |
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... |
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... |
Bio-IT World November 12, 2002 Salvatore Salamone |
Divide and Distribute Web services -- the hot new distributed computing architecture -- promise to help life science companies give their researchers, partners, and customers improved access to diverse applications and data. |
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... |
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 July 2000 Bill Venners |
Objects versus documents for server-client interaction, Part 2 In this three-part series, Bill Venners compares the traditional approach to defining client/server interaction, using protocols and documents, with Jini's strategy of using objects and interfaces. |
PC Magazine October 1, 2003 Robert P. Lipschutz |
Test Make sure your web services are fast and accurate. |
Bio-IT World Dec 2005/Jan 2006 Chris Dwan |
Interfaces Will Save the World Bioinformatics has passed the level of complexity at which any one individual can understand the entire stack of skills required in its practice. Well-defined interfaces can also help to span the chasm between the IT and research worlds. |
JavaWorld September 12, 2003 Frank Sommers |
SAAJ: No strings attached The author shows how the SOAP with Attachments API for Java (SAAJ) 1.2 supports creating, parsing, and sending SOAP messages with binary content. |
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 |
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 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 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 January 30, 2004 Alexander Wolfe |
Q&A: Open-Source Guru Eric Raymond The president of the Open Source Initiative talks with the author about lots more than Linux and open source. |
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. |
Unix Insider August 2000 Cameron Laird & Kathryn Soraiz |
.Net is real In this week's Regular Expressions, Cameron Laird and Kathryn Soraiz take a look at Microsoft's highly anticipated .Net initiative and find it has much to offer. |
New Architect August 2002 Steven Champeon |
Debugging Web Applications Ensuring quality by finding and fixing bugs. |
Information Today June 7, 2012 |
New EBSCO Discovery Service API Released EBSCO Discovery Service API was created for libraries that want to use their own portals or website applications for their discovery service user interface while also providing researchers with the robust metadata, superior content, and enhanced search features from EDS. |
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. |
CIO October 15, 2001 Eric Knorr |
Make Way for Web Services The Web services concept stands apart in its common sense. It's a simple idea: Enterprise applications should be broken down into reusable components called services, each one performing a distinct task. They're inevitable. Just ask the big guys... |
Bio-IT World February 2007 Robert Webber |
The Clinical Trial Dilemma Whichever integration technology drives your business, understanding both the IT and Clinical Operations department's needs and expectations is crucial in avoiding an unnecessary dilemma in the decision making process. |
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. |
IEEE Spectrum November 2005 Amy D. Wohl |
Interface Lift User interfaces for Internet browsers get an extreme makeover to cope with today's torrent of information. |
InternetNews March 17, 2004 Clint Boulton |
Ready for Web Services? Take the Interop Test Now that interoperability testing tools are ready, the WS-I looks to improve Web services security. |