How could I embed a html/css/js view in a webstart application
Posted
by phmr
on Stack Overflow
See other posts from Stack Overflow
or by phmr
Published on 2010-04-21T23:52:55Z
Indexed on
2010/04/22
0:03 UTC
Read the original article
Hit count: 411
I would like to use a html/css/js view in my webstart project without requesting all permissions.
I figured out that I could use the java HTTPServer to process the requests but I need a way to avoid using real sockets, so that the HTTPServer instantiation doesn't ask for some permission.
Do you know any projects that achieve that ? and if not, what should I do to get an HTTPServer completely working locally (without hitting boundaries...) ?
edit: maybe an HTTPServer is too much, I maybe only need a HttpHandler..
© Stack Overflow or respective owner