users@jax-rpc.java.net

Using JAX-RPC in a Java WebStart application

From: Sullivan, Sean C - MWT <Sullivan.Sean_at_menlolog.com>
Date: Wed, 26 May 2004 16:43:18 -0700

fyi

I built a WebStart [1] application that connects to a web service
with JAX-RPC static stubs.

It works great!

The key steps were:

0) generating the static stubs
1) packaging the JAX-RPC runtime jars
   and static stubs with my application code
2) declaring the JAX-RPC runtime jars in a JNLP file

The list of JAX-RPC JAR's is found here:

   https://jax-rpc.dev.java.net/faq/index.html

-Sean

[1] http://java.sun.com/products/javawebstart/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net