Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Sun Joins Mac Open Office Development

Posted by kdawson on Thu May 03, 2007 09:18 AM
from the bye-bye-X11 dept.
widhalmt writes "In a blog post, a developer at Sun Microsystems announces that Sun will help with porting Open Office to Mac OS X. The open source office suite is well known on Linux and Windows, but does not have a native version on Mac OS. For a long time Sun did not want to join the development of that port but now they will actively push it."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Not true! NeoOffice! (Score:5, Informative)

    by wheatwilliams (605974) on Thursday May 03 2007, @09:21AM (#18971291) Homepage
    OpenOffice.org runs on Mac OS X under X11.
    NeoOffice is an independently developed version of OpenOffice.org 2.1 which runs on Mac OS X natively and without the need for X11. I've been using it for years.
    • by crawling_chaos (23007) on Thursday May 03 2007, @09:30AM (#18971391) Homepage

      I've been using it for years.
      So have I. Hopefully it will have fully started up by the end of next month. Then I can get some word processing done. I need to allow another six months before the spreadsheet module will open, I think.
        • Re: (Score:3, Interesting)

          You're lucky then. Mine regularly takes a minute or more to start up, and over 30 seconds to save a simple, small document. Not to mention the lags in the spreadsheet - I can easily enter 3-4 cels worth of data before it's finished showing the entry for the first cel. If I get too much futher ahead of it, it starts to lose data.

          I'll admit, I recently d/led the newest version at work, and it does seem to be an improvement. Still not as fast as a normal app, but not head-bangingly slow.

          • by frdmfghtr (603968) on Thursday May 03 2007, @10:18AM (#18972023)

            You're lucky then. Mine regularly takes a minute or more to start up, and over 30 seconds to save a simple, small document. Not to mention the lags in the spreadsheet - I can easily enter 3-4 cels worth of data before it's finished showing the entry for the first cel. If I get too much futher ahead of it, it starts to lose data.


            I must be doing something wrong, since my NeoOffice (2.1 patch 3) takes about 10 seconds to start.
    • by McDutchie (151611) on Thursday May 03 2007, @09:38AM (#18971493) Homepage

      OpenOffice.org runs on Mac OS X under X11. NeoOffice is an independently developed version of OpenOffice.org 2.1 which runs on Mac OS X natively and without the need for X11. I've been using it for years.

      Given its heavy use of Java I think the 'native' qualification is debatable. Some aspects are native (e.g. font management), which is certainly a major plus.

      Unfortunately, though, this application gives new meaning to the words 'slow' and 'bloated'. The author has also chosen to make its license (GPL) incompatible with OO.o's (LGPL) so that his porting efforts cannot be contributed back to the main project. That makes NeoOffice a very hostile fork. What's more, he is trying (against the terms of the GPL/LGPL) to limit free distribution [neooffice.org] by using the trademark loophole.

      So, I would say that while a port exists, it's both low quality and under bad management, and I welcome this new effort to do it properly.

      • by nine-times (778537) <nine.times@gmail.com> on Thursday May 03 2007, @10:29AM (#18972195) Homepage

        Unfortunately, though, this application gives new meaning to the words 'slow' and 'bloated'.

        Well, it's not snappy, but it's certainly better than the "nothing" that OpenOffice has been offering in terms of native OSX ports.

        The author has also chosen to make its license (GPL) incompatible with OO.o's (LGPL) so that his porting efforts cannot be contributed back to the main project. That makes NeoOffice a very hostile fork.

        I'd probably be hostile, too. IIRC, the backstory with NeoOffice was that they were trying to work with OOo on a native OSX port, and not only did Sun refuse to help, but they basically sabotaged their efforts. Rather than give up, these guys split off and started their own project, and because of that, OSX users have had a very functional free office suite for OSX for a couple years now.

        What's more, he is trying (against the terms of the GPL/LGPL) to limit free distribution by using the trademark loophole.

        Protecting your trademark is not a "loophole". All sorts of projects, whether they're commercial (Redhat) or not (Mozilla), protect their trademarks. Worst case scenario?-- you take the source and strip out trademarked graphics/names, recompile, and then you're free to distribute the results however you want (under the GPL).

        I don't want to be misunderstood: I'm happy that Sun is finally porting OpenOffice to OSX. The result may very well be superior to NeoOffice, and if so I'll use Sun's version. However, they've been taking their sweet damn time, and in the mean time, the NeoOffice team has made a very useful bit of software. I don't think we should be belittling the NeoOffice team and their terrific efforts simply because they don't have the resources to perfect their port. They've been doing a lot with very little while OOo has been doing practically nothing with their bounty.

      • by falcon5768 (629591) <Falcon5768NO@SPAMcomcast.net> on Thursday May 03 2007, @09:27AM (#18971365) Journal
        maybe. What Im more hoping for is the NeoOffice guys and Sun will bury the hatchet and work together on this, since the point of contention between the teams is now moot.
        • by TheRaven64 (641858) on Thursday May 03 2007, @09:43AM (#18971567) Homepage Journal
          If you've looked at the latest Mac builds from the OpenOffice native port team, you will see that there is no contest with NeoOffice. NeoOffice is using a bad approach. Adding another layer of indirection (through Java) was a bad idea from the start, and became an even worse idea when Apple deprecated the Java-Cocoa bridge. The native implementation (demoed at FOSDEM) is significantly faster, and will be much more maintainable since it does things the right way from the start. I occasionally fire up NeoOffice/J, and within five minutes I've remembered why I don't do it more often. The native port looks like something I might actually consider using.
          • by soullessbastard (596494) on Thursday May 03 2007, @01:23PM (#18975159) Homepage Journal

            Disclaimer: I am a founder of the NeoOffice [neooffice.org] project.

            Quote: and became an even worse idea when Apple deprecated the Java-Cocoa bridge

            We never used the CocoaJava bridge at all. I guess you never bothered to read the source code. In fact, we use very little Java at all as is pointed out by the ohloh source code analysis [ohloh.net] of our open CVS. There's little Objective-C as we do most of the logic in C++ and call out to ObjC when required. There are some other stats there you may find intriguing as well like the estimated man-years and cost [ohloh.net] it will take to approximate our code.

            Trust me, once any OS X port of OOo starts getting font handling and input methods correct, it'll slow down as well. This is true especially for Asian and other foreign languages. The bottleneck is in Apple's ATSUI and how it mismatches to the underlying OOo code. Has nothing to do with Java at all. Speed in a vaporware demo is one thing; carrying speed into a functional product is something different completely.

            ed

      • by Apple Acolyte (517892) on Thursday May 03 2007, @09:28AM (#18971387)
        Have you tried the latest major release of NeoOffice? For an office suite, it's awesome. NeoOffice has matured through years of development, and unless Sun joins the NeoOffice effort it's going to take a long time before they produce something that rivals it, I imagine. Give the NeoOffice guys credit where it's due.
      • Those guys (Ed and Patrick) are way ahead of the OOo port, so it's most likely going to be around for some time, Sun or not. Its a sad story, but its really too bad the Neo guys and OOo couldn't work together, but there's something political going on.

        Here's some oblig. links:
        NeoOffice: http://trinity.neooffice.org/ [neooffice.org]
        OOo: http://porting.openoffice.org/mac/download/index.h tml [openoffice.org]
  • by Anonymous Coward on Thursday May 03 2007, @09:28AM (#18971385)
    The OpenOffice developers doing the porting should send an email [slashdot.org] to Steve Jobs asking him to help end this outrageous and inexcusable incompatibility issue. It worked for Greenpeace and J. Maynard Gelinas!
    • Re: (Score:3, Interesting)

      The native port guys are getting some unofficial help from Apple already, although I believe it is more in the form of advice than code. And not the 'we recommend you don't bother' kind of advice; the Apple people helped put together the porting strategy, in the same way they have done for several commercial applications wishing to release a Mac version.
  • Amazing (Score:4, Interesting)

    by Praxxus (19048) on Thursday May 03 2007, @09:35AM (#18971459) Homepage
    First we get news that Microsoft was recently acting all Mac Happy, and now Sun is acting Mac Happy. My, my, my, but these coincidences of timing in the software world never cease to boggle the mind!
  • Will they unarchive? (Score:5, Interesting)

    by Frequency Domain (601421) on Thursday May 03 2007, @09:36AM (#18971481)
    Sun already owns the rights to Lighthouse Design [wikipedia.org]'s application suite. Since these were originally developed for NeXTstep/OpenStep, they should be relatively easy to migrate to Cocoa. I'd sure like to see an Improv/Quantrix like spreadsheet tool put a stake through the heart of Excel!
    • Improv (Score:4, Interesting)

      by jefu (53450) on Thursday May 03 2007, @09:47AM (#18971613) Homepage Journal

      Having Improv back would be wonderful. The best spreadsheet I've ever used - using Improv made using Excel or other grid based spreadsheets painful.

      But then too, there was also this oddball thing called (I think, its been some years) "Advance", I only had a couple weeks to play with a test copy. Very powerful, rather strange. I'd like to have that back to play with too.

  • by realinvalidname (529939) on Thursday May 03 2007, @09:39AM (#18971507) Homepage

    From the blog:

    MacOSX and Aqua are quite new to me, so please bear with me as I learn about this (for me) exciting new platform at first. Certainly I will have many questions for my fellow Mac porters. However I can contribute ~10 years experience with vcl which I think the port can benefit from.

    The problem has always been that OO.o makes assumptions about GUI development that are well-suited to X11 and Windows, and not well-suited to Aqua. The question is, can someone who's learning Mac development as he goes push changes back to OO.o to make it more suitable for Aqua and other GUI toolkits? Can he do it before Sun changes their mind and de-funds the Mac port? Sun has a habit of funding things for about six months and then getting cold feet.

    Which reminds me: I should throw some money at Ed and Patrick for their continued work on NeoOffice [neooffice.org], which uses Java as a GUI adapter (!) to get OO.o tolerable on the Mac

  • by jshriverWVU (810740) on Thursday May 03 2007, @09:42AM (#18971557)
    I use to have a dual G4 machine 5 or so years ago when OS 10 came out and it ran Open Office. I think the big problem is that it used the X interface instead of Aqua, so maybe that's what they're concerned about. But from a user perspective I had no problem using just the plain ol' X11R6 version. Think it was via Fink.
  • by HerculesMO (693085) on Thursday May 03 2007, @10:42AM (#18972421)
    It still pales in comparison to MS Office.

    Yes, I am complimenting Microsoft -- I am sure I'll be flamed for it. But frankly, they make the best office suite, and since theirs is the standard look and feel (although the new Office is a departure), the other guys have to play catchup.

    I would love to use OpenOffice, I just hate the look and feel and have always been more comfortable in Microsoft Office.
    • by Mattintosh (758112) on Thursday May 03 2007, @11:28AM (#18973207)
      As much as we /.-ers love to bash Microsoft, there comes a point when you just have to give them a bit of credit for their office suite. I've used Office, and I've used OO.o. They both get the job done. They both are usable for 75% of what needs to get done with an office suite. But MS Office just has more polish. For example:

      - Keeping an informal "database" of crap in Excel or Calc - Both will sort the list by whatever column your highlighted cell is in if you hit one of the "A->Z" or "Z->A" buttons. But Calc will treat the column headings as data and sort them into the middle of the list! Excel knows that the first line is not data if it's a different text style from the rest of the list. Polish.
      - Printing in Excel or Calc - Having a sheet loaded and trying to print will print the whole entire freaking spreadsheet, all sheets, all ranges in Calc. That's just stupid. Excel will (for obvious reasons) default to printing only the sheet you're on. More polish.
      - Mail merging in Word or Writer - Trying to get Writer to realize that "mail merge" doesn't necessarily mean "i'm writing a form letter and want to import addresses" is like pulling teeth. Word has no problem with just binding whatever data to a form. Polish(x1). Also, Word doesn't force you (or confuse you) into creating an Access database when you just want to import an informal list of crap from Excel. Writer DOES try to get you to make a Base .odb file when you try to just pull data from a Calc sheet. MS Office Polish(x2). Then there's the lack of a data-bound preview... (or at least one that's as simple as Word's - a toggle button on a toolbar or a checked menu item).

      Now, none of these are absolute deal-breakers, nor do they show that OO.o is somehow unworthy of attention. On the contrary, it shows that OO.o needs more attention, and from people who actually use the features they're coding. MS Office will only get better if there's pressure on MS to make it better, and OO.o is probably the best hope for applying that kind of pressure. I just think that MS really deserves some credit for making Office a decent app suite. They've done far more than most /.-ers want to acknowledge.

      Just to clarify, none of this applies to the Windows vs. Linux debate. I want Windows to just go die in a fire. It really needs to be flushed like all the other turds.
  • by ironring2006 (968941) on Thursday May 03 2007, @10:45AM (#18972473)
    As someone who has used OOo on Windows/Linux/OS X, I have to admit that the OS X X11 implementation feels like the biggest kludge. I've been attempting to move all my documents over to the ODF, but everytime I boot up OOo on my Mac, I get frustrated with so many things about it. As slow as Word is on OS X running under Rosetta, recently I've been finding myself using that much more. I haven't tried Neooffice yet, because I can't imagine using something slower. On the other hand, I've found OOo quite a good replacement under windows.

    So I say, bring it on! I think that getting a good implementation of OOo running natively under Aqua is key in the cause of reducing reliance on Microsoft. People switching to Linux obviously are going to use OOo or some other open format, but still too many people switching to Mac are relying on Microsoft. It'll be curious to see whether they take Firefox's approach to have the interface be consistent across the board, or if they try and take advantage of OS X's toolkits and design guides to make it a true Mac application.

      • Re:But... (Score:4, Funny)

        by miro f (944325) on Thursday May 03 2007, @10:04AM (#18971843)

        Apple has nothing to do with this. Read the article. Heck, just read the summary.


        Huh? Read the summary? This guy didn't even read the title!