Slashdot Mirror


An Early Look at StarOffice 8

polar_bear` writes "NewsForge has an early review of Sun's StarOffice 8, set to be released in mid-October. From the article: 'StarOffice 8 is not perfect, but it is an excellent value for businesses that do not depend on proprietary Microsoft formats for production work.'" And yes, for the uninitiated, NewsForge is still owned by the same parent company as Slashdot.

4 of 134 comments (clear)

  1. No compelling features over OOo 2.0? by octaene · · Score: 5, Interesting

    So, after reading the article, I didn't see any compelling features beyond what OpenOffice.org 2.0 promises. I saw several references to StarOffice's superiority over Microsoft Office 2003, but that's about it.

    Me, I'll wait for OpenOffice.org 2.0. BTW, when is that, anyway?

    1. Re:No compelling features over OOo 2.0? by einhverfr · · Score: 4, Interesting

      Furthermore, who doesn't depend on Microsoft Office documents for production work? Everyone I know has to send/receive documents in these formats-- at least Word and Excel.

      This being said I have several buisnesses using OOo 2.0 Beta 2 for production work. They do this simply because the betas for OOo 2.0 are simply so much more stable and functional than 1.1.x that there is no reason not to use them. Yes, I know-- don't use beta software for production work this seems to be the exception.

      This being said, I don't use OOo much. I find that it doesn't have applications in any are which are best-of-breed and the only value I see is that you have an integrated suite. Gor example, Gnumeric is such of a great spreadsheet I can't imagine using anything else for production work.

      --

      LedgerSMB: Open source Accounting/ERP
    2. Re:No compelling features over OOo 2.0? by AKAImBatman · · Score: 5, Interesting

      The differences basically amount to:

      1. StarOffice has better MS Office support (I assume thanks to the Sun/MS Deal)
      2. StarOffice has a nicer GUI that Sun has not backported into OOo
      3. Sun provides corporate support for StarOffice. You're on your own for OOo.
      4. Extra bundled stuff like fonts, clipart, and templates. Nice if you do a lot of office documents, but not critical or irreplacible.

      Me, I'll wait for OpenOffice.org 2.0. BTW, when is that, anyway?

      When it's done. They've released betas of it as OOo 1.9.x, so you can go grab a copy whenever you feel like it.

  2. (Slightly O/T) OpenOffice by Anonymous Coward · · Score: 5, Interesting

    I like OpenOffice on platforms for which it was designed to work (Win32, Linux), but it uses so many non-portable Linuxisms that it runs extremely poorly to not at all on OpenBSD, even with Linux emulation and Linux-style /proc enabled. That is to say that it runs, but consumes far too much memory and crashes frequently. And I'm too lazy to try patches from NetBSD pkgsrc or FreeBSD ports, so right now I've been using AbiWord and gnumeric in place of OO. They are fine, but don't do Office formats as well, and AbiWord generates really lousy postscript, which means that anything I print comes out looking like shit.

    (Please don't make this into a question of Linux vs BSD or free vs propriertary OS, that's not the point I'm trying to make.)

    From a usability perspective I like OpenOffice, but I wish it were more portable. In my mind, if a program uses too many Linuxisms that don't hold on other Unix-like systems and require non-trivial patches to port, it is a good sign that the code is poorly written. I.E. it's doing stupid things like relying on Linux-specific values in /proc, or not checking return values of functions that can fail, or making generally unsafe assumptions that just don't happen to come up on Linux. That's a sign of bad code. In defense of OO, it is fine to work with where it does work, and in some cases I like the UI better than MS Office. The best I can say is that it's come a long way since StarOffice 5, which ran poorly, even on systems on which it was designed to run.