[SoapRMI] case studies

Aleksander Slominski aslom_at_cs.indiana.edu
Thu, 23 Dec 2004 03:38:07 -0500


kapa ramesh wrote:

>Hi
>  Thanks for giving such a good api.
>  we want to use xsoap for our web based Bussiness app
>development, like creating GUI using swing applet/s
>and communicating the webserver through XSOAP.
>  we have tested it for small app and we found it
>workable except high initial response time ie at the
>begining,while downloading the application.
>  Now we want to go for big app which provides web
>interface in java swing .
>  Are there any case studys of this nature  or any
>suggetions/advise about this type development.
>
>
>  
>

ramesh,

we use SoapRMI (now called XSOAP) and its successor XSUL in many applets through java plugin (xsul has subset of APIs packed as small JAR file with web services "client" functionality only specifically to support this). it works.

other option would be to use web start: the only factor yo need to consider is what is acceptable size of JAR file(s) to pull into user browser. in case of XSUL it is 100K for client (xsul_client-1.1.16-rc2.jar) and arond 120K for xpp3/xb1 (xpp3-1.1.3.4.M.jar) which is lightweight Java DOM-like API.

we do not have reources to support XSUL users but you can pull source code from our CVS repository and play with samples:

cvs -d :pserver:anonymous_at_cvs.extreme.indiana.edu:/l/extreme/cvspub login
CVS password: cvsanon

cvs -d :pserver:anonymous_at_cvs.extreme.indiana.edu:/l/extreme/cvspub co xsul/java

or view it online: 
http://www.extreme.indiana.edu/viewcvs/~checkout~/xsul/java/


HTH,

alek


>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>_______________________________________________
>SoapRMI mailing list 
>http://www.extreme.indiana.edu/soap
>http://mailman.cs.indiana.edu/mailman/listinfo/soaprmi
>  
>


-- 
The best way to predict the future is to invent it - Alan Kay