Difference between revisions of "Uno"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{| align=right style="margin-left: 15px; border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%;" class=box
 +
|---
 +
|
 +
'''''[[Uno/To-Dos|To-Dos]]'''''<br>
 +
'''''[[Uno/Efforts|Efforts]]'''''
 +
<DPL>category=Uno
 +
category=Effort
 +
count=2</DPL>
 +
* [[Uno/Efforts|...]]
 +
'''''[[Uno/Terms|Terms]]'''''
 +
<DPL>category=Uno
 +
category=Term
 +
count=2</DPL>
 +
* [[Uno/Terms|...]]
 +
'''''[[Uno/Modules|Modules]]'''''
 +
<DPL>category=Uno
 +
category=Module
 +
count=2</DPL>
 +
* [[Uno/Modules|...]]
 +
'''''[[Uno/Specifications|Specifications]]'''''
 +
<DPL>category=Uno
 +
category=Spec
 +
count=2</DPL>
 +
* [[Uno/Specifications|...]]
 +
'''''[[Uno/Implementations|Implementations]]'''''
 +
<DPL>category=Uno:Impl
 +
count=2</DPL>
 +
* [[Uno/Implementations|...]]
 +
'''''[[Uno/Articles&Tutorials|Articles&Tutorials]]'''''
 +
<DPL>category=Uno
 +
category=Article|Tutorial
 +
count=2</DPL>
 +
* [[Uno/Articles&Tutorials|...]]
 +
'''''[[Uno/Code Snippets|Code Snippets]]'''''
 +
<DPL>category=Uno
 +
category=Snippet
 +
count=2</DPL>
 +
* [[Uno/Code Snippets|...]]
 +
'''''[[Uno/Tests|Tests]]'''''
 +
<DPL>category=Uno
 +
category=Test
 +
count=2</DPL>
 +
* [[Uno/Tests|...]]
 +
'''''[[Uno/Misc|Misc]]'''''
 +
<DPL>
 +
category=Uno
 +
notcategory=Spec
 +
notcategory=Impl
 +
notcategory=Test
 +
notcategory=Snippet
 +
notcategory=Tutorial
 +
count=2</DPL>
 +
* [[Uno/Misc|...]]
 +
|}
 +
 
Lead: [[KR|Kay Ramme]] Co-Lead: [[User:Sb|Stephan Bergmann]]
 
Lead: [[KR|Kay Ramme]] Co-Lead: [[User:Sb|Stephan Bergmann]]
  
Line 4: Line 59:
  
 
[[Uno]] is the interface based component model of http://OpenOffice.org. [[Uno]] offers interoperability between programming languages, object models and hardware architectures, either in process or over process boundaries, as well as in the intranet or the Internet. Uno components may be implemented in and accessed from any programming language for which a Uno [[Uno#Uno_Implementations|implementation]] (AKA language binding) and an appropriate bridge or adapter exists.
 
[[Uno]] is the interface based component model of http://OpenOffice.org. [[Uno]] offers interoperability between programming languages, object models and hardware architectures, either in process or over process boundaries, as well as in the intranet or the Internet. Uno components may be implemented in and accessed from any programming language for which a Uno [[Uno#Uno_Implementations|implementation]] (AKA language binding) and an appropriate bridge or adapter exists.
 +
 +
[[Image:Uno-Arc.jpg|left]]
  
 
It is planned to move most content from the [http://udk.openoffice.org http://udk.openoffice.org] pages into the Wiki. '''[[Uno/Effort/Migrate Documentation|You are welcome to help]]'''.
 
It is planned to move most content from the [http://udk.openoffice.org http://udk.openoffice.org] pages into the Wiki. '''[[Uno/Effort/Migrate Documentation|You are welcome to help]]'''.
Probably most interesting for many people is, what we are currently doing in Uno, which you can find in the [[Uno/Effort|efforts]] area. One of the bigger things is the [[Uno/Effort/Binary/Extend Threading-Model|extension to Binary Unos threading-model]].
+
Probably most interesting for many people is, what we are currently doing in Uno, which you can find in the [[Uno/Efforts|efforts]] area. One of the bigger things is the [[Uno/Effort/Binary/Extend Threading-Model|extension to Binary Unos threading-model]].
  
 
The Uno Wiki organization is described in [[Uno/Meta/Organization]].
 
The Uno Wiki organization is described in [[Uno/Meta/Organization]].
  
==Functional Overview==
+
[[Category:Uno]]
[[Image:Uno-Arc.jpg|center]]
+
 
+
{{:Uno/Modules}}
+
==Things in progress - Efforts==
+
<DPL>category=Uno
+
category=Effort</DPL>
+
{{:Uno/Articles&Tutorials}}
+
 
+
==Things to be Done==
+
* [[Uno/Todo]] - Uno Todos
+
 
+
==The abstract Uno [[Uno/Spec|Specifications]]==
+
<DPL>category=Uno:Spec</DPL>
+
==Implementations==
+
<DPL>
+
category=Uno:Impl
+
</DPL>
+
* [http://udk.openoffice.org/python/python-bridge.html Python Uno]
+
* [http://perluno.sourceforge.net Perl Uno]
+
* [http://http://tcluno.sourceforge.net/ Tcl Uno]
+
 
+
==Misc==
+
* [http://udk.openoffice.org/common/man/draft/tests.html Available Module tests]
+
* [http://udk.openoffice.org/faq.html Uno frequently asked questions]
+
 
+
==Terms==
+
<DPL>
+
category=Uno:Term
+
</DPL>
+
 
+
 
+
 
[[Category:Project]]
 
[[Category:Project]]
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 15:38, 29 March 2010

To-Dos
Efforts

Terms

Modules

Specifications

Implementations

Articles&Tutorials

Code Snippets

Tests

Misc

Lead: Kay Ramme Co-Lead: Stephan Bergmann

This is the Uno Wiki. Uno stands for Universal Network Objects.

Uno is the interface based component model of http://OpenOffice.org. Uno offers interoperability between programming languages, object models and hardware architectures, either in process or over process boundaries, as well as in the intranet or the Internet. Uno components may be implemented in and accessed from any programming language for which a Uno implementation (AKA language binding) and an appropriate bridge or adapter exists.

Uno-Arc.jpg

It is planned to move most content from the http://udk.openoffice.org pages into the Wiki. You are welcome to help. Probably most interesting for many people is, what we are currently doing in Uno, which you can find in the efforts area. One of the bigger things is the extension to Binary Unos threading-model.

The Uno Wiki organization is described in Uno/Meta/Organization.

Personal tools