Difference between revisions of "Documentation/DevGuide/FirstSteps/Fields of Application for UNO"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
|NextPage=Documentation/DevGuide/FirstSteps/Getting Started
 
|NextPage=Documentation/DevGuide/FirstSteps/Getting Started
 
}}
 
}}
 +
{{Documentation/DevGuideLanguages|Documentation/DevGuide/FirstSteps/{{SUBPAGENAME}}}}
 
{{DISPLAYTITLE:Fields of Application for UNO}}
 
{{DISPLAYTITLE:Fields of Application for UNO}}
You can connect to a local or remote instance of {{PRODUCTNAME}} from C++, Java and COM/DCOM. C++ and Java Desktop applications, Java servlets, Java Server Pages, JScript and VBScript, and languages, such as Delphi, Visual Basic and many others can use {{PRODUCTNAME}} to work with Office documents.
+
You can connect to a local or remote instance of {{AOo}} from C++, Java and COM/DCOM. C++ and Java Desktop applications, Java servlets, Java Server Pages, JScript and VBScript, and languages, such as Delphi, Visual Basic and many others can use {{AOo}} to work with Office documents.
It is possible to develop UNO Components in C++ or Java that can be instantiated by the office process and add new capabilities to {{PRODUCTNAME}}. For example, you can write Chart Add-ins or Calc Add-ins, Add-ons, linguistic extensions, new file filters, database drivers. You can even write complete applications, such as a groupware client.  
+
It is possible to develop UNO Components in C++ or Java that can be instantiated by the office process and add new capabilities to {{AOo}}. For example, you can write Chart Add-ins or Calc Add-ins, Add-ons, linguistic extensions, new file filters, database drivers. You can even write complete applications, such as a groupware client.  
UNO components, as Java Beans, integrate with Java IDEs (Integrated Development Environment) to give easy access to {{PRODUCTNAME}}. Currently, a set of such components is under development that will allow editing {{PRODUCTNAME}} documents in Java Frames.
+
UNO components, as JavaBeans, integrate with Java IDEs (Integrated Development Environment) to give easy access to {{AOo}}. Currently, a set of such components is under development that will allow editing {{AOo}} documents in Java Frames.
{{PRODUCTNAME}} Basic cooperates with UNO, so that UNO programs can be directly written in {{PRODUCTNAME}}. With this method, you supply your own office solutions and wizards based on an event-driven dialog environment.  
+
{{AOo}} Basic cooperates with UNO, so that UNO programs can be directly written in {{AOo}}. With this method, you supply your own office solutions and wizards based on an event-driven dialog environment.  
The {{PRODUCTNAME}} database engine and the data aware forms open another wide area of opportunities for database driven solutions.
+
The {{AOo}} database engine and the data aware forms open another wide area of opportunities for database driven solutions.
  
{{PDL1}}
+
{{PDL1}}  
[[Category: First Steps]]
+
 
 +
[[Category:Documentation/Developer's Guide/First Steps]]

Latest revision as of 15:01, 22 December 2020



You can connect to a local or remote instance of Apache OpenOffice from C++, Java and COM/DCOM. C++ and Java Desktop applications, Java servlets, Java Server Pages, JScript and VBScript, and languages, such as Delphi, Visual Basic and many others can use Apache OpenOffice to work with Office documents. It is possible to develop UNO Components in C++ or Java that can be instantiated by the office process and add new capabilities to Apache OpenOffice. For example, you can write Chart Add-ins or Calc Add-ins, Add-ons, linguistic extensions, new file filters, database drivers. You can even write complete applications, such as a groupware client. UNO components, as JavaBeans, integrate with Java IDEs (Integrated Development Environment) to give easy access to Apache OpenOffice. Currently, a set of such components is under development that will allow editing Apache OpenOffice documents in Java Frames. Apache OpenOffice Basic cooperates with UNO, so that UNO programs can be directly written in Apache OpenOffice. With this method, you supply your own office solutions and wizards based on an event-driven dialog environment. The Apache OpenOffice database engine and the data aware forms open another wide area of opportunities for database driven solutions.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages