Login
Cerca all'interno di JavaPortal
Help
Home Page Documentazione Forum Progetti Partner Pubblica!
Hide





..Chi controlla il presente controlla il passato. George Orwell




Home Page
Articoli
News
Forum
Classi

La documentazione contenuta in queste pagine proviene dal progetto www.javawebservices.it ed è stata offerta a Java Italian Portal nel momento in cui il progetto è terminato.
 
 
 
 
Hide








Campagna Anti-IF




Zio Budda
HostingJava





Eccetto dove diversamente specificato, i contenuti di questo sito sono rilasciati sotto licenza Creative Commons

 
by weblogs.java.net
27 giugno 2005
JavaOne 2005: disponibile JWSDP 1.6

Disponibile l'ultima versione del Java Web Services Developer Pack 1.6. Include Fast Infoset e il SUN Service Registry oltre ad una serie di migliorie e bug fix su JAX-RPC, JAXB, JAXR ed altre API
 

by weblogs.java.net
31 maggio 2005
JAX-RPC diventa JAX-WS

In una mossa che dimostra maggior accettazione di un termine, Web Services, coniato dalla rivale Microsoft, JAX-RPC diventa ora JAX-WS. Un'altro effetto della nuova amicizia tra le due aziende? Il motivo ufficiale è la potenziale confusione che verrebbe creata tra gli sviluppatori, che possono pensare che JAX-RPC avesse a che fare con RPC e non con i Web Services.

Nell'ottica di una maggiore chiarezza... perchè non modificare JDBC in modo da far partire gli indici, invece che da uno, da zero, come in tutti gli altri contesti del linguaggio Java?
 


by weblogs.java.net
8 aprile 2005
JAX-RPC 2.0 early draft 3

dal blog di Eduardo Pelegri-Llopart's: "Marc and Roberto and the rest of the JAX-RPC 2.0 Expert Group have released the Early Draft 3 for JAX-RPC 2.0. Binaries and sources are not yet posted to the jax-rpc project. Give us your feedback!."
 

by weblogs.java.net
1 febbraio 2005
Un'anteprima per JAX-RPC e JAXB

E' disponibile una anteprima per JAX-RPC 2.0 e JAXB 2.0. Elemento importante è la presenza di una nuova versione dell'applicazione di esempio per WS-I, per ora poco documentata, ma che nelle prossime versioni verrà implementata.
 

by java.sun.com
5 novembre 2004
Libro online: Designing Web Services with the J2EETM 1.4 Platform

Da SUN Microsystem è disponibile - online e gratuitamente - il libro che descrive le tecniche e pattern corretti di implementazione di Web Services nelle applicazioni J2EE. I contenuti:
  • Chapter 1 - Introduction
  • Chapter 2 - Standards and Technologies
  • Chapter 3 - Service Endpoint Design
  • Chapter 4 - Client Design
  • Chapter 5 - XML Processing
  • Chapter 6 - Enterprise Application Integration
  • Chapter 7 - Security
  • Chapter 8 - Application Architecture

 

by java.sun.com
27 settembre 2004
Tech tip da SUN sull'utilizzo di JAX-RPC

"JAX-RPC Tech Tip In this tech tip we explore how to use JAX-RPC to successfully expose a Java object as a web service.". I contenuti:
  • Anatomy of a Web Service
  • Writing a Service Descriptor
  • Implementing the service
  • Implementing the service client

 

by java.sun.com
21 settembre 2004
Articolo: Accessing and Interacting with Remote SOAP-enabled Services

Questo articolo di SUN discute i messaggi SOAP e la loro sintassi, presentando SOAP with Attachments API for Java (SAAJ). Viene mostrata la realizzazione di applicazioni SOAP con SAAJ attraverso la realizzazione di una applicazione di esempio.

In particolare viene mostrato come interagire con i servizi offerti da XMethods e Google.

Offre inoltre un client SOAP generico che è possibile adattare nelle proprie applicazioni
 


by java.sun.com
26 luglio 2004
The New Java Web Services Developer Pack 1.4 (Java WSDP 1.4)

Cosa c'è di nuovo in JWSDP 1.4? "With over 1.2 million downloads, the Java Web Services Developer Pack (Java WSDP) is the most popular toolkit for simplifying development of secure and interoperable web services applications. The Java WSDP is an integrated toolkit for developing, building, testing, and deploying web services, as well as web and XML-based applications. The newest version of Java WSDP, 1.4, contains the latest versions of Java and XML technologies, as well as key standardized technologies to simplify the task of building reliable and secure web services. It has added new features, fixed bugs in earlier releases, and made developing and deploying secure and reliable web services easier than ever. More importantly, Java WSDP 1.4 implements cutting-edge industrial technologies such as the Web Services Interoperability (WS-I) Basic Profile 1.1 with Attachments Profile 1.0, and OASIS Web Services Security (WSS)."
 

by www.informit.com
21 luglio 2004
Articolo: Performance and Load-Testing of Axis with Various Web Services Styles

Verificare le performance ed eseguire i test di carico su Axis. Vediamo come. Dall'articolo: "[...]this article presents the results of our tests performed for RPC-style, doc-literal, and attachment-style web services using the Apache Axis web engine."
 

by www-106.ibm.com
12 maggio 2004
Articolo: Extend JAX-RPC Web services using SOAP headers

Da IBM qualche suggerimento e trucco di programmazione sui servizi Web. In questo articolo si affronta il modo di accedere alle intestazioni SOAP da JAX-RPC che, per sua natura, nasconde il protocollo di filo allo sviluppatore, utilizzando gli Handler.