Wiki source code of Developer Resources

Last modified by John Stroy on 2012/06/24 09:48

Show last authors
1 This project uses source code hosting at [[BitBucket>>https://bitbucket.org/]].
2
3 I use [[NetBeans>>http://netbeans.org/]] to build the project, though you are welcome to use Eclipse.
4
5 This project also hosts a [[fork>>https://bitbucket.org/jdstroy/hsplet/]] of HSPlet. Feel free to browse the source code.
6
7 The original OpenHSP project has a [[Subversion server>>http://dev.onionsoft.net/svn/openhsp/]] which contains lots of useful information, especially the HSP3 AX byte-code format [[specification>>http://dev.onionsoft.net/svn/openhsp/trunk/package/win32/hspsdk/hsp3code.txt]].
8
9 Similarly, the JVM Specification ([[5.0>>http://docs.oracle.com/javase/specs/jvms/se5.0/html/VMSpecTOC.doc.html]] and [[7.0>>http://docs.oracle.com/javase/specs/jvms/se7/html/index.html]]) is also extremely useful for this project's use of [[OW2 ASM>>http://asm.ow2.org/]].
10
11 If you're interfacing to HSP (e.g. implementing the API and extensions), you may wish to examine the [[ReferenceDocuments>>http://elonadev.myxwiki.org/xwiki/bin/view/Main/SpaceIndex?space=ReferenceDocuments]] space, which contains the original text as well as translations for API reference documents.