Skip to content

Commit 1cf235d

Browse files
authored
Update README.md
1 parent c80fc16 commit 1cf235d

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,31 @@ within Eclipse, with immediate JavaScript testing and debugging in a browser bas
1919
in Java. Using the java2script/SwingJS Eclipse plug-in, both Java .class files and their equivalent .js files are created simultaneously.
2020

2121

22-
java2script/SwingJS includes an Eclipse plug-in (technically a "drop-in"), net.sf.j2s.core.zip
22+
java2script/SwingJS includes an Eclipse plug-in (technically a "drop-in"), net.sf.j2s.cor
23+
24+
e.zip
2325
(see https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.core/dist/swingjs),
2426
along with a JavaScript version of the Java Virtual Machine (SwingJS, https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.java.core/SwingJS-site.zip)
2527
to allow the rapid and
2628
automated production of browser-ready JavaScript versions of Java applications and applets.
2729

2830

31+
# Working Examples
32+
33+
Examples of SwingJS applied to allow single-source Java+JavaScript development include:
34+
35+
Jmol-SwingJS https://github.com/BobHanson/Jmol-SwingJS
36+
37+
JalView-JS https://www.jalview.org/jalview-js
38+
39+
MathePrisma https://www.matheprisma.de/ (over 600 applets)
40+
41+
Open Source Physics (OSP) https://github.com/OpenSourcePhysics/osp/tree/swingJS
42+
43+
TrackerJS https://physlets.org/tracker/trackerJS
44+
45+
46+
2947
# QuickStart
3048

3149
See https://github.com/BobHanson/java2script/tree/master/sources/net.sf.j2s.core/dist and the README file in that directory.

0 commit comments

Comments
 (0)