Similar Articles |
|
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 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 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 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 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 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... |
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 October 2000 Michael Cymerman |
Automate your build process using Java and Ant Ant is a powerful scripting tool that lets you craft build processes around your code requirements using predefined tasks and provides expansion capability to handle even more difficult tasks... |
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 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. |
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 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 April 2002 David Kearns |
Java scripting languages: Which is right for you? A scripting language can give your Java programs power they wouldn't ordinarily have. Utilities such as IBM's Bean Scripting Framework make hooking Tcl, Python, Perl, and other scripting languages into your Java application easy. However, risks and costs abound... |
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 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. |
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 October 3, 2003 Dawid Weiss |
Discover new dimensions of scripted Java This article presents an extension to BeanShell that turns scripts into real Java classes that support inheritance, Java reflection, method overriding, and so on. The extension is designed to be fully transparent to the Java application using it. |
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 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 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 August 2000 Sanjay Mahapatra |
Benefit from platform-independent builds This article explains the advantages of using a platform-independent, automated build process, and it describes two tools that support such a process, namely Make in Java (jmk) from the Free Software Foundation and Ant from the Jakarta Apache Project. |
JavaWorld May 2002 Frank Sommers |
The adventures of JWSDP An examination of the current array of Web services tools, specifically from Sun Microsystems' toolkit, Java Web Services Developer Pack... |
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 July 2002 Al Williams |
That's A Wrap Bridging legacy systems and the Web with 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? |
InternetNews June 13, 2006 Sean Michael Kerner |
Java Middleware and SOA: Wrong Together? WSO2 has a business model built on open source Apache products for SOA. |
PC Magazine April 20, 2004 Sheryl Canter |
Understanding Client-Side Scripting Make your Web pages more dynamic without overburdening your server. |
Linux Journal January 1, 2007 Reuven Lerner |
At the Forge - Prototype Prototype eases the burden of using JavaScript in Ajax. |
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 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 October 2002 Tom Yager |
Keeping BPM on track SonicXQ 1.5 software's decentralized approach to automation and effective use of Java, XML, Web services, reliable messaging, scripting, and content-based routing sets it apart from other solutions. |
Linux Journal March 29, 2007 Mike Diehl |
Writing Web Applications with Web Services and Ajax An Ajax primer with Perl and PostgreSQL. |
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 January 2, 2004 |
Java Product News Sun gives Tiger preview... judf debuts... zBlueSoftware offers zBlueStudio 1.2 |
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. |
JavaWorld June 2000 Julie Salzmann |
News and New Product Briefs (June 16, 2000) Citrix optimizes Java apps on MetaFrame for Solaris; Motorola unveils J2ME-enabled handsets; IBM contributes SOAP technology to Apache Software Foundation; Bolero 3.1 adds XML capabilities; SND supports Java on handheld and cellular devices; InstallShield enhances Java Edition with Linux; Bluestone Software unveils Total-e-Server. |
JavaWorld November 2002 Paul Krill |
Oracle raises Web services stakes in development tool upgrade Oracle adds support for building Web services to JDeveloper |
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. |
InternetNews May 25, 2004 Michael Singer |
Sun Heats Up Java Vendor Wars Java's creator rolls new Web services developer tools and new application server platform in a bid to tease market share from BEA and IBM. |
JavaWorld January 2, 2004 Humphrey Sheil |
In pursuit of perfection If we could just address Java's weak points, we might make Java that mythical beast -- the perfect technology platform. So then, what are those changes? Is there such a thing as the perfect technology platform, and does Java have the potential to become it? |
JavaWorld June 27, 2003 |
Java Product News Inca X introduces IDE & runtime for Jini 2.0; Systinet enhances WASP Server; & more |
JavaWorld June 11, 2003 Robert McMillan |
Sun, Zend push scripting for Java Sun develops partnerships to help developers write Java apps with popular scripting languages |
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 November 2000 Anil Hemrajani |
Freeware: Is it really worth it? It is very tempting to use the free products available now, such as Java servlet/Java Server Pages (JSP) engines and relational databases. But let the buyer beware -- you might get what you pay for... |
JavaWorld September 2000 Tal Liron |
Launching into Java Here's the vision: Instead of clunky Web applications, service providers will design full-blown Java applications with multiple windows, drag and drop, printing and database-query capabilities, directory access, and message queuing, all in a package that runs from users' desktops... |
InternetNews June 25, 2004 Michael Singer |
James Gosling, Creator of Java The CTO of Sun's Developer Product Group discusses open sourcing Java, Tiger, NetBeans, JINI and the Brazilians. |
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... |
Linux Journal May 1, 2007 Nicholas Petreley |
Ajax Simplified Ajax can become complex as far as implementation, but the concept is quite simple. Here are the key steps involved that exploit the power of Ajax. |
JavaWorld December 2001 |
Java Product News (updated December 21, 2001) Borland introduces Web services toolkit... Innoopract launches W4 Toolkit... Java XML Pack now available... X-Hive releases upgraded XML database... Softera updates UML modeling tool... Thought Inc. adds Ant to CocoBase Saffeine protects code with JCE... XMetaL 3 now supports XML Schema... SpiritCache 1.2 now shipping... Flashline and TogetherSoft form partnership... Jcorporate updates eContent... etc. |