Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: java and microcontrollers


Message #1 by boban@t... on Mon, 14 May 2001 14:36:35
Helo
I should be thankful if somebody can help me with some suggestions. I am 
work with my exam, and I am try to construct microcontroller who send data 
to FTP server via TCP/IP. I want use java program between micro and FTP. 
Javaprogram should receive UDP pakage (from microcontroller) and contact 
FTP (or SQL) server to send the data and receive back if any. My problem 
is, that I am not sure what is best, should I build java server program
from scratch, use some freeware server (apache?) or use javaservlets...
(freeware...Tomcat maybe?).
Is it more traffic between java and FTP or java and SQL ? (sends 
udp "string" 1/min). Is there some "ready to use" freeware "Java to FTP" 
or "Java to SQL" program ?
There is many microcontrollers...
Thanks

  Return to Index