<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<STYLE type=text/css>DIV {
        MARGIN: 0px
}
</STYLE>

<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=439024515-18082009><FONT face=Arial 
color=#0000ff size=2>Hey!</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=439024515-18082009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=439024515-18082009><FONT face=Arial 
color=#0000ff size=2>My platform is UNIX.  I've never heard of 
Icefaces.  My only experience with a web/app server is what I use with 
Netbeans.  Glassfish or Apache?  Oracle application server.  I 
hope I've answered your questions.  When I say my web experience is 
minimal, I'm not lying to you.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=439024515-18082009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=439024515-18082009><FONT face=Arial 
color=#0000ff size=2>Thanks for the quick input.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=439024515-18082009></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=439024515-18082009><FONT face=Arial 
color=#0000ff size=2>Jackie (JO)</FONT></SPAN></DIV>
<DIV> </DIV><FONT face="Courier New" size=2><FONT 
face="Times New Roman"><SPAN style="FONT-SIZE: 24pt; COLOR: rgb(0,0,160)">
<P align=left><FONT size=2>The message to follow everyday:</FONT><FONT 
face="Courier New"><FONT color=#ff0000 size=2>  Life is short, Break the 
rules, Forgive quickly, Kiss slowly, Love truly, Laugh controllably, And never 
regret anything that made you smile. Life may not be the party we hoped for, but 
while we're here we should dance.</FONT><FONT size=1><FONT size=1> 
</P></FONT></FONT></FONT></SPAN></FONT></FONT>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> jug-bounces@lists.okcjug.org 
[mailto:jug-bounces@lists.okcjug.org] <B>On Behalf Of </B>David 
Wilson-Burns<BR><B>Sent:</B> Tuesday, August 18, 2009 10:39 AM<BR><B>To:</B> 
jug@lists.okcjug.org<BR><B>Subject:</B> Re: [OKC JUG] RPCs<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>Icefaces has a decent upload widget.   This would eliminate the 
need for a JRE.  What platform will your application be running on?  
What web/app server is available to you?  I've used it to upload a file 
from the user through the browser, run some command line server-side processes 
on the file and then notify the user (browser) of the process 
completion.<BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif"><BR>
<DIV 
style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif"><FONT 
face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> "Oram, Jackie" 
<joram@osrhe.edu><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
jug@lists.okcjug.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> 
Tuesday, August 18, 2009 10:24:22 AM <BR><B><SPAN 
style="FONT-WEIGHT: bold">Subject:</SPAN></B> [OKC JUG] RPCs<BR></FONT><BR>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>Good morning 
all!</FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>Sorry to be away 
from the fold for a while, but plan to come back for the September 
meeting.</FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>I have a problem 
that I am hoping you (in all your infinite wisdom) will be able to help 
resolve.  I have written a core Java program that needs to be accessed via 
a web browser.  The process will be to upload a remote file to our 
server, process that data against the edit program while using additional 
command line arguments, and download the results back to the sender.  Those 
accessing this program will be institutions of higher education throughout the 
state.  We don't want each institution to have to download a JDK just to be 
able to run this program remotely.  </FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>I've looked into GWT 
and experimented minimally with RPCs, but get more and more 
confused.  I don't see how I can be ready by the September 
deadline established.  I've found some snippets of code.  One for 
uploading files.  One for using RPCs.  But...when I put these into my 
Netbeans IDE, I get a lot of deprecation errors.  Been trying to reconcile 
these, but that too is time consuming.  Then finally, I don't understand 
how to put everything together.</FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>If I've not been 
clear on something, please let me know.  </FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>I truly will 
appreciate anything and everything that you may send my way.</FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>Thank 
you,</FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial size=2>Jackie F. 
Oram</FONT></SPAN></DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=960135814-18082009><FONT face=Arial 
size=2></FONT></SPAN> </DIV></DIV></DIV></DIV><BR></BODY></HTML>