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

From Apache OpenOffice Wiki
Jump to: navigation, search
(FINAL VERSION FOR L10N)
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{FirstSteps|FirstSteps=block|PrevNext=block|Prev=Programming with UNO|Next=Get Started}}
+
{{Documentation/DevGuide/FirstStepsTOC
{{DISPLAYTITLE:Fields of Application for UNO }}
+
|ShowPrevNext=block
 +
|PrevPage=Documentation/DevGuide/FirstSteps/Programming with UNO
 +
|NextPage=Documentation/DevGuide/FirstSteps/Getting Started
 +
}}
 +
{{Documentation/DevGuideLanguages|Documentation/DevGuide/FirstSteps/{{SUBPAGENAME}}}}
 +
{{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 {{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.
 
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 {{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.  
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 {{PRODUCTNAME}}. Currently, a set of such components is under development that will allow editing {{PRODUCTNAME}} 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.  
 
{{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.  
 
The {{PRODUCTNAME}} database engine and the data aware forms open another wide area of opportunities for database driven solutions.
 
The {{PRODUCTNAME}} database engine and the data aware forms open another wide area of opportunities for database driven solutions.
  
[[Category: Development Concepts]]
+
{{PDL1}}
 +
 
 +
[[Category:Documentation/Developer's Guide/First Steps]]

Revision as of 09:11, 18 May 2009



You can connect to a local or remote instance of OpenOffice.org 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 OpenOffice.org 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 OpenOffice.org. 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 OpenOffice.org. Currently, a set of such components is under development that will allow editing OpenOffice.org documents in Java Frames. OpenOffice.org Basic cooperates with UNO, so that UNO programs can be directly written in OpenOffice.org. With this method, you supply your own office solutions and wizards based on an event-driven dialog environment. The OpenOffice.org 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