<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>With Netbeans and Glassfish, you could whip up something pretty quick.<br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><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:58:41 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [OKC JUG] RPCs<br></font><br>


 
<style type="text/css">DIV {
MARGIN:0px;}
</style>


<div dir="ltr" align="left"><span class="439024515-18082009"><font color="#0000ff" size="2" face="Arial">Hey!</font></span></div>
<div dir="ltr" align="left"><span class="439024515-18082009"><font color="#0000ff" size="2" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span class="439024515-18082009"><font color="#0000ff" size="2" face="Arial">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 color="#0000ff" size="2" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span class="439024515-18082009"><font color="#0000ff" size="2" face="Arial">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 color="#0000ff" size="2" face="Arial">Jackie (JO)</font></span></div>
<div> </div><font size="2" face="Courier New"><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"> 
</font></font></font></p><font face="Courier New"><font size="1"><font size="1"></font></font></font></span></font></font>
<div> </div><br>
<div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us">
<hr tabindex="-1">
<font size="2" face="Tahoma"><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 size="2" face="Tahoma">
<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 size="2" face="Arial">Good morning 
all!</font></span></div>
<div><span class="960135814-18082009"><font size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial">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 size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial">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 size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial">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 size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial">If I've not been 
clear on something, please let me know.  </font></span></div>
<div><span class="960135814-18082009"><font size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial">I truly will 
appreciate anything and everything that you may send my way.</font></span></div>
<div><span class="960135814-18082009"><font size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial">Thank 
you,</font></span></div>
<div><span class="960135814-18082009"><font size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial">Jackie F. 
Oram</font></span></div>
<div><span class="960135814-18082009"><font size="2" face="Arial"></font></span> </div>
<div><span class="960135814-18082009"><font size="2" face="Arial"></font></span> </div></div></div></div><br></div></div></div><br>

      </body></html>