Java - Console-like web applet.
Posted
by Dean
on Stack Overflow
See other posts from Stack Overflow
or by Dean
Published on 2008-09-26T07:33:29Z
Indexed on
2010/04/11
2:53 UTC
Read the original article
Hit count: 315
Hey, I've been developing an application in the windows console with Java, and want to put it online in all of its console-graphics-glory.
Is there a simple web applet API I can use to port my app over?
I'm just using basic System.out and System.in functionality, but I'm happy to rebuild my I/O wrappers.
I think something along these lines would be a great asset to any beginning Java developers who want to put their work online.
© Stack Overflow or respective owner