Sean OShea

Greenhorn
+ Follow
since Aug 31, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sean OShea

doohhh, i meant start working on openStream() to get an InputStream.

thanx again
sean
19 years ago
thanx much for the information!

i didn't know that an applet can on communicate with the server it was downloaded from. luckily enough that will be the cf server. just trying to leverage the java capabilities associated with the cfmx since there is no funding for a java server yet.

will get started on the getOutPutStream()

sean
19 years ago
hello all,
i am going to start working on an applet that i will embed in a webpage running off of a coldfusion server.

my question is, am i able to make an applet that will call a coldfusion page to get the data and populate the applet. it would dynamically refresh the applet every minute or so without refreshing the whole web page.

any ideas or suggestions??

thanx for any comments!
sean
19 years ago
thanx for the early morning reply, good suggestion, but i went with this and it is working:

19 years ago
hello,
i have started working on a project that will open up a socket to a casecoder and then send data to it. the casecoder accepts ASCII characters (IE. when i connect to it with winsock i would send a ctrl-t to get the casecoder ready to accept what we wish to print, type what needs to be printed, then send with ctrl-m). this is project utilizes java (just started learning for this project) and coldfusion.

in between the casecoder and our webserver we have a serial ethernet converter that is setup with passthrough. with winsock working the converter is working appropriatelly.

my question is this: i am banking that i need to convert the strings to binary for the casecoder to read what i am trying to input, how do i do that? my code does connect and send, but the casecoder does not know what to do with the data. Hope someone has some ideas for me!!!

19 years ago