I tried the DFS UCF transfer mode to import files according to the DFS development guide. The Applet initialized the session and uid , then submit them to the servlet to invoke the UCF connection with browser client. It was workable. But I was wondering how to combine the two process into one action. That mean after Applet get the sessionId and Uid, then (render or submit)submit to servlet automatically. But how to do this? Can I invoke servlet in the applet? Must I import files like the sample? It would be appreciated if you could give me some advice or give me some JSP & JAVA example code.
Thanks a lot!