summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>