Difference between revisions of "Uno/Java"

From Apache OpenOffice Wiki
< Uno
Jump to: navigation, search
m (Code Snippets)
m (Moved DUO stuff to external.)
Line 17: Line 17:
 
suppresserrors=true
 
suppresserrors=true
 
</DPL>
 
</DPL>
* DUO is an easy to use Java wrapper for OpenOffice.org UNO remote control facility. It may also serve as a repository of examples how to control OpenOffice.org remotely using Java. Its main goal is providing a developer-friendly usage model on top of UNO, which is powerful, but sometimes hard to use. Project is hosted at SourceForge: http://sourceforge.net/projects/duo-wrapper
 
 
 
==Implementation==
 
==Implementation==
 
<DPL>
 
<DPL>
Line 29: Line 27:
 
category=Uno:Java:Test
 
category=Uno:Java:Test
 
</DPL>
 
</DPL>
==Misc==
+
==Misc==  
 
<DPL>
 
<DPL>
suppresserrors=true
+
suppresserrors=true  
category=Uno:Java
+
category=Uno:Java  
notcategory=Uno:Java:Spec
+
notcategory=Uno:Java:Spec  
notcategory=Uno:Java:Impl
+
notcategory=Uno:Java:Impl  
 
notcategory=Uno:Java:Test
 
notcategory=Uno:Java:Test
 
</DPL>
 
</DPL>
 
+
==External==
 +
* DUO is an easy to use Java wrapper for OpenOffice.org UNO remote control facility. It may also serve as a repository of examples how to control OpenOffice.org remotely using Java. Its main goal is providing a developer-friendly usage model on top of UNO, which is powerful, but sometimes hard to use. Project is hosted at SourceForge: http://sourceforge.net/projects/duo-wrapper
  
 
[[Category:Uno]]
 
[[Category:Uno]]
 
[[Category:Uno:Impl]]
 
[[Category:Uno:Impl]]

Revision as of 13:50, 18 April 2007

Old Java Uno page

Implementation Modules

Specification

Code Snippets

Implementation

Test

Misc

External

  • DUO is an easy to use Java wrapper for OpenOffice.org UNO remote control facility. It may also serve as a repository of examples how to control OpenOffice.org remotely using Java. Its main goal is providing a developer-friendly usage model on top of UNO, which is powerful, but sometimes hard to use. Project is hosted at SourceForge: http://sourceforge.net/projects/duo-wrapper
Personal tools