java webservice & some needs
- From: leone0709@xxxxxxxxx
- Date: 24 Mar 2007 17:11:16 -0700
Hello,
I am new in java development and hope people here will help me to come
over the following problem.
My project is like this -
1. A RPC Soap Webservice (deployed using WSDL) takes requests from
client software.
2. Based on a request - it needs to start a number of parallel threads
to collect information from different vendors.
3. Then it responses back the collected vendor information
I am still undecided about the step 2. My intention is to separate the
threads code as a separate jar for each thread and load the thread
classes in run-time. Also it is highly likely that the vendor
information interface may change frequently - it may need to unload
the thread class/jar.
Will it be good enough decision to develop a custom class loader to
load thread classes (jar) at run-time and maintain a list for those?
Any other new idea? Servlet? Please explain how?
Thanks in advance
Sunny
.
- Follow-Ups:
- Re: java webservice & some needs
- From: Arne Vajhøj
- Re: java webservice & some needs
- Prev by Date: Re: web start
- Next by Date: Re: Moving along an angle
- Previous by thread: I got version 5.2 to work!
- Next by thread: Re: java webservice & some needs
- Index(es):
Relevant Pages
|