summaryrefslogtreecommitdiff
path: root/odk/examples/examples.html
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2002-05-02 14:04:05 +0000
committerTomas O'Connor <toconnor@openoffice.org>2002-05-02 14:04:05 +0000
commit653e2bcd14888f554a3e3827bbb6b59608f3f410 (patch)
tree5b6bf324251b47e1dcd1293d9222e1ff8384a07e /odk/examples/examples.html
parenta10c46e83cffe2ee7d3031a50e60f063ec25fd40 (diff)
Add details on the OfficeBean examples.
Diffstat (limited to 'odk/examples/examples.html')
-rw-r--r--odk/examples/examples.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index c5c51b869d7d..13b8b830b995 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -364,13 +364,13 @@
</TR>
<TR>
<TD COLSPAN=3 WIDTH=100% BGCOLOR="#666699">
- <H3><A NAME="Java"></A><FONT COLOR="#ffffff">Java bean examples</FONT></H3>
+ <H3><A NAME="Java"></A><FONT COLOR="#ffffff">Java Bean examples</FONT></H3>
</TD>
</TR>
<TR>
<TD COLSPAN=3 WIDTH=100%>
<P>
- Java bean examples description goes here... (do not forget to mention the shared code and documentation)
+ Unlike the Java examples above these Java Beans will start up their own office server so you do not need to start one up. There is some code which is shared between the two example Beans, this can be found in the <A HREF="http://api.openoffice.org/source/browse/api/odk/examples/java/OfficeBean/">OfficeBean</A> directory. Further documentation on how to build and use these examples is in the README file in the <A HREF="http://api.openoffice.org/source/browse/api/odk/examples/java/OfficeBean/">OfficeBean</A> directory. The OpenOffice Developer Manual includes a chapter on developing new Java Beans with the OfficeBean API.
</P>
<TABLE WIDTH="100%" BGCOLOR="#ffffff" CELLPADDING="4" CELLSPACING="1">
<TR BGCOLOR="#f0f0f0">
@@ -383,7 +383,7 @@
>SimpleBean</A>
</TD>
<TD WIDTH="76%" VALIGN="top">
- Example description goes here....
+ This example Java Bean shows how an Office document window can be embedded within a Java environment
</TD>
</TR>
<TR BGCOLOR="#f0f0f0">
@@ -392,7 +392,7 @@
>OfficeWriterBean</A>
</TD>
<TD WIDTH="76%" VALIGN="top">
- Example description goes here....
+ This example Java Bean shows how an Office Writer document can be embedded with a Java environment and Writer specific functionality can be invoked from Java.
</TD>
</TR>
</TABLE>