public marks

PUBLIC MARKS from roulian with tag "web services"

January 2007

Eclipse Web Tools Platform Project

by 3 others
The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing J2EE Web applications. The WTP project includes the following tools: source editors for HTML, Javascript, CSS, JSP, SQL, XML, DTD, XSD, and WSDL; graphical editors for XSD and WSDL; J2EE project natures, builders, and models and a J2EE navigator; a Web service wizard and explorer, and WS-I Test Tools; and database access and query tools and models.

Howto: Getting Started with WebServices and JOnAS 3.X

WebServices are fully integrated in J2EE 1.4 compliant Application Servers. Web services technologies can be seen as another communication protocol used to interoperate heterogeneous systems. Web services are based on the SOAP protocol. The SOAP messages can be transported with various transport mode (JMS, HTTP, mail, ...) but the focus of this document is the HTTP transport (because Web Services for J2EE v1.1 use only SOAP/HTTP).

How to Develop a J2EE-Compliant Web Service (endpoint + client)

This Howto describes how to create a Web Service Endpoint and a J2EE client that uses this web service. The endpoint will provide a method for computing the compound interest from an initial investment, an interest rate (percent) and a time quantity.

Turn EJB components into Web services

The evolution of Web-related technologies has changed the way applications in an organization communicate with customer and partner applications. Like every popular technology, Web services came like a wave and have assimilated deeply into IT organizations. Having revolutionized the IT world, Web services are here to stay. Thus, to compete in the market space, certain parts of your enterprise applications must be exposed as Web services.

EJB: Learn EJB, EJB 2.1

by 1 other
Considering what they are, Enterprise JavaBeans are "easy". As of EJB 2.0 they became even easier. And as of EJB 2.1 you can generate Web services from EJBs. You could say EJBs are too easy. You can create EJBs using an IDE with just a few mouse clicks. What could be easier? A major value of EJBs is their contribution to a set of business standards. EJBs enable scalable distributed transactions and connection to a vast array of Internet services - a modern version of what mainframe transaction systems used to do. However, no matter how easy EJBs may look, you need to be discressionary and careful about usign them. Scalability and distributed services, the platform architecture for EJB and J2EE have been a complex undertaking. And to understand how to write, integrate, and deploy EJBs, you need to understand this platform architecture.

Python SOAP libraries

The Python Web services developer: Python SOAP libraries

Un web service SOAP pour la brique RCX

by 3 others
En mettant à la portée de tous mon expérience personnelle dans la création de clients SOAP, j'ai voulu permettre à tout développeur de pouvoir exploiter un service web SOAP. Vous avez donc accès à des examples de clients SOAP en Java, PHP (NuSoap), Perl (SOAP::Lite) et Python (SOAPpy et ZSI) pour un Java WSDP web service (document/literal), et aussi à différentes sections démontrant l'interopérabilité entre un web service .NET et des clients JAX-RPC (Java), NuSoap (PHP), SOAP::Lite (Perl), PyXml ou ZSI (Python).

Web Services - Axis

by 1 other
Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.

roulian's TAGS related to tag "web services"

apache +   api +   application_server +   database +   dev +   j2ee +   java +   php +   python +   unit testing +