January 2007
Eclipse Web Tools Platform Project
by 3 othersThe 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.
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 otherConsidering 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.
La boite à outils du programmeur Java
Une liste d'outils pour bien développer en Java.
Un web service SOAP pour la brique RCX
by 3 othersEn 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 otherApache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
1
(9 marks)