Axis

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Utilizing a Non-Java Web Service with Axis2 by Deepal Jayasinghe   - [Clicks: 81]
    Discover how Axis2 is not just the next version of the Axis 1.x family; rather, it is a revolutionary version of Axis 1.x. Axis2 is no longer bound to request-response Web service invocation.
    http://www.developer.com/java/other/article.php/3570031 - Dec, 2005
  • Develop Web services with Axis2, Part 1: Deploy and consume simple Web services using the Axis2 runtime by Gopalakrishnan U, Shreevidya Rao   - [Clicks: 278]
    Get an introduction to the new architecture of Axis2 and learn how to deploy and consume Web services using Axis2. This is the first installment of a two-part series about developing Web services using the Axis2 runtime. Axis2 is the next generation of Apache Axis Simple Object Access Protocol (SOAP) runtime.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/webservices/library/ws-webaxis1/ - Nov, 2005
  • Wrap a Stateless Session EJB as a Web Service with Apache Axis by Alexander Prohorenko, Olexiy Prokhorenko   - [Clicks: 158]
    Though Web Services is now more than just a buzzword, not too many developers are utilizing them in enterprise applications. This article will help to get some hands-on experience by showing you how to wrap a session stateless EJB as a Web service and deploy it with Apache Axis. You will be able deploy this EJB on virtually any application server, with only few minor changes to the deployment descriptors.
    [Includes source code]
    http://javaboutique.internet.com/tutorials/axis/ - Oct, 2005
  • Get the most out of XML processing with AXIOM by Eran Chinthaka   - [Clicks: 70]
    The AXis Object Model (AXIOM) is the XML object model for Apache Axis 2, and aims to revolutionize XML processing technology by providing a powerful combination of features. AXIOM goes beyond existing XML processing methodologies as it combines deferred building with a customizable object model that is fast and lightweight. In this article, software architect and AXIOM pioneer Eran Chinthaka gives you an overview of this new approach to XML processing.
    http://www-128.ibm.com/developerworks/xml/library/x-axiom/ - Sep, 2005
  • Use Apache Sandesha to support Web services implementation by Jaliya N. Ekanayake   - [Clicks: 60]
    Get an overview of Apache Sandesha and its architecture. Apache Sandesha is an implementation of WS-ReliableMessaging protocol on top of Apache Axis -- the next generation SOAP (Simple Object Access Protocol) -- that provides extensive support for Web services. As the software industry moves towards Service-Oriented Architecture (SOA) promoting the connectivity of many heterogeneous systems to provide enterprise solutions, Web services will play a major role in this movement, and the base for this connectivity will mainly lie on the messages that they interchange. In order to provide this robust communication, the messages must be reliably delivered between distributed applications in the presence of software component, system, or network failures. The WS-ReliableMessaging protocol, published by IBM, Microsoft Corporation, BEA Systems, Inc., and TIBCO Software, Inc., provides a transport independent solution to the above, allowing it to be implemented using different network technologies.
    http://www-128.ibm.com/developerworks/library/ws-apache-sand/ - Sep, 2005
  • Axis2 Execution Framework by Deepal Jayasinghe   - [Clicks: 125]
    Looking for more options in Web Services? Discover Axis2, a highly flexible, easily configurable, highly reliable SOAP processing engine. One of the main advantages gained from Axis2 is the dynamic handler chain; although the notion of handler chain remains as in Axis 1.x, the underlying architecture is quite different.
    http://www.developer.com/java/web/article.php/3529321 - Aug, 2005
  • Introducing Axis 2, the Next Generation of the Apache Web Service Stack by Srinath Perera   - [Clicks: 129]
    Axis 2 is the Apache effort to handle the numerous changes that have taken place in Web Services over the past few years. Examine Axis 2 in contrast to Axis, the rationale for Axis 2, and the future of the two projects.
    http://www.developer.com/java/ent/article.php/3525481 - Aug, 2005
  • Web Services Messaging with Apache Axis2: Concepts and Techniques by Srinath Perera, Ajith Ranabahu   - [Clicks: 164]
    The Apache Axis2 architecture assumes neither one message exchange pattern, nor synchronous/asynchronous behavior. This article explains messaging concepts and how Axis2 can be used to implement several well-known messaging scenarios.
    http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html - Jul, 2005
  • Introducing AXIOM: The Axis Object Model by S. W. Eran Chinthaka   - [Clicks: 88]
    This tutorial will first show you how to obtain AXIOM and it will then go through the fundamental features of the AXIOM architecture. You will learn how to create XML documents from scratch, using elements, attributes, element content ("texts"), and namespaces. You will see how to read and write XML files from and to disk.
    http://today.java.net/pub/a/today/2005/05/10/axiom.html - May, 2005

[Top]