开发者

How could I embed a html/css/js view in a webstart application

开发者 https://www.devze.com 2022-12-28 05:38 出处:网络
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

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..


If you can live with HTML 3.2, JEditorPane can render it, as shown here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号