Wiki source code of HSPlet

Last modified by John Stroy on 2012/11/25 04:59

Show last authors
1 HSPlet is a framework for running [[Hot Soup Processor]] applications on the [[Java]] platform, as applets. HSPlet is written by [[Group Finity>>http://www.group-finity.com/]]. The current release is [[3.0.1.2>>http://www.group-finity.com/HSPLet_3.0.1.2.zip]].
2
3 HSPlet takes HSP bytecode (start.ax, often contained in .DPM PACKFILEs) and interprets it to call into the Object Web [[ASM>>Object Web ASM]] Java bytecode manipulation framework to generate a class. This class is linked against the HSPlet runtime library.
4
5 Interested developers can find a [[fork>>https://bitbucket.org/jdstroy/hsplet/]] of HSPlet on [[BitBucket>>https://bitbucket.org]] run by this (Elona Extension and Development) project.