/hg/icedtea-web: Added docs for the plugin.
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Mon Nov 1 07:51:35 PDT 2010
changeset bdab3d4ac170 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=bdab3d4ac170
author: Deepak Bhole <dbhole at redhat.com>
date: Mon Nov 01 10:51:43 2010 -0700
Added docs for the plugin.
diffstat:
1 file changed, 14 insertions(+)
ChangeLog | 14 ++++++++++++++
diffs (31 lines):
diff -r 499642ab12a6 -r bdab3d4ac170 ChangeLog
--- a/ChangeLog Fri Oct 29 17:40:16 2010 -0400
+++ b/ChangeLog Mon Nov 01 10:51:43 2010 -0700
@@ -1,3 +1,17 @@ 2010-10-29 Omair Majid <omajid at redhat.
+2010-11-01 Deepak Bhole <dbhole at redhat.com>
+
+ * plugin/docs: Added new docs folder that contains plugin documentation.
+ * plugin/docs/MessageBusArchitecture.png: Diagram of the JS <-> Java
+ message handling architectrure.
+ * plugin/docs/OverallArchitecture.png: Diagram of the overall plugin
+ architecture.
+ * plugin/docs/java-js-wf.png: Sequence diagram showing an example
+ LiveConnect call from an applet to JavaScript/Browser.
+ * plugin/docs/js-java-wf.png: Sequence diagram showing an example
+ LiveConnect call from JavaScript/Browser to an applet.
+ * plugin/docs/npplugin_liveconnect_design.pdf: Slides with notes on the
+ above diagrams.
+
2010-10-29 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/JNLPFile.java: Add component.
diff -r 499642ab12a6 -r bdab3d4ac170 plugin/docs/MessageBusArchitecture.png
Binary file plugin/docs/MessageBusArchitecture.png has changed
diff -r 499642ab12a6 -r bdab3d4ac170 plugin/docs/OverallArchitecture.png
Binary file plugin/docs/OverallArchitecture.png has changed
diff -r 499642ab12a6 -r bdab3d4ac170 plugin/docs/java-js-wf.png
Binary file plugin/docs/java-js-wf.png has changed
diff -r 499642ab12a6 -r bdab3d4ac170 plugin/docs/js-java-wf.png
Binary file plugin/docs/js-java-wf.png has changed
diff -r 499642ab12a6 -r bdab3d4ac170 plugin/docs/npplugin_liveconnect_design.pdf
Binary file plugin/docs/npplugin_liveconnect_design.pdf has changed
More information about the distro-pkg-dev
mailing list