Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

At Long Last, NeoOffice/J 1.1 Released

Posted by timothy on Wed Jun 22, 2005 07:17 AM
from the now-you-may-take-a-vacation dept.
VValdo writes "After nearly five years of development, NeoOffice/J has made it to its first stable release. NeoOffice/J 1.1 is a Mac OS X-integrated office suite based on OpenOffice.org 1.1.4 that includes word processing, spreadsheet, presentation and drawing applications. Key Macintosh features include a standard Mac OS X installer, a native Aqua menu bar, use of the native printing system, full clipboard support, drag-and-drop, Mac "command" key shortcuts, mouse scrolling, integration with major Mac email clients and native support for Mac fonts. The full announcement is here."
+ -
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.
  • I seem to remember reading the a large part of NeoOffice was done in Java. I can't check the wiki since it has been slashdotted, does anyonw know how much Java is in NeoOffice?
  • by steveyT (664379) on Wednesday June 22 2005, @07:24AM (#12879815) Homepage
    Apple go and change the architecture they're running on :D
    • More like....just when they get it finished, OpenOffice.org 2 is almost out!

      • by FatherOfONe (515801) on Wednesday June 22 2005, @07:55AM (#12879985)
        Well seeing that this had a "J" in the title and it appears to have used enough Java in it to warrent that name, I would bet porting "may" be easier than you think. Easy being a relative term in all...

        Now "if" it was totally written in Java, then I would say it would be very easy to port :-)

        My gut feeling is that a significant portion of it was done in C, and thus it will take some time to get that part compiled and working again.
      • You don't have to use XCode to be able to do that. In fact, if they wouldn't be bothered about producing fat binaries, they could probably just simply recompile it. Since OpenOffice is multiplatform and Java should be also, they're unlikely to run into problems because of differences in bit ordering (least significant first or most significant first?). I also don't suspect them of having produced too much PPC specific assembly code.
      • by Ford Prefect (8777) on Wednesday June 22 2005, @08:18AM (#12880127) Homepage
        Will that be a huge setback to the project, or will they just be able to check a box and recompile, as Steve Jobs suggested in his keynote?

        Sounds like it'll 'simply' (heh) involve porting to GCC4 [neooffice.org]...

        What they really need is (a) more programmers with some highly esoteric combinations of skills, (b) a Mac-Intel box or two, and (c) monetary donations! :-)

  • At least mirrordot was able to save a cache:

    http://www.mirrordot.com/stories/56f602610d944ff 78 9b6ec7a2075940c/index.html

    Looks like their news page died at 17,000 hits after 12:17 today. Very sad.
  • by mgkimsal2 (200677) on Wednesday June 22 2005, @07:26AM (#12879824) Homepage
    The NeoOffice/J 1.1 release is now available for download. Warning: all NeoOffice/J development and testing is done by volunteers so there are always some missing features and bugs. So if you expect software to be absolutely perfect before you install it, we recommend that you purchase a commercially supported office suite like Microsoft Office. (emphasis mine)

    Hrm - maybe Office on the Mac is much better than the Windows version. I've been hearing that for awhile, but it's still from Microsoft, and will still have some of the same issues that people have on the Windows version, or it'd have compatibility problems (key commands, etc).

    Still, I thought that comment about something being 'absolutely perfect' then recommending Office was pretty funny.
    • Hrm - maybe Office on the Mac is much better than the Windows version. I've been hearing that for awhile, but it's still from Microsoft,

      It's far from perfect on the Mac, but I'm always astounded at how much it is better on the Mac than on Windows.
    • Worse yet, my experience with MS-Offixe/OS X has been terrible. Maybe it's because my mac is dreadfully under-spec, but MS Office's stability was lamentable, even for a M$ product. Luckily it was a copy I bummed off my parents. I'm quite happy with OOO (which I bought at the apple store), and will give NeoOffice a try. Heck, if the integration is good enough, and it proves to be stable enough, I'll try to convince the 'rents to switch!
    • by k96822 (838564) * on Wednesday June 22 2005, @08:17AM (#12880122) Journal
      Microsoft Office for Mac OS X is to Microsoft Office for Windows as Chevy is to Ford. No matter which you use, you should have bought a Toyota.
    • *cough*

      Still trying to get through to their server, but the Slashdot text certainly doesn't give me any confidence in the developers.

      Key Macintosh features include a standard Mac OS X installer

      Except that's not a standard Macintosh feature. Real Mac programs don't have installers, they have .app bundles and can be installed by simply dragging them to 'Programs' (or any other location of your choice) and uninstalled by dragging them to the trash.

      Up till now it seemed to be mostly Microsoft products t

  • by Speare (84249) on Wednesday June 22 2005, @07:27AM (#12879830) Homepage
    I'll keep my client running today. Will you? http://play.aelitis.com/torrents/NeoOfficeJ-1.1.dm g.torrent [aelitis.com]
  • Fantastic! (Score:4, Informative)

    by MichaelSmith (789609) on Wednesday June 22 2005, @07:27AM (#12879834) Homepage Journal

    My sister needs a laptop for work and I have been steering her towards a G4 mac. MS office adds $AUD300 to the price, which offends me, mainly because of the huge profit microsoft make out of it.

    Having this available could make it a much easier decision for her to buy the macintosh.

    • I prefer AppleWorks for my office suite, which comes free with new Macs .. yes, it's an outdated office suite, but it works, it's more responsive and loads much faster than NeoOffice/J.

      iWork is $79, Mac MS Office is $399. If one was choosing between these two, I would recommend the iWork not just because of pricing but because of the vendor: Apple is more likely to care about their own users while MS has potential to drop their product quality because Mac users aren't as important to MS than they are to Ap
  • by afd8856 (700296) on Wednesday June 22 2005, @07:28AM (#12879835) Homepage
    Looking at the integration features, it seems better then either Windows or *nix versions of OpenOffice.
  • by Dancin_Santa (265275) <DancinSanta@gmail.com> on Wednesday June 22 2005, @07:28AM (#12879838) Journal
    I have begun to think that most, if not all, free software applications ought to be written in Java or a reasonable facsimile. Ideally, a common language and runtime that all free software could target would be available that would allow immediate porting to take place.

    To some extent we have this now with Linux as a standard OS, but even with it there is a lack of common binary compatibility. Java takes care of that such that the same binary application on one platform works on another, only relying on the base runtime to be ported.

    How much quicker could we have had NeoOffice on MacOS if it were written in an easily-ported language like Java?

    Are there any plans for such a common language runtime to which applications can target themselves in the free software ecosystem?
    • Are there any plans for such a common language runtime to which applications can target themselves in the free software ecosystem?

      Yes, it already exists. It's called Java. There's also a knock-off of it called .NET or C# or Mono.
        • Did you notice that Mono supports numerious languages?

          Did you notice that Mono is primarily an implementation of .NET, and thus subject to patent claims by Microsoft? Microsoft has stated that these patents will be avilable on a "royalty free and otherwise reasonable and non-discriminatory basis", but short of an irrevocable legally-binding release worded in such a way that it's unambiguously clear these patents can not be used against open-source software, I am unwilling to trust to their good will.

          Sta
      • The real issue isn't Java - it's javax.swing, the Java Swing toolkit, and the java.awt, the Abstract Window Toolkit . AWT looks awful, has a clumsy event model, and is low level and clunky. Swing provides higher level widgets, but an over-complex API, and it's still slow as hell.

        Ever tried SWT [eclipse.org] from Eclipse [eclipse.org]? It's the Java widget toolkit that doesn't suck! (as much).

        That said, I'm very happy with C++ and Qt [trollech.com]. Well, except the C++ bit, but I find Java just as gag-worthy in different ways (Java 1.5 goes some w
  • by Ford Prefect (8777) on Wednesday June 22 2005, @07:30AM (#12879851) Homepage
    Before anyone complains about the lack of Aqua widgets and the continuing Windows 95-like appearance of the program, from experience that's probably the last remaining area to be completed.

    Everything else is great, and infinitely superior to the old port of OpenOffice.org to the Mac's X11 - for instance, copy-and-paste works fully (styled text is no problem whatsoever); file associations work correctly; native printing, fonts, anti-aliased line art are just fine. Even more recent, esoteric stuff like Spotlight searches are fine - when I installed Tiger, all my documents got neatly indexed without me lifting a finger.

    It's in an application bundle, it stores its settings in ~/Library/ - apart from those grey, rectangular buttons and controls, it's a complete, modern Mac application.

    Honestly, don't judge it on first appearances or screenshots (I've found numerous Mac 'ports' of software which seem to concentrate too much on cosmetics rather than functionality) - it's truly wonderful. For anyone looking for a free office suite on their Mac, here it is!
    • I'd rather download Microsoft Office for OSX. They've released it for free now on BitTorrent, apparently. At least, I see it available all the time there, so it must be. You have to really appreciate that kind of gesture from Microsoft. Not only do they innovate, but they share with the competitor's customers!

      More importantly, no amount of money could be placed on the quality and reliability of a corporately-developed product like this. After all, would you rather drive a car built by Ford or a car built b
  • Good news (Score:3, Informative)

    by Lord Satri (609291) <alexandre&leroux,net> on Wednesday June 22 2005, @07:30AM (#12879854) Homepage Journal
    This is good news (tm). I've been using the X11 version for a while. Works great. Yes, it's X11, but it truly works fine. Downloading NeoOfficeJ right now. It is a good thing to have a choice. It might not be native but hey, we'll get there eventually.

    In terms of competition, there's KOffice for MacOS X I kept my eyes on, see http://kde.opendarwin.org/ [opendarwin.org]. Still pre-alpha however.

    I use and love iWorks. Keynote is simply *great*. But it is not free (forget open source). And iWorks, for the moment, lacks a spreedsheet, which OOO doesn't. Thanks to OOO and NeoOfficeJ developpers! :-)

  • Coralized link (Score:3, Informative)

    by harvardslacker (881339) on Wednesday June 22 2005, @07:33AM (#12879874) Homepage
    Here's the Coralized link:

    http://neowiki.sixthcrusade.com.nyud.net:8090/inde x.php/NeoOffice/J_1.1_Announcement#Announcement_.5 Ben.5D [nyud.net]

    Though, frankly, there's not much there to read.

    Greg
  • ["...] mouse scrolling, integration with major Mac email clients and native support for Mac fonts. The full announcement is here."

    Do current relses of OpenOffice.org and other software have native support for Linux fonts? I ask this because I find that fonts on Linux are a bit "blurry"...that is, they are not as clear/crisp as their those on their windows counterparts. Even when anti-aliasing is turned off, fonts on Linux do not look that good. This is one reason in my opinion, why some slashdotters have

    • fonts on Linux are a bit "blurry"...that is, they are not as clear/crisp as their those on their windows counterparts.

      According to this [ffii.org] it's a patent issue. I think there's something deeply wrong with patents on operations required to render fonts correctly, above and beyond the already troubling issue of software patents in general. Remember that in the US fonts are explicitly not copyrightable to prevent even the potential of copyright being used to prevent free speech. Shouldn't this easement be extended to any communication or presentation technology.
      • by timster (32400) on Wednesday June 22 2005, @08:03AM (#12880023)
        Whoa, you're not a lawyer for sure. Nor am I.

        Fonts -- meaning that file (or files) of computer data that represent a particular typeface -- are absolutely copyrightable. That's why Linux distributors cannot distribute the fonts from Microsoft or Apple (though an end-user can download some fonts from Microsoft's web site, or use the fonts from their own Windows installation).

        It is the typeface itself that cannot be copyrighted. But that's the way the characters look, not the data that represents them to a computer. So I'm free to clone the Arial typeface by developing my own font that represents it, but I can't just copy Microsoft's font.

        Developing a good font from a typeface is a lot of hard work, I hear.
    • I find Linux font rendering to be very nice; better than Windows and even on par with OS X, but a lot of it is largely due to configuration and the videocard/monitor being used. This is a pretty lengthy reply, but I'd like to help people debunk the myth that Linux has "bad" font rendering. It's just that most distributions don't provide fonts and font renderers that function in the way many users might expect.

      By default, all distributions (except for Debian, I believe) use the Autohinter instead of the

  • by Anonymous Coward on Wednesday June 22 2005, @07:34AM (#12879878)
    NeoOffice isn't the one.

    and that quite possibly
    there is no server.
  • Screenshot (Score:5, Informative)

    by base_chakra (230686) * on Wednesday June 22 2005, @07:50AM (#12879955)
    This 800x600 screenshot [freshmeat.net] should survive a slashdot throttling.
  • by Mr. Cancelled (572486) on Wednesday June 22 2005, @08:06AM (#12880041)
    ... And thus easy to make a universal binary from? Or will this be harder to port once the Intel switch begins?

    Good app, but I hope it can move with the Mac as Apple transitions to Intel processors. Seems like kind of a waste of effort if it's tied to a specific architecture, in light of Apples recent announcements.
  • The Desktop Wars (Score:4, Interesting)

    by chia_monkey (593501) on Wednesday June 22 2005, @08:30AM (#12880219) Journal
    Are the desktop wars over as many had previously assumed. "Microsoft has won". There still seem to be some coals on the fire though. You've got a couple of these open source projects (OpenOffice, NeoOffice, etc). Then you've got Apple doing their thing...starting with Safari, then Keynote, then iWork...Then you've got the whole Apple moving to x86 and everything that brings such as developers showing how easy it is to port to x86 by doing a full conversion during the WWDC and nutty statements like Michael Dell saying he'd sell OS X if Apple decided to sell it as a standalone product.

    I'm not really sure the desktop wars are over. Each announcement of stable, full-featured M$ replacement seems to solidify that assumption. Thoughts anyone?
  • My Experiences (Score:5, Informative)

    by LaughingLinuxMan (872028) on Wednesday June 22 2005, @08:30AM (#12880223) Homepage
    I have used the last release candidate to do "real" work on personal projects. That is, I actually tried to get things done with it rather than just clicking around to see how "Mac" it is. I have both MS Office X and NeoOffice/J installed. Office X is used for school work, where I cannot take a chance of my professors not being able to read a document.


    1) In the early releases NeoOffice/J was sluggish. There were rendering delays with first word typed, pull-down menus, and switching tools, among other things. I am pleased to say that the interface speed has increased through the release candidate schedule. That said, you will find there are still delays here and there that may bother you. They bothered me until I used Office X again. That product has UI delays as well, just in different places. At this point I think it is a wash.


    2) Stability (e.g. random crashes) was an issue on the earlier releases. These have been largely successfully addressed. In fact, when using the last RC to get work done I did not experience any crashes. Very nice.


    3) The UI is somewhat confusing, since it departs from some of the standard metaphors we usually see in office software. The primary example is the tight coupling of the different suite functions. Those that are used to using one application for spreadsheets and another for presentations will need to aclimate to a monolithic application. This is not a big change per se; it just takes some getting used to. There are other minor departures, such as the lack of aqua widgets and different locations of buttons and menu items. Once I got used to these differences, I found the product usable for my project work.


    All that being said, I have decided to do all my personal project work in NeoOffice/J. Why? The data I generate in my personal projects is valuable to me personally. I would like to maximize the chances of being able to read it in the distant future. Since the Open Office file format is completely open and documented, I believe that the OO.org file format has the greatest chance of being read 15-20 years from now. If there is not any software in 15-20 years that can read the format, then due to the open licensing on the format I could write/hire someone to write a program to read the documents. Try doing that with some archaic closed format. I will deal with quirks today to enable access to the my data tomorrow.


    -LLM
  • by NardofDoom (821951) on Wednesday June 22 2005, @08:31AM (#12880226)
    My wife was working on a presentation for her masters class and was getting files from her Windows-using classmates to produce the final Powerpoint. For some reason Office v.X couldn't open the files, but NeoOffice/J could.

    For that reason alone (and the price), I recommend NeoOffice. I've been using it as my sole office application for some time now with no problems.

  • Well Done NO/J devs! (Score:5, Informative)

    by benmhall (9092) on Wednesday June 22 2005, @09:56AM (#12880929) Homepage Journal
    I've been using NeoOffice/J on my Macs for a couple of years now. (I have a rather dated review here. [linuxgruven.ca]) Without a doubt, it's my favourite office suite for OSX.

    What's really amazing is that almost all of the coding work is done by Patrick Luby (pluby) with a fairly small group of very dedicated testers and contributors. Despite the complexity of the code and the magnitude of the task, Patrick and the rest of his small team of volutneers has managed to release the only viable alternateive to MS Office for Mac OSX.

    I have been installing NeoOffice/J on lab machines at work for over a year now. NO/J 1.1 is a significant improvement over the earlier versions. It now integrates with the menubar, opens and closes like a Mac app, and even uses OSX's keyboard shortcuts. Heck, they even managed to integrate it with SpotLight!

    For everyone out there using a Mac, be sure to check it out. Also, if you like the program don't forget to donate. [planamesa.com] Even $50 is much appreciated. Think of it, an entire office suite on your platform of choice with perfect interoperability with Linux, Windows and Solaris. And it's Open Source. Surely that's worth a donation.
    • Re:open office fork? (Score:5, Informative)

      by TheRaven64 (641858) on Wednesday June 22 2005, @10:07AM (#12881022) Homepage Journal
      NeoOffice was originally started as a prototype for the OpenOffice port. Ideas for porting would be tested in NeoOffice, and then ported to OpenOffice if they worked. As part of the project, NeoObject/J was created with a different approach - to use the Java interface in OpenOffice to talk to the Java interface to Cocoa, rather than implementing everything in Carbon / Cocoa.

      Over time, it appeared that NeoOffice/J was developing faster, and it would be easier to get it to a usable state than the OpenOffice OS X port, so the OpenOffice OS X port was abandoned. NeoOffice/J is the `official' OS X version of OpenOffice. Additionally, the NeoOffice/J people will be handling the official port of OpenOffice 2.0 to OS X.