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. |
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. |
New Architect November 2002 Amit Asaravala |
Can Public Web Services Work? Services, SOAP, and the survival of the fittest |
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... |
Bio-IT World July 11, 2002 Salvatore Salamone |
P2P's Powerful Promise Systems management remains difficult, but the payoff is getting teraflop computing from a sea of commodity PCs. Just ask Entelos and Novartis. |
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 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 July 2002 Al Williams |
That's A Wrap Bridging legacy systems and the Web with SOAP. |
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... |
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. |
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... |
CIO September 1, 2002 Ben Worthen |
Web Services: Still Not Ready for Prime Time The Next Hyped Thing is starting to show its age. Time for a reality check of what Web services can and cannot do. |
PC Magazine October 1, 2003 Robert P. Lipschutz |
Test Make sure your web services are fast and accurate. |
D-Lib June 2001 John S. Erickson |
A Digital Object Approach to Interoperable Rights Management Fine-grained policy enforcement enabled by a digital object infrastructure... |
InternetNews February 6, 2004 Alexander Wolfe |
Interop, the Web Services Watchword Are too many groups working on too many specifications for Web services? Some experts think so. |
D-Lib Jan/Feb 2010 Reilly & Tupelo-Schneck |
Digital Object Repository Server: A Component of the Digital Object Architecture This paper introduces the Digital Object Repository Server, the most recent instantiation of the Corporation for National Research Initiatives' repository work. |
JavaWorld August 2002 Tarak Modi |
J2SE 1.4 breathes new life into the CORBA community, Part 1 The new CORBA features in J2SE (Java 2 Platform, Standard Edition) 1.4, and how you can use them to create highly scalable and robust applications. Includes a brief tutorial on creating a simple CORBA-based application using J2SE 1.4. |
JavaWorld September 2002 Robert McMillan |
IBM's grid conversion What lies beyond Web services? Some say the answer depends on the emerging model for distributed resource management known as grid computing. And if developers at IBM and the grid-based Globus Project are right, you'll be able to do grid computing with JBoss and IBM WebSphere within the year. |
InternetNews May 10, 2006 Clint Boulton |
W3C: WS-Addressing is Good to Go The World Wide Web Consortium ratified Web Services Addressing 1.0 as a standard, removing another stumbling block on the road to interoperability among distributed computing systems. |
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... |
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. |
D-Lib April 2001 John S. Erickson |
Information Objects and Rights Management: A Mediation-based Approach to DRM Interoperability Although the central focus of this article is to confront current information-opaque approaches to digital rights management, I hope the principles presented here are broader in scope and will suggest solutions elsewhere... |
InternetNews April 11, 2005 Jim Wagner |
Open Sourcing on The Grid ActiveGrid gives the open source community a grid computing XML development tool and application server for Web developers. |
JavaWorld March 2002 Matjaz B. Juric |
Integrate EJBs with CORBA Interoperability between EJBs and CORBA is important for integrating Java- and non-Java-based applications. This article shows how to achieve integration between an EJB and a CORBA C++ application... |
InternetNews February 11, 2004 Jim Wagner |
Big Vendors Lobby for CORBA With Their Java IBM, HP and BEA are concerned an interoperability specification isn't getting its due on Java's newest platform. |
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 2001 Jian Zhong |
Step into the J2EE architecture and process By reading this article, you will better understand many important J2EE architecture topics, and be able to apply that knowledge to extend and modify this simple methodology to solve your special business problems... |
D-Lib Nov/Dec 2015 Van de Sompel & Nelson |
Reminiscing About 15 Years of Interoperability Efforts Over the past fifteen years, our perspective on tackling information interoperability problems for web-based scholarship has evolved significantly. |
D-Lib April 2003 Staples et al. |
The Fedora Project An Open-source Digital Object Repository Management System |
JavaWorld July 2000 Sastry K. Malladi |
Oracle8i's ORB does the trick An in-depth overview of developing scalable and secure server-side Java CORBA applications using Oracle8i JVM and ORB. Also, session-based IIOP is introduced. |
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. |
New Architect May 2002 |
Securing .Net A conversation with Microsoft's John Montgomery... |
InternetNews October 14, 2005 Erin Joyce |
The Edge is Everywhere Remember Jini? After stumbling in 1999, the open software technology has found its legs again - and so has Sun Microsystems' motto. |
JavaWorld December 2001 Joshua Fox |
Deploy code servers in Jini systems Jini is a simple architecture for distributed systems, but developers often find that deploying a Jini system, and running multiple HTTP servers in particular, can be challenging. This article describes several solutions to this problem, and covers the advantages and disadvantages of each solution, such as scripts, embedded HTTP servers, all-in-one Jini systems, and enterprise-class HTTP servers. |
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. |
InternetNews December 21, 2006 Clint Boulton |
SOA, Virtualization Jolt App Server Market Application server software enjoys healthy growth in 2005, thanks to emerging computing tactics. |
JavaWorld March 2001 Brian Goetz |
Design for performance, Part 3: Remote interfaces Many common Java performance problems stem from class design decisions made early in the design process, long before most developers even start thinking about performance. This article examines performance issues specific to remote applications... |
JavaWorld May 2002 Nik Silver |
Jtrix: Web services beyond SOAP This article describes Jtrix, an open source Web services platform for secure, roving applications. It examines the limits of existing standards, Jtrix's core model, and how Jtrix enables you to create Web services in such areas as hosting, disk space, and CPU time... |
JavaWorld September 2002 Tarak Modi |
J2SE 1.4 breathes new life into the CORBA community, Part 2 The Portable Object Adapter (POA), introduced in CORBA 2.2, replaced CORBA's Basic Object Adapter (BOA). An object adapter represents a core piece of the CORBA runtime on the server. This article explore J2SE 1.4's POA support. |
CIO September 15, 2002 Steve Baloff |
Investing in Web Services It's still unclear if the Web services model will actually become the promised industry revolution, or simply serve as a feature set for tomorrow's products from today's well-established players. |
Bio-IT World February 10, 2003 Malorye Branca |
Conquering Infinity with Chemical Genetics Harvard superchemist Stuart Schreiber defines the convergence of chemistry and biology. Now the field of chemical genetics is heading toward the clinic. |
CIO July 15, 2002 Christopher Lindquist |
Creative Visualizatio Spotfire analysis tools turn complex data into pretty -- and powerful -- pictures. |
JavaWorld November 2002 Tarak Modi |
J2SE 1.4 breathes new life into the CORBA community, Part 4 The conclusion to this series on enterprise CORBA development with J2SE 1.4 discusses two important topics: portable interceptors and the Interoperable Naming Service (INS). Those interested in extending ORB functionality, or passing additional call context information during runtime, will find portable interceptors useful. All CORBA developers will find the section on the INS refreshing because it provides a layer on top of the CORBA Naming Service that features support for stringified and user friendly URL names and standardized bootstrapping. |
ONLINE March 2001 Marydee Ojala |
Distributed Librarianship A growing trend in librarianship is something I like to call "distributed librarianship." I base my definition loosely on distributed computing, where several computers are connected via a network to share aspects of tasks... |
JavaWorld November 2000 M. Jeff Wilson |
Get smart with proxies and RMI RMI enables developers to either get a remote reference to a distributed object, in which all method calls are forwarded to the server object, or get a copy of the remote object and invoke on it locally. You can combine these approaches in a way that is transparent to the client code... |