Netbeans platform on the fly
arsi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, During the development of my SCADA system I created interesting technologie. It allows you to write and compile java code at runtime, with access to all classes of the running platform application and: - create toolbars from online code - create SVG graphics components - create basic swing components - show components scenes in SceneTopComponent Source code, byte code and the scene parameters are stored on server in xml format. After changing and saving a scene, change is sent to all connected clients.. Here is a demonstration video: https://www.youtube.com/watch?v=SNo3FM6h9To&feature=youtu.be And mercurial repo: hg clone http://server.arsi.sk/scm/hg/NBOF Arsi