Viewpoint From the Web
Here you will find a collection of my thoughts about software, technology and life in general.
 
 
 
October 2008
M T W T F S S
« Sep    
 12345
6789101112
13141516171819
20212223242526
2728293031  
 
 

Posts Tagged ‘openoffice.org’

There are plenty of office suites as well as a whole host of other productivity software freely available for GNU/Linux. Most of these provide the average user with all the functionality they need from a word processor, desktop database or spread sheet application. Some will even open documents created in Microsoft Word or Excel with varying degrees of success. There will be some issues when it comes to Read the rest of this article »

Javaworld has an interesting article on using OpenOffice as the server for a web based spreadsheet like Google Spreadsheets. They use servlets running on Tomcat to communicate with OpenOffice.org, while using Dojo for the web tier.

It handles all the standard spreadsheet functions, but I’m thinking this could be a very useful resource for people needing web based mathematical/statistical applications. It appears you can integrate it with a Java/J2EE application with a little effort, saving you from reinventing the wheel.

Links:
http://www.javaworld.com/javaworld/jw-05-2008/jw-05-spreadsheets.html

http://digiassn.blogspot.com/2006/07/java-creating-jdbc-connection-to.html

Base is the database package that comes with openoffice.org 2.x. It seems quite OK as a desktop database package. But, I’ve found that resources for macro editing in basic for base are quite scarce. This is quite a problem since the editor it comes with doesn’t have intellisense/autocomplete. The uno documentation is way too big to be of any real use as a reference document. So I thought I’ll just write a beginners tutorial for connecting to the base database that is currently open from a form using openoffice.org basic macro. Read the rest of this article »