Difference between revisions of "Documentation/DevGuide/JavaBean/Configuring the Office Bean"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/JavaBean/Default Configuration
 
|NextPage=Documentation/DevGuide/JavaBean/Default Configuration
 
}}
 
}}
{{DISPLAYTITLE:Configuring the Office Bean}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/JavaBean/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Configuring the Office Bean}}
  
 
[[Image:process.png|none|thumb|400px|The OfficeBean]]
 
[[Image:process.png|none|thumb|400px|The OfficeBean]]
  
The fundamental framework of the Office Bean is contained in the ''officebean.jar'' archive file that depends on a local library ''officebean.dll'' or ''libofficebean.so'', depending on the platform. The interaction between the backend {{PRODUCTNAME}} process, officebean local library, Office Bean and the Java environment is shown in the illustration below.
+
The fundamental framework of the Office Bean is contained in the ''officebean.jar'' archive file that depends on a local library ''officebean.dll'' or ''libofficebean.so'', depending on the platform. The interaction between the backend {{AOo}} process, officebean local library, Office Bean and the Java environment is shown in the illustration below.
  
The Office Bean allows the developer to connect to and communicate with the {{PRODUCTNAME}} process through a named pipe. It also starts up a {{PRODUCTNAME}} instance if it cannot connect to a running office. This is implemented in the Office Bean local library. The Office Bean depends on three configuration settings to make this work. It has to find the local library, needs the location of the {{PRODUCTNAME}} executable, and the bean and office must know the pipe name to use.
+
The Office Bean allows the developer to connect to and communicate with the {{AOo}} process through a named pipe. It also starts up a {{AOo}} instance if it cannot connect to a running office. This is implemented in the Office Bean local library. The Office Bean depends on three configuration settings to make this work. It has to find the local library, needs the location of the {{AOo}} executable, and the bean and office must know the pipe name to use.
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: JavaBean for Office Components]]
+
 
 +
[[Category:Documentation/Developer's Guide/JavaBean for Office Components]]

Latest revision as of 17:29, 21 December 2020



The OfficeBean

The fundamental framework of the Office Bean is contained in the officebean.jar archive file that depends on a local library officebean.dll or libofficebean.so, depending on the platform. The interaction between the backend Apache OpenOffice process, officebean local library, Office Bean and the Java environment is shown in the illustration below.

The Office Bean allows the developer to connect to and communicate with the Apache OpenOffice process through a named pipe. It also starts up a Apache OpenOffice instance if it cannot connect to a running office. This is implemented in the Office Bean local library. The Office Bean depends on three configuration settings to make this work. It has to find the local library, needs the location of the Apache OpenOffice executable, and the bean and office must know the pipe name to use.

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