Alternative technologies to replace applet?

后端 未结 3 1693
被撕碎了的回忆
被撕碎了的回忆 2021-01-03 01:47

I have an (unsigned) applet that let you draw a logic circuit and test it on-screen (a bit like Electronics Workbench), and it then serializes the circuit (the internal form

3条回答
  •  庸人自扰
    2021-01-03 02:13

    (Which sounds like it means "Future updates will deny the execution of Java applications" -- unless you pay money to Thwaite or Verisign on a regular basis AND expose users to code running outside a sandbox.)

    A signed applet launched using JNLP can still be sand-boxed.


    But if you really wish to avoid it..

    I think what you described can be provided using JavaScript for the logic and and an HTML 5 canvas for the rendering.

    I would avoid Flash, since it is also susceptible to security bugs. It would be like digging yourself a brand new hole to get trapped in.

提交回复
热议问题