Slashdot Mirror


Sun and Apple Team Up for StarOffice for Mac OS X

An anonymous reader writes, "CNET writes about Sun and Apple getting together to create StarOffice for the Mac OS X." Apparently, the Java-based OpenOffice app will be released before year's end (a developer release went out on Thursday), with a commercial StarOffice release sometime next year.

119 of 360 comments (clear)

  1. Java is NOT the way to go by swissmonkey · · Score: 3, Insightful

    Corel already tried and we all saw the result: slow and dismissed by the market.

    Even though JVMs improved a lot in the meantime, there's no way a JVM is going to make an app such as OpenOffice as smooth to use as a native version.

    They'd better work on a native version, instead of working on something which has not a single chance of attracting users.

    1. Re:Java is NOT the way to go by znu · · Score: 4, Informative

      It might not be as bad as it sounds. Cocoa can be programmed from Java. They talk about Quartz, which I don't think is accessible from pure-Java apps, so that's probably what they're doing. A Java/Cocoa app is totally indistinguishable from a "fully native" app (Objective-C/Cocoa). Except that it's a bit slower and uses more RAM, of course.

      --
      This space unintentionally left unblank.
    2. Re:Java is NOT the way to go by lurvdrum · · Score: 2, Insightful

      You also have to remember that general computing power has incresed beyond all recognition in the last few years; by the time this software comes to fruition the performance penalty of using a language like Java (or even C#/.net for that matter) will be less noticeable.

    3. Re:Java is NOT the way to go by MaxVlast · · Score: 4, Insightful

      Because X is an awful, old standard?

      It gets the job done okay, but gosh. If you need X, XFree86 works fine. I'm quite certain that the people who either don't know what it is, or can't figure out how to install it don't really need it, and it would add a whole 'nother layer of bloat to the OS that's just not necessary for 95% of users.

      And from Apple's viewpoint, putting X into OS X would be a ghastly, stupid move. Apple's best interest is served by people producing beautiful, consistent Quartz applications. If you give people an escape hatch to write cross-platform ugly-as-ass X apps, Mac OS X loses a whole lot of its sex appeal in one fell swoop. Half of the little program writers would abandon Quartz for X in a heartbeat, and the integrity of both the UI and the OS experience would go right down the toilet, and that would sink everything Apple has going for it.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    4. Re:Java is NOT the way to go by Lally+Singh · · Score: 2

      Actually, that's false. As computers get more powerful, the user's expectations of what the computer can do, and its speed, increases. Pure "speed" isn't too important to the majority of users; they want new functionality when they buy a new machine.

      --
      Care about electronic freedom? Consider donating to the EFF!
    5. Re:Java is NOT the way to go by johnnyb · · Score: 2

      OpenOffice _uses_ java for some things, but is not Java-based. CNet probably installed it, found that the installer looked for an instance of Java, and concluded that since it's cross-platform, it must be Java-based. It's mostly C++-based.

    6. Re:Java is NOT the way to go by Spamuel · · Score: 2

      as smooth to use as a native version

      I just know I'm going to get modded flamebate, but have you used the native version? Because I have, and I'm sorry to break everyone's heart but I wouldn't describe the UI as "smooth". Certain things like right-clicking cells in Calc 6.0 is slow compared to Excel, at least on my machine it is. If anything the Star Office team should be trying everything they can to make the *native* UI "smooth".

    7. Re:Java is NOT the way to go by Spamuel · · Score: 2

      If you're worried about CPU cycles and something is extremely time critical, then yeah, that's exactly what you do. Believe or not assembler is still used in some development shops.

    8. Re:Java is NOT the way to go by tshak · · Score: 2

      A Java/Cocoa app is totally indistinguishable from a "fully native" app (Objective-C/Cocoa).

      Exactly, so it's not cross platform. One of the things that people harp on against .NET is that the GUI lib's are native Windows code and not cross-platform. With Java/Cocoa, it's the same issue. I, for one, believe this is the way to go. Resource intensive API's should be kept native while the rest of an app runs on a virtual machine.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    9. Re:Java is NOT the way to go by ReinoutS · · Score: 2
      Using Java for graphics! - Can you think of something worse?
      FYI, back when StarOffice 5.0 was released, I already saw a version of which the GUI was a Java applet run from within Netscape. It connected to a server for the heavy computing work. Speedwise, and UI-wise, there was no visible difference with the native binary. I imagine that with the current advances in Java technology you probably wouldn't even notice whether it was driving your UI or not, given identical widgets/themes.
  2. Re:Java ?! by stu_coates · · Score: 5, Insightful

    CNet may be partially right... the article talks about Apple engineers having access to StarOffice source and working on moving the UI to Quartz... maybe just the UI work will be done in Java (which has the Quartz UI on MacOS X) with the core functionality being in C/C++ as per the other Star/Open Office platforms. Using JNI this would certainly be possible... as for performance, well, we'll have to wait and see.

  3. Also confused about Java by theolein · · Score: 2

    I cannot imagine Java being of much use for StarOffice on OSX, given that the visual side of Java, AWT and Swing are very slow under OSX compared to Linux and XP.

    I think this is either a mistake or else they'll be using Java for some system glue or something I imagine.

    1. Re:Also confused about Java by squiggleslash · · Score: 4, Interesting
      StarOffice wouldn't be using AWT or Swing. Apple's Java includes a version of the Cocoa API (Cocoa is the API derived from NextStep), which presumably hooks in at a fairly high level so the most intensive aspects are all in native PowerPC code within the OS itself.

      This is, IMO, a good idea. It'd be an even greater thing if GNUstep could have Java hooks too, then this fairly respected GUI API could have much wider use.

      --
      You are not alone. This is not normal. None of this is normal.
    2. Re:Also confused about Java by overunderunderdone · · Score: 2

      Apples page for using Cocoa with java

    3. Re:Also confused about Java by BlueGecko · · Score: 2

      GNUstep has Java bindings. It's called JIGS and has been around for quite awhile. The API is extremely similar to Cocoa's Java binding; the biggest difference is the package name. Try it out and please help contribute to GNUstep if you would like to see it get wider adoption.

  4. Summary by Dr.+JJJ · · Score: 5, Informative

    The main points of the article are:

    1) The relationship between Apple and Microsoft has been strained by the lackluster sales of Office v.X. Apple supports the porting of StarOffice because it doesn't want MacOS X to be cutoff from the ability to interact with the ever-important Microsoft dominated office file formats should Microsoft decide to abandon the platform.

    2) Development hurdles that Sun must overcome are removing and redesigning X11 protocol specific code to work with Quartz 2D -- Apple's windowing API -- and redesigning the user interface such that it conforms to the Apple Aqua guidlines. (That's a tall order, especially considering that much of the Aqua guidlines are incomplete and still being formed.) Currently, StarOffice uses its own interface toolkit, built from the ground up.

    3) The ever-pressing issue of how to make money by selling an essentially open-source product. Sun plans to do this not by merely offering support, but also adding special enticements to a commercial distribution that wouldn't be available in an open-source distribution. (An example is the bundling of commercial quality fonts with the software).

  5. preparing for the time after MS Office for Mac? by karm13 · · Score: 4, Insightful

    to me, that sounds like apple is preparing for a time when MS decides -- for valid reasons, of course -- to discontinue their office product line for the mac.
    btw, any new rumors about OS X for x86 out there?

    --

    --
    making up good sigs is a hard thing to do.
    1. Re:preparing for the time after MS Office for Mac? by sg3000 · · Score: 2

      I think Apple's considering it, but they'll have to go through some steps first.

      Before they introduce a version of Mac OS X to work on x86, they'll want to make sure there's a near-perfect substitute for Microsoft Office. This looks like Apple's considering contingencies. Call OpenOffice Step 3.5.

      --
      Insert simplistic political, ideological, or personal proselytization here.
  6. Re:OOo already themable. by King+of+the+World · · Score: 2, Insightful

    I'd take it the other way... after all the themes over the years that try to ripoff OSX, not a one has got close. The proportions are wrong. The font-rendering is screwy. The software, well... black and white minstrels.

  7. Java ? by AdamInParadise · · Score: 5, Interesting

    First I'd like to say that I like Java very much, but I think that this must be a mistake. Let's see. OS X is unix-based, and does support X11. StarOffice (and OpenOffice) runs just fine on X11. Basically their problem is to port the GUI from X11 to Quartz
    Porting StarOffice (once the biggest open source project) to Java would be an absolutly huge task. This rules out a full port. It leaves the option of using Java as the GUI. World+dog (including me) agree that Java's GUI is so-so, even if it is better on OS X than anywhere else. Anyway, what would be the point of using Java to interface between C/C++/Objective-C apps? None.

    CNET just got it wrong one more time.

    --
    Nobox: Only simple products.
    1. Re:Java ? by jilles · · Score: 2

      An alternative theory might be that the port is going to rely on Java for some of the platform specific stuff. Java is well integrated into Mac OS X and OOo needs stuff like printing, file dialogs, fonts, etc. OOo already has a Java API so using Java to implement some of the platform specific stuff seems not a bad idea. This way sun can also avoid the duplicate effort of implementing platform specific stuff again since this already has been done for the Java port.

      However, I'm theorizing here. Maybe someone from Open Office could post something about this.

      --

      Jilles
    2. Re:Java ? by overunderunderdone · · Score: 5, Interesting

      World+dog (including me) agree that Java's GUI is so-so,

      Yes, but from what I understand Apple has provided hooks for Java to use all of the Cocoa API's in fact they bill Java as being coequal to Objective C for building Cocoa apps. In that case the GUI is not really java, java is just being used to invoke the native cocoa/quartz/aqua GUI. They could use Objective C instead but I would imagine that Sun would like to show off a Java app that surpasses peoples expectations (including the dog's) Also I'd imagine you can find more programmers at Sun that are proficient with Java than are proficient with Objective C.

    3. Re:Java ? by GeorgeH · · Score: 2

      While OS X is unix-based and does support X11, it doesn't do it out of the box. Half the OS X users I know are geeks who have Terminal in their dock and use fink and XDarwin. The other half are the long time mac users who are being dragged kicking and screaming into OS X and would not be able to get X11 running rootless without a lot of help. Apple never wants to leave the less technical out.

      And Java works pretty well on OS X, even if it usually breaks the human interface guidelines.

      --
      Why can't I moderate something "Wrong" or at least "Grossly Misinformed"?
    4. Re:Java ? by IronTek · · Score: 2

      You seem to forget that there is already a Java version of Star Office. ...if it's not available to the masses (haven't checked in a while), it certainly does exist, as before Sun bought StarOffice, the company had a Java version, Windows, Linux, and Solaris version of Star Office 5.0.

      So if there's any *huge amount* of work required at all, it would simply be to get the Java version up to the 6.0 level, if it hasn't already been done (probably has).

    5. Re:Java ? by gidds · · Score: 3, Informative
      Everybody knows that FileDialog is broken.

      Yeah, but who still uses the AWT? Swing has a JFileChooser which is loads better. Don't judge Java by the state it was in 4 or 5 years ago.

      --

      Ceterum censeo subscriptionem esse delendam.

    6. Re:Java ? by AdamInParadise · · Score: 2

      Could you point me to a reference that would confirm this? Cause I've met numerous people claiming that StarOffice was written in Java because it included a JRE (true) and was slow (false). Completly bogus of course.

      --
      Nobox: Only simple products.
    7. Re:Java ? by Phroggy · · Score: 2

      You're implying that Mac OS X is the only platform that would benefit from a Java port.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    8. Re:Java ? by aussersterne · · Score: 2

      I can't give you a reference because the StarDivision Web site with the Java port is long gone, but what the original poster said is true -- before Sun acquired StarOffice, it seemed that a big part of StarDivision's strategy was going to be their Java port.

      For trivia purposes, note that there was also a Java version of Corel WordPerfect Office that ran on Linux (no, not the WordPerfect Office 2000 port that used Wine). Only a free test version was ever released, but I downloaded and used it for a few things.

      --
      STOP . AMERICA . NOW
    9. Re:Java ? by gleam · · Score: 2

      StarOffice itself was never written completely in java, but there WAS a wholly java version of staroffice. Check archive.org's archive of stardivision.com -gleam

      --
      this .sig is not a .sig.
    10. Re:Java ? by gleam · · Score: 2
      Quite right. Here's a link to the stardivision website (via archive.org) mentioning the java port:

      http://web.archive.org/web/19980119143350/stardivi sion.com/staroffice/java.html

      And one about corel's java port from network computing magazine...

      http://www.networkcomputing.com/816/816sp3.html

      -gleam

      --
      this .sig is not a .sig.
  8. Open(Star)Office always had parts written in Java by hargettp · · Score: 2, Informative

    On my Linux installation, there are several jars in /usr/local/OpenOffice.org1.0/classes. Enabling Java to interoperate with the Universal Network Object (UNO) model that sits at the core of OpenOffice was always a key part of their architecture.

    So, the use of Java isn't really news, and any messaging around Java should just be seen as Marketing exploiting the fact that yes, indeed, parts are written in Java.

  9. Re:Appleworks dead? by Blondie-Wan · · Score: 3, Insightful
    I doubt it. AppleWorks is not only too good a product to discontinue (from the POV of users, which granted isn't necessarily Apple's), but also one Apple's supported for too long, and one that apparently continues to provide Apple with decent returns on its years of investment and development.

    I could easily see Apple maintaining AppleWorks while simultaneously contributing to (or publishing under its own brand?) a Mac version of StarOffice/OpenOffice. Perhaps Apple could continue to bundle AppleWorks on its consumer systems while bundling StarOffice on its pro systems. Or perhaps it could license StarOffice from Sun and work with them to create its own, highly Mac-ified version and offer it as a higher-end alternative to the more consumer-oriented AppleWorks. Either of these could happen in much the same way they position iMovie and iDVD versus Final Cut Pro and DVD Studio Pro for consumers and professionals, respectively.

  10. Java is the way to go by g4dget · · Score: 5, Insightful
    Even though JVMs improved a lot in the meantime, there's no way a JVM is going to make an app such as OpenOffice as smooth to use as a native version.

    Sure there is. Java is quite fast these days and it has gotten a lot more stable and robust. OpenOffice could actually become smaller and simpler if it is written in Java because much of the big and complex stuff in OpenOffice is already taken care of by the Java runtime.

    Also, Sun finally needs to put the resources behind Java for client/desktop apps--that means developing large and complex client/desktop apps and fixing whatever problems remain in Java and the Java runtime.

    Corel already tried and we all saw the result: slow and dismissed by the market.

    Corel didn't know what they were doing and they didn't have the option of hacking the Java runtime much. Besides, there are an awful lot of bad or failed C and C++ applications--should we stop using C and C++ because of that as well?

    1. Re:Java is the way to go by g4dget · · Score: 3, Insightful
      Assuming you are willing to use 2 to 4 times more memory for the Java wordprocessor equivalent and take a 50% speed hit relative to C++, it certainly could be written in Java. (Java only matches C++ speed in benchmarks where objects are not created).

      It really doesn't make too much sense to compare Java and C++ in that way. For example, yes, "object creation" in Java is slower than in C++, but the two don't do the same thing.

      In general, Java requires a different programming style from C++ to get efficient code. There are many habits C++ programmers acquire to keep their C++ programs from crashing and to interact well with C++'s constrained memory management. Many of those habits are meaningless and costly in Java. Java is not a "simple and safe C++", it's a very different language.

      Ever try to debug a Swing problem? You often get stack traces that are more than 25 levels deep - all in Sun's Swing code. Temporary objects being created like there is no tomorrow. Any way you slice it, Swing is a horribly designed graphics toolkit.

      I have had no problems with Swing--it seems like one of the better toolkits around in terms of its APIs. Its implementation is rather inefficient, but on modern hardware, it doesn't seem to matter all that much.

  11. Hmmm. by Krapangor · · Score: 3, Interesting
    http://porting.openoffice.org/mac/roadmap.html
    They seem to build a native C++ interface for the windowing system of OSX.
    CNET probably confused this with the Java of OpenOffice support.

    It's very unlikely that someone tries to build a GUI via Java. People are not that stupid.

    --
    Owner of a Mensa membership card.
    1. Re:Hmmm. by rikkards · · Score: 2, Insightful

      People are not that stupid.
      Do I have to pull the Java version of Wordperfect out of it's grave to remind you of what people are capable of doing? :)

    2. Re:Hmmm. by larkost · · Score: 2

      Actually, they are probably porting the GUI from SWING (where it is now) to Apple's Aqua through the Cocoa-Java version. This is an API that allows you to access basically the same API's as Obj-C Cocoa from Java. App-Kit (on of the API's in question) rocks!

    3. Re:Hmmm. by ceejayoz · · Score: 3, Funny

      No! Put it away! It burrrrrrrrrrrrns!

    4. Re:Hmmm. by lrichardson · · Score: 2, Troll
      "Do I have to pull the Java version of Wordperfect out of it's grave to remind you of what people are capable of doing? :)"

      There are some serious rumours to the effect that product was deliberately ... how to put this ... less than polisished ... as an attempt to appease M$, who were in 'negotiations' for the 25% (hah!) buy-in.

      That said, I've always prefered WP over Word (OK, excluding that Java pos) ... it's always been more stable, more customizable, generally more powerful, and basically just that much better for the thinking user than Word. I've seen people whacking their computers over 'smart' features built into Word.

      And Star Office retails around ~$80 US hereabouts ... about ten bucks more than I paid two months back for the latest (legit) Corel Suite (WordPerfect, QuattroPro, Paradox, Dragon Speak (still the best voice recognition out there)).

    5. Re:Hmmm. by stu_coates · · Score: 2

      If they write the UI using the Swing API then the Aqua L&F comes for free, according to this page on Apple's developer site. Sure would be cool to have Star/OpenOffice with Aqua... the perfect reason for not buying MS Office v.X! ;-)

  12. Re:There is a native version by ZigMonty · · Score: 3, Informative
    I would hardly call a version that requires XFree86 "native" for Mac OS X. It looks like a cheap port of the Linux version and the X Windows stuff it needs isn't found on a stock Mac OS X install.

    I mean no disrespect to the OpenOffice people but that build is not a 1.0 release.

  13. The Java Connection by Genady · · Score: 2, Insightful

    Hasn't anyone here actually played with project builder? Apple lets people develop in project builder in either ObjC, *OR* Java. I'll bet this is what they're doing. There's probably nothing happening with Swing or any of the Java UI crap. What they're probably doing is writing the underlying code in java and allowing it to compile with either the new apple front end, or swing on other platforms. This sounds much more like a Sun strategy since they're so hip on Java in the first place, and cross platform apps secondly.

    --


    What if it is just turtles all the way down?
  14. {Star,Open}Office preinstalled on Windows by oever · · Score: 5, Interesting

    Sun has been looking for hardware allies in its long-running quest to popularize StarOffice, which competes against Microsoft Office. To date, no major PC makers have pledged to heavily promote StarOffice.

    To me, it's incredible that no hardware vendor such as IBM or HP is offering StarOffice or OpenOffice preinstalled on personal computers. I see no reason for them to not install it.

    --
    DNA is the ultimate spaghetti code.
    1. Re:{Star,Open}Office preinstalled on Windows by squiggleslash · · Score: 5, Informative
      The Findings of Fact in the Microsoft trial gives an answer to that. Back in 1995, IBM did ship PCs with Windows/Lotus Suite bundles, as well as OS/2 equivalents. Microsoft told IBM if they didn't stop bundling OS/2 or Lotus with their PCs they would not be licenced to offer Windows 95 IBM didn't back down until the last moment, which lead to a situation where IBM didn't even get a copy of the final version to test with their hardware until the hour before Windows 95 was released.

      Result: IBM, knowing a PC manufacturer who didn't support Win95 at that particular point in time, would sell virtually no PCs, stopped bundling both the Lotus software and OS/2 from that point on, affectively killing the commercial chances of both.

      I doubt any PC manufacturer is going to consider shipping a rival office suite for many years to come unless either they're so small they cannot expect decent treatment from MS anyway, or else the penalties levelled against Microsoft actually have some effect.

      --
      You are not alone. This is not normal. None of this is normal.
    2. Re:{Star,Open}Office preinstalled on Windows by iankerickson · · Score: 2

      The Azza motherboards we get from ACS come with StarOffice CDs (only Windows is pre-installed on the PC). Not that we use the CDs, but some of the beige-box assembly houses are shipping StarOffice.

      --
      Democracy. Whiskey. Sexy. Pick any two.
    3. Re:{Star,Open}Office preinstalled on Windows by D'Arque+Bishop · · Score: 2
      To me, it's incredible that no hardware vendor such as IBM or HP is offering StarOffice or OpenOffice preinstalled on personal computers. I see no reason for them to not install it.

      Actually, eMachines shipped several of their eTowers with StarOffice 5.2 a couple of years ago. One of the ones we bought for the office came with it preinstalled. On the brief look I just took on their website, I see no mention of StarOffice or OpenOffice; my guess is that 5.2 didn't fly with the consumers, so they went back to the traditional MS Works...

      Just my $.02...

    4. Re:{Star,Open}Office preinstalled on Windows by MaxQuordlepleen · · Score: 2

      I was standing in line at Future Shop a year or two back, and the people ahead of me were buying an eMachines computer. I was surprised to see that Star Office 5.2 was bundled with the machine. I really don't keep up with what the bargain basement OEMs are bundling, but I wouldn't be surprised to find out this is still the case.

  15. Re:Appleworks dead? by xidix · · Score: 2, Informative

    I think you are confusing AppleWorks and MS Office v.X. AppleWorks is made by Apple, and is a consumer-level productivity suite that competes (somewhat) with Office.

    I think the idea that Apple might drop AppleWorks and try to replace it with the more robust StarOffice is definitely not without merit. Given the fact that StarOffice and OpenOffice share a common file format, and those suites together create a compatible document format across Solaris, Windows, and Linux (both x86 and PPC), Apple might be wise to join that group. If Apple and Sun create StarOffice for MacOS X, and Microsoft does pull the plug on Office for Mac, it will be Star/OpenOffice on five platforms versus MS Office on one. Star/OpenOffice would become the de facto choice for anyone not running Windows (or not wanting to spend $500 USD on a productivity suite).

    If Apple decides to jump on the StarOffice bandwagon, I don't see them continuing to support AppleWorks. Everything I've seen about this indicates that StarOffice for MacOS X would be bundled for free with pro-level Macs (and most likely available for free or very little money for the consumer-level Macs). I don't see why anyone would choose AppleWorks if they could get StarOffice for less than AppleWorks or for free?

  16. Java based OpenOffice app by MiniChaz · · Score: 2, Informative

    Errr... No.

    OpenOffice includes support for Java but it is most certainly _not_ Java based.

    Anyone who has not used OpenOffice really should take a look. IMHO is is a viable replacement to Microsoft Office at home while Star Office (based on OpenOffice) is a viable replacement for Microsoft Office at work.

    Wish good luck to the OpenOffice guys and take a bit of time to wish Sun good luck with Star Office too.

    Thanks.

  17. Re:Sun's grammar by Abstrakt · · Score: 2, Funny
    Don't you just love those hip marketing folks? A few years down the line, we'll probably see official statements resembling this:

    "We are going to represent old-school," Siress said. "Apple and Sun be homies now," he added.

    Cheers.

  18. is this the Appleworks pro rumor sites spoke of? by johnpaul191 · · Score: 2

    yes, Apple/Claris make the home user version of office. over the years it was called either ClarisWorks or AppleWorks (Claris/Apple is the same thing). i'm sure somebody else knows better, but the Mac SE my sister got in 1988 came with Claris Write, Claris Draw etc back before it was really packed together. they have been working on that for years. i think the current Appleworks for OS X is just a carbonized version of the most recent Appleworks. i would think they will keep bundling Appleworks (unless they rename it someday) and sell somehting to the Pro users. in the past (and today even) pro users had to buy Appleworks. it's kind of strange, but Apple decided somewhere that Pro users were going to want M$ Office anyway. maybe it was part of the deal with Microsoft. if pro users had a free app, then they were less likely to buy one. if they bought one they were more likely to buy the high end app? i dunno. there were a lot of strange concessions in that deal. i'm glad it's over.
    there have been rumors of some sort of "pro" Appleworks for a while now.... Appleworks itself, if you have never ised it, couls be thought of as iOffice or something. it's bundled with the iBook, iMac (new and old) and the eMac. i don't remember if they started bundling it with the pro models (there was talk of it). it's good enough for home users, but i guess not quite up to corporate use. the recent versions have good translation from and into M$ Office formats, so in some situations when you need to translate documents you will be fine. if you were at work and constantly exchanging documents though you might still want M$ Office itself.

  19. compatibility, speed, cost by dankelley · · Score: 3, Insightful
    1. In my tests staroffice was much slower than office. Unless launch time is under 200 ms (human reaction time), users will select the faster product, all other things being equal.
    2. Users in an office environment will need full compatibility with office (for document sharing). How can that be accomplished, when Microsoft can change file formats at a whim, knowing that users will update like lemmings to get the new "features" provide along with the thwarting format changes?
    3. Folks won't choose because of cost because cost is not a big issue. In an office environment, it makes sense to pay a day's salary (on tools), to save 10 days of work. In a home environment, people use (cheap) bundled Microsoft products or they steal them.
    PS: all of the above applied to Corel, too.
    1. Re:compatibility, speed, cost by Liet+Hacksor · · Score: 3, Interesting

      In my tests staroffice was much slower than office. If you're referring to 5.x, yes. With 6.0, it's a different world. On Windows, MS Office 'preloads' a lot of itself to provide the illusion of speedy launch. StarOffice on Windows does the same thing (although it gives you the option to disable the QuickStarter if you so desire, which MS Office doesn't), and is pretty much equally speedy. I honestly wish a similar daemon existed on the Solaris & Linux versions, so my users would stop whining that their workstations are 'slower' than Windows. Unless launch time is under 200 ms (human reaction time), users will select the faster product, all other things being equal. Ah, but everything isn't equal. $75 != ~$400. If you're a home user, and you get it bundled free with your Mac/PC, you'll be happy to wait an extra second or two to keep cash in your pocket (Yes, Dell bundles MS Office, no it isn't 'free', it's a $199 upgrade from the Small Business version to the Professional version, and even more if you add it to a system that didn't have it at all). Also, this article is about MacOS-X.... if MS Office X goes away, what equality is there? Users in an office environment will need full compatibility with office (for document sharing). How can that be accomplished, when Microsoft can change file formats at a whim, knowing that users will update like lemmings to get the new "features" provide along with the thwarting format changes? As Microsoft changes formats, so will StarOffice update its filters for compatibility. It's a chicken-and-egg situation: Enough deployment of SO6 can shift the critical mass away from Microsoft. Folks won't choose because of cost because cost is not a big issue. In an office environment, it makes sense to pay a day's salary (on tools), to save 10 days of work. In a home environment, people use (cheap) bundled Microsoft products or they steal them. You make $400/day? Cool. Now how about a month's salary to cover the cost of administration and deployment. Management-wise, SO6 is a dream! Don't like the default settings & behaviours? Want to customise it for mass deployment? All of SO6's preferences are in text files that can easily be edited to make your deployment exactly the way your company needs it to be, without expen$ive deployments tools (MMC, etc). See my comment above about the 'cheap (bundled)' Microsoft products. Steal them? Well... I'm sure some people at the BSA would like to talk to you! Furthermore, I'd like to see you pirate OfficeXP. You'll be amused at the dialogue box that says "Sorry, but this copy has already been activated on another computer". So, you'll have to stick with pirating Office2000 (oops, that conflicts with your compatibility-forced-upgrade scenario, above) or Office X for Macs (until Microsoft either adds anti-piracy features equivalent to Windows' activation, or discontinues it altogether.) Even then, you don't really 'own' your data if it's in their proprietary file format, which you can only get at with software that you 'licence', not 'own'. If you're not going to move to SO6, at least do yourself a favour and save copies of all of your files in PDF. At least it's an open-standard format..... For what it's worth, I've moved an entire firm of ~60 people and tens of thousands of documents to StarOffice 6 & PDF, and management is VERY happy with the productivity increase, stability, data accessibility and cost savings.

  20. Re:Appleworks has to be free with iMachines by johnpaul191 · · Score: 2

    iMac, iBook and eMac have always come with Appleworks and i think it would be a mistake to end that. the buyers of those machines really dig bundled software. that was why Apple always made pro users buy Appleworks or M$ Office or whatever theyw anted. the whole beauty of the iMac is that it comes with enough software to keep you going for quite a while. Appleworks, all the iApps and the internet software is most all people need for a while.
    if anything i see this teaming up for the recently rumored "pro version" of Appleworks. i don't know if they will bundle it with the Pro machines or just sell it, or pack it with all machines. time and the economy will tell on that one. you figure Appleworks is good for home users and school kids. no reason to make then use the Pro software, and no reason to make the Pro software simple enough for a 1st grader to use. also if someone is in a dedicated M$ enviroment, then they will probably still use M$ Office (at least while one still exists).

  21. StarOffice Development a 2-Fold Strategy by Spencerian · · Score: 2

    We all know of the "spat," as Steve Jobs called it, with the sales of Office X for Mac OS X, and the Mac Business Unit's comment alluding to "reevaluating" the future development.

    I don't feel that Microsoft would drop Office for Mac OS X because antitrust red flags (and lawsuits) would be dropping into the Federal courts, placing MS in another legal pickle.

    Apple's public support of StarOffice is actually another bow to the power of open source software (of which OpenOffice is, I know, but not StarOffice--uh..kinda?). The problem that Apple might see is that the "radical" OSS community that shuns ALL things MS would not buy or cannot afford Office X. So, for these users (as part of an incentive to pull them to OS X from other *nixes), StarOffice would be available and in a condition that works natively and well in OS X. (I'm not trying to avoid discussing AppleWorks, but it is not as robust as either Office or StarOffice.)

    And, should MS discontinue development of Office, Apple also has a strong backup productivity suite that may be less expensive.

    --
    Vos teneo officium eram periculosus ut vos recipero is.
  22. No OSx86 for the same reason as NO Office Mac by crovira · · Score: 2

    There's no money in it on either side.

    For M$, too low ROI. Two orders of magniture to low. First order is sheer sales market. There's one tenths as many machines. Second order is market resistance. Apple owners have a deep and abiding hatred for M$ that makes Linux people look tame. And they vote with their wallets. Look for universal acceptance of StarOffice as fast as Sun & Apple can ship the CD-ROMs.

    For Apple, they make hardware, they use Aqua to sell it. Giving away the crown jewels would be slitting their hardware revenue throats while M$ could drop-kick their OS sales revenues just like they did to NetScape (And fuck the DOJ.)

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
    1. Re:No OSx86 for the same reason as NO Office Mac by Phroggy · · Score: 2

      There's no money in it on either side.

      Microsoft's Macintosh Business Unit (MBU) is raking in cash hand over fist (have you seen the prices of Mac Office?!?); there's a lot of money in it. However, there's MORE money in making people believe the Mac OS is not a viable alternative to Windows.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    2. Re:No OSx86 for the same reason as NO Office Mac by Moofie · · Score: 2

      I think you're wrong. I remember the release of Office 6.2, where there was almost an armed revolt in the Mac camp when MS just ported the crappy Windows Office to Mac. Everybody refused to buy it in droves.

      The current Mac office succeeds for two reasons.

      1) it's the only viable option
      2) Microsoft surrendered to just about every user demand. They took a step back, and re-engineered Office from the ground up to work like a Mac app. They did a very very very good job.

      I think when there is an equally polished opportunity, it will be widely accepted in the Mac community, once it wins its spurs.

      --
      Why yes, I AM a rocket scientist!
    3. Re:No OSx86 for the same reason as NO Office Mac by Maserati · · Score: 2
      To amplify what Phroggy said I'd like to add that Microsoft's costs for QA and support for Mac products are noticeable lower on a per-unit basis than the equivalent products on Windows. I don't have hard numbers on this, just anectdotal evidence from people who've worked in QA and testing at MS. MacOS (through OS 9) has always had fewer components than Windows (any version), so supporting it is exponentially simpler and thus less expensive. I have always been able to make a Mac desktop be very stable barring 3rd party or hardware issues, approaching Unix levels of stability (but I'm good at that), so I believe that the more stable OS will cause fewer support calls in general, and be less expensive to support.

      All of this tends to show [1] that the higher unit price and lower support costs make MacOffice a nicely profitable product. And remember that MS had to eat a lot of costs to undercut and drive WordPerfect and AmiPro [2]out of the market. Over its history, Office for Windows hasn't made as much money for them as you might think. A lot of seats for WinOffice are in OEM and site licensing deals, which add millions of users, but at a lower revenue figure than a copy of MacOffice, which is covered by site licensing deals but is not in any OEM agreements at all. However, the educational pricing for MacOffice is very reasonable so a fair number of students are going the iBook, OS X, Office X route.

      And I must say that EntourageX is endearing itself to me as a mail composing tool. As soon as OfficeX supports services I'll have TextWielder available in it and will finally achieve email nirvana without having to use emacs (which Apple is installing by default (along with vi))

      [1] And proves nothing as I am well aware of. Gartner Group has numbers showing lower TCO for Macs, but I haven't paid for a copy of that report.

      [2] Wordstar drove themselves out of the market with really shoddy work in the Win3.1 market.

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
  23. OS X on Intel/AMD last hurdle to World Domination by Curious__George · · Score: 4, Insightful
    Well, "world domination" may be a bit strong, but I am completely impressed with Mac OS X and Apple. (Even more with the upcoming Jaguar release). Jobs is not just spouting sound bytes when he says that Apple plans to innovate through this recession.

    Apple has had two achilles heels in the past. Number 1: Dependence upon Microsoft Office If Jobs is throwing some of the same programming talent that went into OS X onto Star Office, the result should be sensational. Apple surely has learned that it must lower it's dependency upon a Bill Gates controlled project. I'm sure they have been working on Star Office for some time.

    Number 2: Dependence upon Motorola. Any company risks their entire future when they have a single point of failure and for Apple, that is Motorola. They have been limited by Motorola's ability to produce faster chips and enough of them in the past. They also lose mindshare with the "megahertz myth". I'm sure Apple by now has realized that most people don't give a damn about processor internals and pipelines. It is just going to be harder for Apple (in the mindshare department) once Intel is shipping 2 GHz processors in quantity, while Apple is just cracking 1 GHz.

    Everyone knows that Darwin runs on Intel. What you don't see is how much more advanced development is going on at Apple to bring the full look and power to the Intel/AMD platform. In a Yahoo financial interview recently, Jobs played coy with the question but did not deny it.

    This doesn't mean that Apple is turning it's back on the hardware business. Apple could easily make sure that it's OS X innovations became available first on it's own hardware. But an operating system that competes on traditional Windows platforms that includes great apps like iMovie, iPhoto, iDVD, iTunes, and Broadcaster (plus the new ones like iCal and iSync) for a prospective $129 must have the Microsoft honchos tossing in their sleep. Making the iPod available for Windows, is just another indication that Apple is opening up to a whole new market.

    No, Windows isn't going away but now it must fight a strong competitor on two fronts: IBM/Linux and Apple/OS X. Linux shipping on Walmart computers for the average user may be a pipe dream, but do you think Walmart wouldn't love shipping Wintel platforms with OS X and saving the Windows OS fee?

    I love Linux, but I encourage Linux programmers to take a good hard look at OS X (if you haven't already). Your product could run on both platforms with very little extra work. I have seen the future, and it is OS X.

    Curious George

    --
    ***General Consultant to the Human Race*** My opinions are free. You get what you pay for.
  24. Re:OOo already themable. by foobar104 · · Score: 4, Informative

    Spoken like a true guy-who's-never-read-the-Aqua-guidelines.

    In order to be in line with the Aqua UI guidelines, you have to implement them all, completely. You can't just get kinda-sort close, throw a pinstripe background behind your toolbar and some gummy window decorations, and call it a day.

    You should read the Aqua HI guidelines sometime. (Also available in PDF. They just might open your eyes.

  25. Read the transcript not just the press releases. by TheAncientHacker · · Score: 2

    That was the accusation but what the actual trial transcript showed was that IBM didn't get an early license to OEM Windows 95 because an audit of their sales showed several million dollars worth of Windows licenses that they hadn't paid for or reported to Microsoft. MS insisted that IBM put a better tracking system in place so that a similar "mistake" wouldn't happen again with the Windows 95 sales.

  26. Re:Java *is* interpreted (usually) by gaj · · Score: 4, Informative
    While the parent post is patently stupid, you are partially incorrect. In the case of a JIT JVM, you are correct. That could include most 1.2 JVMs and IBM's 1.3 JVM. OTOH, most 1.2 JVMs can also run w/o JIT enabled, in which case they are bytecode interpreted.

    In the case of Sun's current HotSpot JVMs (1.3, 1.3.1, 1.4, 1.4.1beta), however, the basic execution is bytecode interpretation. Only when the HotSpot profiler determines that a piece of code would benefit from optimization does is (possibly) get compiled into native code. Many other optimizations are also possible, of course. This is part of why there is still hope for Java on the client and why Java on the server actually works quite well. For long running processes, the HotSpot optimizer can (more accurately 'could') do a bang-up job optimizing the code.

    As for your statement that there are optimizations that a Java compiler can do that a C++ compiler cannot, that is true. Of course the reverse is also true; the Java bytecode compiler cannot do as much type checking as a C++ compiler can, and it cannot do some of the optimizations that C++ can because until runtime it cannot know if they will be usefull or not. Java's compilation environment is, in some ways, more complex than C++'s, even though C++ is a much more complex language. Java has two compilers: one source to bytecode compiler run at "compile time", and one bytecode to native compiler than [may] run at runtime.

    This is mostly offtopic and mostly pedantic, but, as a developer who uses several languages, I hate to see silly comments by language biggots go unchallanged. Always remember: All languages suck; some just suck less in a given situation than the others do.

  27. Re:OOo already themable. by sg3000 · · Score: 2

    > Probably all it would take would be a new
    > "theme" for the Toolkit OOo uses.

    I don't think they'll be able to introduce an Apple-endorsed OpenOffice without direct calls to the Quartz APIs. A "theme" won't cut it. Think about what happened with the first version of Netscape 6.0; it didn't support Aqua, but there was a theme to make it look like Aqua. Apple immediately told the developer to quit developing the theme, although they did encourage them to use Quartz and Aqua.

    As a Mac OS X user, I think that's the right move. Apple needs to make developers use Quartz and the real Aqua because the Aqua-look-alikes never look the same as a real app. If a developer isn't willing to spend the time to implement Quartz, then they're not likely to spend the time making their hacked version of Aqua look indistinguishable from the real thing.

    However, the fact that Apple's working with Sun is a great sign. We may have a competitor to Microsoft Office yet.

    --
    Insert simplistic political, ideological, or personal proselytization here.
  28. KDE, Java, and PHP on Mac by yerricde · · Score: 4, Informative

    I use my home x86 boxen for web development (php, mysql), with KDE/Qt for C++ development (and some Java).

    Mac OS X out of the box includes extensive support for the Java platform.

    If you want to write KDE apps on the Mac, you're in luck: Fink, the most comprehensive distribution of free software for the Darwin operating system, now includes KDE. Fink also includes PHP, Ruby, Python, MySQL, and PostgreSQL.

    --
    Will I retire or break 10K?
  29. Isn't M$ obligated by law to make Mac software? by bedouin · · Score: 2, Interesting

    Can someone explain this to me? It seems that M$ /must/ make Mac software of some sort, or did the following become invalid with time?

    October 24th, 1985: John Sculley signs the worst contract Apple ever has made. He agrees that Microsoft may use some Mac GUI (Graphical User Interface) technologies if it continues producing software for the Mac (Word, Excel). If Sculley wouldn't have signed this deal Windows would have never been introduced since the similarities to the MacOS were so obvious that Apple would have easily won any lawsuits against Microsoft!

    January 1988: Microsoft releases Windows 2.0.3

    March 17th, 1988: Apple sues Microsoft and Hewlett Packard accusing them of violating copyrights of Apple on the MacOS. Windows 2.0.3 features Mac-like icons.

    (http://www.theapplemuseum.com)

    1. Re:Isn't M$ obligated by law to make Mac software? by foniksonik · · Score: 2

      Almost a 10 year anniversary.... august 24th 2002 Apple releases Jaguar and Quartz Extreme which raises the standard of GUIs and raises a middle finger at Microsoft.

      heheheh... _|_

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
  30. Re:OS X on Intel/AMD last hurdle to World Dominati by raque · · Score: 2, Informative

    What people seem to be forgeting is that there was, and to a point, is, a version of OSX on x86. Its called OpenStep and NextStep. Most of the cool stuff in OSX is there. When it was released for X86 in the early 90's it developed a niche following, but not more that that.

  31. Re:The end is near... by tgibbs · · Score: 2

    Most people I know would be delighted to chuck MS Office, even though it is cheap (by academic pricing). It is slow, buggy, and awkward. We can always hold onto our old copies of MS Office for the occasional document that doesn't translate right.

  32. Re:Read the transcript not just the press releases by squiggleslash · · Score: 2
    Your source for this being...?

    I recall the allegations I described being reported in the papers well before they made it into Jackson's FoF, and to the best of my knowledge, Microsoft has yet to challenge any of the Findings of Fact. Their line, well after the FoF was issued, was that they agreed with Jackson's facts but not of his conclusions.

    If it's true that IBM simply failed an audit, why hasn't Microsoft challenged this critical document in the trial? And why, then, did IBM drop the practice of bundling Lotus and OS/2 at the exact time Win95 came out? One might be able to claim that OS/2 wasn't selling as well as hoped, but Lotus? What aspect of Windows 95 made Lotus's office suite unsellable and unbundle-able?

    --
    You are not alone. This is not normal. None of this is normal.
  33. Re:OS X on Intel/AMD last hurdle to World Dominati by RTMFD · · Score: 2, Funny

    but do you think Walmart wouldn't love shipping Wintel platforms with OS X and saving the Windows OS fee?

    In exchange for the Mac OS X fee? Why?

    Dude, quit hogging the Kool-Aid.

  34. Re:Apple Convert by technomancerX · · Score: 5, Informative
    Switch, you won't regret it. I've used Linux exclusively for the last 3 years (including for Java development at work) and I recently got an iBook and haven't looked back. I think I've booted my Linux workstation twice since making the purchase.

    I develop 4 open source PHP/MySQL utilities, and have moved development of all of them over to OS X. Project Builder is pretty good, or if you use Vim or Emacs you can install X11 (I did). KDE is now in Fink, and Trolltech has also release an OS X native version of Qt.

    One recommendation: put in a lot of RAM. When I first got the iBook (700MHz) I though it was kind of slow, but now that I maxed out the RAM (640MB), it's very nice. Also, my wife has one of the 800MHz 15" iMacs, and it's really nice as well.

    --
    .technomancer
  35. (Good news but...) Amusing and Ironic by occam · · Score: 5, Interesting

    When I went to WWDC this year for the first time ever, I went as a Java programmer interesting in learning how to program OS X (and Quartz GUI stuff) in Java. I was told by the "java evangelist" in no uncertain terms that I was "not Apple's target market". Java was its own platform, not to be crossplatformed to OS X and Quartz.

    WWDC did not have a single session on programming Quartz in Java. In the only mildly interesting session on Java, it was like pulling teeth to get concrete information out of the presenters in Q&A, and yet the presenters (Apple JVM guys) were incredibly arrogant about their work and how advanced it was (which in some ways it is) and how even Sun was considering incorporating their JVM innovations.

    What was boggling was Apple's Java guys didn't _get_ that they should want Java to become a first class citizen on OS X (rather than a poor stepchild to OS X's (and NeXTstep's vaunted in their eyes) objective-c. Sure, I could see the obj-c guys being protective of their baby (even though it's basically stillborn by the time its reached OS X), but why would the Java guys be so lousy sharing information on Cocoa (OS X) programming in Java.

    On the side, I got contradictory information about how to program in Cocoa using two different bridges across obj-c and java. In sum, neither really works so Apple doesn't support either really. (In particular, obj-c's reference counting doesn't mix well with Java's garbage collection.) Unfortunately, despite Apple's migration of WebObjects to Java (from obj-c), The rest of OS X and Cocoa (GUI) stayed in obj-c. Doh.

    I even spoke with their then new head of software tools and engineering. As a smalltalk guy (skeptical of java and obj-c), he claimed that obj-c won him over. No love for Java there. Just more "not Apple's target market". It's hard to swallow paying thousands to go to a developer conference and have some pinheaded honcho tell you that despite Apple's "best platform for Java" campaign, that Java programmers are not allowed to program in Cocoa (OS X native) since Java Cocoa is not Apple's target market. What arrogance!

    Unfortunately, one of Apple's catchy banners did not mean what I wanted it to mean: "Come for the Java, Stay for the Cocoa". Instead of providing the means to program Cocoa in Java, the banner really means come to learn about Java on OS X (and be profoundly disappointed), and we'll (try to) lure you to objective-c every step, session, and discussion along the way.

    Cough-cough.

    Unfortunately (or fortunately), I'm an ex NeXT enthusiast, so I've already tasted obj-c (not to my liking), reasonably informed about its strengths and weaknesses, and happy with Java.

    -=-

    So, why is Apple, its head of engineering so obstinate. I assume it's because he's in love with smalltalk and obj-c caters (a la obj-c tenuous lease on life) to smalltalk, his desired language. Fair enough (but too bad for Apple and its Java shortcomings).

    But why oh why would lowly Apple Java grunts be so against first-class java support on OS X for Cocoa? That really confused the heck out of me, until I discovered that the very arrogant presenter(s) of JVM breakthroughs (yada yada yada about Apple innovations) was really the obj-c kernel team doing side work on the JVM. Doh!

    Java not obj-c. Obj-c >> Java. You know?

    There are not Java evangelists at Apple. The keepers of the Java VM are obj-c hacks. Their baby (albeit on life support) is obj-c. OUCH.

    When I figured that out, beat around the bush at the top to discover the smalltalk allegiance, and just generally got stonewalled by too many (certainly not all) of the small team of java(obj-c) insiders, I just gave up.

    Besides, the Quartz Extreme team had awesome presentations, was extremely humble despite their awesome GUI architectural innovations, and was just generally the real mccoy from an engineering point of view. My WWDC became a GUI tour rather than a deep tour of Java (as intended and paid for, as far as I was concerned).

    One final note: my impression is that Java on OS X is good --- but only for Java only apps (i.e., use Swing, not Apple's Cocoa). Their target market (as I gathered anyway) is pure Java (as opposed to Java Cocoa apps). So, if you want to port and run pure Java on OS X, they (should) love you. FYI.

    -=-

    So, it's amusing and ironic to see Apple spending any resources on Java for Cocoa now as I assume (fingers crossed) they'll do for OpenOffice after telling me that's not their target market!

    What happened to all the arrogance? Disdain? Curt political marketroid answers to basic engineering questions? Yada yada yada.

    Too painfully amusing and ironic.

    So I guess I am crossing my fingers that Apple separates the JVM team from their obj-c team, fires (or at least reassigns to obj-c only) their so-called "java evangelist", and gives java its own first-class political and technical citizenship at Apple.

    Maybe next year's WWDC can have a banner which says (and means) "Come for the Java, and Stay for the Mocha". That would be a dream worth having.

    = Joe =

    1. Re:(Good news but...) Amusing and Ironic by blukens · · Score: 2

      You're impression of things could very well be entirely accurate, but what of all of Apple's online documentation? It certainly implies that Cocoa for Java is not only possible, but supported and encouraged. I know of a few Cocoa/Java apps that work very well - Fern (a gnutella app) for instance. What's missing to make Java a first class citizen?

    2. Re:(Good news but...) Amusing and Ironic by BlueGecko · · Score: 5, Insightful
      I honestly think that this entire post is well-written flamebait. Here's why:
      WWDC did not have a single session on programming Quartz in Java.
      True, but that's due to the combination of the fact that Quartz is C-based at low-level (we're talking device drivers here) and the fact that ObjC and Java share exactly the same API at the high level, so both languages are discussed in any particular session. Part of the whole deal with Java and ObjC on OS X is that they share practically identical APIs wherever possible, meaning that once you are familiar with Cocoa, you very rarely need to worry about the documentation to see what the Java version of a particular Cocoa function call is. So, for example, to access Quartz' bezier curves, you would just do
      NSBezier myBezier = NSBezier.bezierPathWithOvalInRect(new NSRect(10.0, 10.0, 50.0, 50.0));
      For comparison, the Objective-C version of this exact Quartz call is
      NSBezier *myBezier = [NSBezier bezierPathWithOvalInRect: NSMakeRect(10.0, 10.0, 50.0, 50.0)];
      The rest of the Cocoa API is similarly exposed. Further, in practically all of the documentation, they either alternate between ObjC and Java examples, or else, show both side by side. Quartz, Cocoa, AppleScript, QuickTime, etc. are all completely supported. Interface Builder can directly generate Java Controller classes to handle UI events and can tie the GUI to those methods, and Apple is working on a version that will be able to natively handle Swing as well. What, specifically, did you find lacking?
      On the side, I got contradictory information about how to program in Cocoa using two different bridges across obj-c and java.
      There are exactly two Cocoa-Java bridges: Apple's and GNUstep's. Both use JNI to call out to their respective APIs. I fail to see how you could be confused about which bridge to use on which platform...
      The rest of OS X and Cocoa (GUI) stayed in obj-c. Doh.
      Again, all of Cocoa is available from Java. Did you want them to actually rewrite Cocoa in Java? What's your complaint here?
      I even spoke with their then new head of software tools and engineering. As a smalltalk guy (skeptical of java and obj-c), he claimed that obj-c won him over. No love for Java there. Just more "not Apple's target market". It's hard to swallow paying thousands to go to a developer conference and have some pinheaded honcho tell you that despite Apple's "best platform for Java" campaign, that Java programmers are not allowed to program in Cocoa (OS X native) since Java Cocoa is not Apple's target market. What arrogance!
      That's right, but for the wrong reason. Programmers at Apple aren't supposed to write in 100% Pure Java for what I hope are obvious reasons (they wouldn't take full advantage of the OS X user experience). Most (but not all) applications at Apple destined for OS X, meanwhile, are not written in Java due to the fact that users find the speed unacceptable. That's why Apple's VM team is so arrogant: specifically in order to allow Apple and others to write OS X-specific apps in Java using the Cocoa bindings without a performance penalty, Apple's been trying to squeeze every last ounce of performance they can out of the VM. They aren't there yet, and, unlike some companies, they care enough about the end-user experience to keep Java off the front line until the 15% performance gap can be closed.

      Most of your post sounds essentially like you didn't read up sufficiently before going to get the most out of the conference, quite frankly. I encourage you to take another look at Java in OS X.
    3. Re:(Good news but...) Amusing and Ironic by occam · · Score: 2, Interesting

      Wow, an uninformed speculative reply gets higher ranking than a first-hand report from the front line. Who's the troll? Interesting!


      Programmers at Apple aren't supposed to write in 100% Pure Java for what I hope are obvious reasons (they
      wouldn't take full advantage of the OS X user experience).


      Good point. Java for Cocoa is a second class citizen to pure Java, and pure Java doesn't access Cocoa. That's clear.


      Most (but not all) applications at Apple destined for OS X, meanwhile, are not written in Java
      due to the fact that users find the speed unacceptable.


      Decent point for now, and an issue raised in the defense of obj-c by the Apple folk.

      Considering Java's current (long VM, libraries loading, and app) startup time and lack of shared VM images (as I understand it), Java is not totally ready for prime time for general one-use consumer apps (yet). The Apple folk did specifically mention that the startup time was a problem, so that is one of their concerns.

      However, I believe one of their innovations for OS X 10.2 Java was getting the images to share, and they have apparently shared that technique with Sun. So, I do think they have some good reasons for hedging their bets somewhat, but their overall pure Java only approach was disappointing considering their 'best platform for Java' promise. So, if you're speaking about startup time, you have a good point, but startup time is not always a showstopper (or Java wouldn't be so compelling in so many server, handheld, and high uptime applications).

      With the memory mapping features of Apple's 10.2 Java (due August 24, I believe), graphics is quite fast for general apps (and beyond) in Java and memory footprint for multiple apps should be down dramatically through VM footprint sharing (good stuff!) (but arguably still somewhat memory heavy). The rest of Java speed is a matter of taste since hotspot compiles dynamically depending on the nature of the app(s).

      So, to finish your thought. Apple does not write in Java (for their reasons), e.g., their iApps are still being written in obj-c which pretty much aligns with their treating Java as a bastard child despite Steve's promise. Steve's promise should be "best platform for pure Java" to disambiguate the situation.


      That's why Apple's VM team is so arrogant:


      Let's clarify this issue.

      Apple's VM (and Java, since they're the same) team or, more particularly, prominent members of their Obj-C/Java VM team and so-called "java evangelist" have no reason to be arrogant toward their developers. Arrogance is unprofessional, reckless, and offensive. Feel free to troll as hard as you want on this point, but they did themselves no favors with their arrogant and offensive attitudes.


      specifically in order to allow Apple and others to write OS X-specific apps in Java using the Cocoa bindings without a performance penalty, Apple's been trying to squeeze every last ounce of performance they can out of the VM.


      No, they've been squeezing performance for general performance.

      Contrary to your speculation, they told me that they only care about pure Java apps. That's why (according to them) they do not support Cocoa from Java. The drive for speed is to win the (pure) Java platform speed title.


      They aren't there [high performance Java Cocoa apps] yet,


      Point is: they're not even trying (according to them) to support Cocoa Java. Their answer to that question is: program in obj-c, you'll like it. (Swing and miss.)

      IOW, they're saying: pure java or bust on OS X. Java is no alternative to obj-c (c, obj-c++, etc.).


      unlike some companies, they care enough about the end-user experience to keep Java off the front line until the 15% performance gap can be closed.


      First of all, Apple does not choose whether Java is on front line for industry. Java already is front line. Also, they don't choose the user experience by determining languages. The developers of apps choose user experience by doing well designed, quality work using the tools of their choice, including Java.

      Second, Steve chose to make the Java issue front line for OS X with his "best platform for Java" jingoism. So your comment is misleading.

      Finally, what 15% gap? The startup time gap is >> 15%, so you're not talking about that. The memory footprint gap with multiple apps is variable according to the apps running and number of copies running (and Apple fares well on that with their promised shared memory for Java), so memory footprint should not be your issue. The execution speed is variable according to the app as well --- could be faster, same or slower. There's no well recognized 15% gap known --- it's totally app dependent when using hotspot optimization versus compile-time optimization. Bottom line: who cares about performance for general apps anyway as long as its speedy enough?

      The driving value in programming languages (and environments) today is value to the customer for efficiency and effectiveness of programming (not necessarily speed of execution). Apple does not dictate whether Java is on front line. Apple determines whether Apple gives Java priority and native support.

      For native apps, Apple supports obj-c, not Java. If they choose to support Java Cocoa in the future, that would be promising. According to them publically and behind the scenes at WWDC, they do not support Java for Cocoa (contrary to your opening assertions). IOW, despite your speculation otherwise, Java and obj-c (and therefore Cocoa on OS X) are not seamlessly integrated --- according to Apple.

      Apple has two different bridges, neither of which work. They advised against using either one when pressed, and different engineers would give conflicting opinions about which one was better (i.e., neither one was feature-complete, sufficient, or robust). Take home message: run away. I.e., only pure Java gets their nod, or for Cocoa programming, use obj-c.

      -=-

      Obj-c is the VM team's baby. Java is new to OS X and doesn't even run the latest Java incarnation yet (10.2 in August should catch up most of the way).

      If Apple does work with Sun to port OpenOffice using some aspect of Java to talk OS X Cocoa, then perhaps the waters will part and, lo and behold, Java will reach the promised land (Cocoa first class citizenship). However, as long as it's obj-c uber alles (with pure java second class citizenship), OS X Cocoa is basically an obj-c or bust platform which is not particularly appetizing when more modern, compelling, and popular languages are available.

      IOW, I'll take a little Jython with my Java over obj-c anyday, and I'd like that with my OS X but it's not currently available (despite your speculative gestures).

  36. Why Java? an intriguing possibility by overunderunderdone · · Score: 2

    There's no way a JVM is going to make an app such as OpenOffice as smooth to use as a native version.... They'd better work on a native version

    But I'm betting it WILL be a native version. It will be a Cocoa app, just using Java as the programming language rather than Objective C. All the windowing, and UI widgets etc. will be Cocoa/Quartz/Aqua being invoked by a few lines of Java.

    But why use Java instead of Objective C? It may just be Sun wanting to "eat their own dog food" or simply having more programmers familiar with Java than with Objective C.

    But perhaps there is a more intriguing possiblity. Cocoa is just the upgraded OpenStep which could run as a layer on top of windows, and Solaris. It was a cross platform solution that handled all the platform specific UI (as well as a bunch of other stuff) so a simple recompile was all that was needed to get your app running on windows, NeXT, and Solaris (& maybe others?). Apple was originally going to keep things that way and add support for Java so you could build (semi)native windows/mac/solaris apps using Java & Cocoa without even a recompile. Only the Java bit is running under the JVM, the UI & all the other Cocoa stuff is native.

    This plan was 'steved' when Steve Jobs took over. That was probably the smart thing to do, they needed to focus on getting their own house in order first. But now they have everything basically ship shape on the Mac side, maybe they are revisiting the idea of Cocoa as a cross platform API. Apple and Sun working together on StarOffice seems like a perfect oppurtunity to revive the old OpenStep on windows & Solaris. Maybe I'm just being clueless, after all Sun has their own approach for Java's cross platform UI. But it doesn't seem to be that great and isn't very popular. Maybe they are considering OpenStep/Cocoa as a better solution to getting Java used on the desktop, especially if Apple has already done (almost) all the work to develop it.

    1. Re:Why Java? an intriguing possibility by overunderunderdone · · Score: 2
      The whole idea (yellow box, etc) was Steve's technology. He was CEO when Apple was talking it up.

      To Quote O'Rielly.com's MacDev Center:
      ...Rhapsody was actually Gil Amelio's strategy where all applications would need to be rewritten as "yellow box" applications. "Yellow box" referred to the combination of OpenStep with Apple technologies and allowed applications to run under Rhapsody (which ran on both Apple and Intel hardware) as well as allowing applications to run under Windows(!) using libraries to be available licence free to developers.
      Of course "Yellow Box" was Steve's technology from NeXT but it was Gil Amelio's business strategy. Once Gil was ousted Steve started working on and pushing Carbon becuase ithe big software developers were never going to completely rewrite their apps in OpenStep/Cocoa. Rhapsody for Intel and Windows was never mentioned again.

      That was just good business at the time. Gil Amelio's plan was overambitious, vague and confusing. Job's believed that Apple needed M$ good will so he wasn't going to challenge them in their own market & he dropped the patent infringement lawsuit with that patent cross licensing agreement and stock sale.

      I'm just intrigued about the possibiilty that part of Gil's original business plan might be plausible now that the situation has changed. Apple is profitable even in a tech sector downturn. Their OS strategy is solid and finally bearing fruit. Apple seems less overeager to stay in Bill Gates good graces (witness the quiet dropping of the patent swapping deal, the griping over Office v.X sales and the slap-in-the-face "Switch" ad campaign). Now might be the time to revive Rhapsody for Windows. It would increase the number of apps available for the Mac because by writing for the Mac in Cocoa a developer gets Windows and Unix for free. Apple could possibly make money from selling the IDE for windows or if their greedy a licensing fee for Cocoa on other platforms (have to be careful with that, don't want to kill it by being too greedy). And if it is successful it undermines Microsofts monopoly in the same way that java threatened to by making the OS irrelevant and having someone else own a layer between the OS and the application.

      Of course if Apple pursues a plan that is so potentially threatening to M$ they will need to prepare to lose Office on the Mac in retaliation. Hmm... Maybe working with Sun to develop StarOffice using Cocoa (for windows & UNIX?) is a good first project!
  37. Re:AppleWorks goes all the way back to the IIe by Bob+Hearn · · Score: 4, Informative

    There's a lot of confusion about the history of AppleWorks/ClarisWorks.

    You just referenced three different programs, each with entirely different codebases.

    The first AppleWorks was text-based, in the days of the IIe. I associate the name Rupert Lissner with early versions of this; Beagle Bros. was involved in later versions, I think. I think there's also some connection to the early MSWorks team.

    AppleWorks GS was an independent project, written by StyleWare, and originally to be called GSWorks. Claris bought StyleWare, and it became AppleWorks GS. This was a fairly typical module-based integrated app (i.e. mostly separate programs with a wrapper around them), but you would not believe the challenge of doing something like this with a color GUI on a 2.8 MHz machine. (One unusual feature was an integrated paint/draw environment: objects retained their integrity, but you could e.g. lasso or erase parts of them.)

    Two of us from StyleWare (myself and Scott Holdaway) later left Claris, wrote what was to become ClarisWorks, and sold it to Claris. Comepletely independent codebase from AppleWorks GS, and a completely different design, much more integrated. (That's right, Claris was there long before ClarisWorks, although people sometimes say "Claris" when they mean "ClarisWorks" - always confuses me.)

    Some subsets of the two of us and the other early CW developers worked on ClarisWorks through version 5. Most of this group was later at Gobe, writing Gobe Productive (originally for BeOS, now for Windows as well).

    Eventually Apple dismantled Claris. What was left became FileMaker Inc.; ClarisWorks transitioned to Apple, renamed (confusingly) AppleWorks. None of the original ClarisWorks developers are involved with AppleWorks at this point.

    Although I'm somewhat depressed at what's become of ClarisWorks, I'm hopeful that StarOffice will be good for the Mac. (Either that, or I'll have to go write another integrated app - I won't use MS software.)

    Bob Hearn

  38. Re:Bill Gates Nightmare by nobodyman · · Score: 2


    Welcome to Bill Gates Nightmare..

    How exactly is this? Apple and Sun are going to compete with Microsoft with an inferior product (c'mon, even OSS zealots recognize this) on a platform that enjoys around a five percent market share. I seriously doubt that Bill is trembling over this.

    Apparently Steve Jobs feels that Apple has nursed its wounds from six years ago, and no longer needs Microsoft to stay alive. He is wrong. Pretty much the worst thing that Microsoft could do to apple would be to cut them loose.

  39. Themes are only skin-deep, Quartz goes to the core by maggard · · Score: 5, Insightful
    Apple's windowing API -- and redesigning the user interface such that it conforms to the Apple Aqua guidlines. (That's a tall order, especially considering that much of the Aqua guidlines are incomplete and still being formed.) Currently, StarOffice uses its own interface toolkit, built from the ground up.
    I don't think supporting an aqua Look'nFeel would be too hard. OOo already is themable to MacOs9 look (and Windows, OS/2 and XWindows). Look at Tools->Options->OpenOffice.org->View.

    Probably all it would take would be a new "theme" for the Toolkit OOo uses. Maybe they would have to extend the theming

    Making something look like Aqua doesn't make it work like Aqua, or work with Quartz.

    One of the beauties of the Mac OS is that there's a unform, consistant, and universal interface and scratchpad model. IBM pioneered the idea of a standard interface and Apple brought it to the GUI and applications with a vengance.

    Not only do the MacOS and applications follow the same behaviors they also allow universal cut-and-paste. Anything you see that's editable on a Mac can be cut-and-pasted anywhere else that is editable and supports the medium (eg no sound-for-text.) Styled text, QuickTime multimedia, everything. This is more thoroughly plumbed then on Windows and certainly more extensive then on X and traditionial Unix applications.

    It has always frustrated me when someone puts together a Theme and presents it as being the same as another OS. No. There's more to an interface then window-dressing. Another misbegotten kinda-sorta-looks-like-Aqua (but doesn't use the System Services or Quartz engine etc.) is exactly the sort of half-assed implementation Apple is selling the alternative to. Without a doubt if Apple ships an Apple/Open Office it'll be as high-gloss and thoroughly native as any of the iApps. That they've chosen Java as the platform to work from rather then Cocoa is a "Good Thing" for everyone else.

    Yes Java is a completely peer layer in MacOS but it is portable and so anything Apple & Sun produce is instantly applicable to all of the other Open Office platforms (if not as nicely as the Apple implementation - think of this as payback for Apple having really committed to making Java a native portion of their OS.) This will also allow all of those other wonderful Java libraries to be leveraged in a consistant manner and become directly usable by Open Office.

    Is this worthwhile for Apple? Yes. They get the only robust MS Office alternative to run suh-weet on their OS, now the best-selling Unix out there. Sun gets a partner in melding Open Office and Java, pusing their jewels out into the marketplace. The Users gets a better GUI on Open Office, one that can build on lots of other work rather then being another home-grown roll-your-own deal. They also get an infusion of all of those new MacOS X (Unix) desktops all using and supporting and developing further Open Office.

    Win-Win-Win.

    --
    I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
  40. Dependency on Java by evilviper · · Score: 2

    Yes, you've alreadys heard the arguements that Java is bad and C++ is good. That's not what I'm concerned with.

    What I ABHOR, is dependence on external libs. Just think of the Unix world... More and more I see apps depending on external libs. That's why KDE and GNOME users are so bent on destroying the other. If I was to use all the (console) apps out there, without choosing lesser implimentations due to dependencies, I'd have perl, python, ruby, lua, netpipes and any of dozens of other interperaters, all running at once. Since I'm a little more stubborn on the subject, I'm using a computer that is several years old, and still only utilizing a tiny fraction of it's resources. But resources are secondary as well.

    Even C and C++ programs are increasingly being designed with increasing dependencies. The problem is, if any one of those libraries has even a minor change made, the program won't compile. Then, you need to find the older libary, and attempt to introduce it, without destroying all the programs compiled with the old lib.

    Just look at OpenOffice.org itself. You've got to download several large libs (which really aren't used for any other program) and compile those, as well as already having several libs, which may or may not be installed due to other programs.

    Well, I'll stop myself before this gets too long.

    Increasing dependance on external libs (such as Java) wastes memory (you're usually using a handful of fuctions of a huge lib), increase complexity, increases problems (the new version of Java was installed by another program, now StarOffice doesn't work), and is just plain and simple bad practice, and bad coding.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    1. Re:Dependency on Java by foniksonik · · Score: 2

      Yeah, this is where the idea of Frameworks comes in. Everyone includes their required libraries in to a Framework and then redundancies are weeded out and all the apps use the same libraries.

      When a new library comes in it is treated the same way... break it up and divide it into the appropriate Framework then merge any new stuff and weed out redundant stuff. Proprietary stuff and Open stuff can both work off shared libs in the Framework for standard services and add in exclusive stuff as a new lib in the Framework.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    2. Re:Dependency on Java by evilviper · · Score: 2

      If you're just installing the binaries, and don't care that you need to get a top-of-the-line computer every release, you'll be okay. Howver, running a GNOME app under KDE means that the entirety of GNOME has to be loaded in the background. That means you're using up an incredibly great deal of memory, just to run one app.

      Secondly, if you are a real system administrator, and compile everything from source code, you have to do TONS of work getting the GNOME libs up one at a time, in order, and of the correct version (one version off and it very well might poison the rest of the project, causing it to fail.), then do the same momentous ammount of work with KDE and all it's libs. This is an especially major problem when you want to run a new app, but it requires a newer version of a particular libary. You might compile that new libary (overwriting the old lib) only to discover that the new lib is mission a function that all your other programs depended on. Having KDE AND GNOME, not only more than doubles the used memory, but doubles the problems with conflicting libs that have to be maintained.

      I went through several months of this 'library hell' with Redhat 6.0, before I learned the solution... The solution is not to install anything that doesn't work with what you've got. If you really need something you don't have... you simply install the next version of your distro. Please remember, the actuality of 'libary hell' is far worse than I am able to describe. These are just vague memories of misery from a couple years ago. Something I've tried my best to repress.

      And you know, even if you use a distro that works all this out, hiding it from you, you really can't mentally grasp the scope of it. It's mind bogling the work that distributers have to put into configuring and installing libs, and porting applications to different versions of libs, just so your desktop and apps will work together. Linux distros really are just a huge house of cards... Throw one different lib in there, and you will, more likely than not, destroy something that was previously working.

      Whew... Venting some long-supressed regression torwards my old Linux days.

      Now, I stick with OpenBSD. It comes with a great, small, secure and stable base. It has XFree86, but not really any desktops like Gnome or KDE. I compile each piece that I need. I start with Glib and GTK, the image libs (libpng, jpeglib, etc), and then can get to desktops. I prefer XFce or Openbox (BSD-licensed Blackbox cousin). After that, I install programs like aterm, GAIM, Napshare, GIMP, Ogle, etc. Practically all depending on GTK. Now, I would like to throw Konqurer into that mix, but that would mean I would be configuring and compiling QT, and the entire KDE base. Resolving dependencies for months, trying to get a version of some lib that works with some application, that doesn't comflict with some other lib required for some other app. All that is not to mention that I would need to initalize the KDE libs at startup, slowing my startup time exponentially, and requiring a great deal of memory and CPU power I'd rather like to retain for other purposes.

      Now, if programmers would just write programs to depend on as feww libs as possible, running Konqurer might be a posibility for me. Unfortunately, that would take a change in the whole way programmers are taught to think (depend on external libs all you want, if it saves 2cents worth of your time, don't worry about the hours upon hours that others will have to spend resolving those dependencies).

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  41. Re:Apple Convert by askien · · Score: 5, Informative
    I've used PC's since the original IBM PC came out, OS/2 from 87 to 98 and Linux from 95-present.

    I got an iBook because I thought the hardware was sexy. I tought about installing Yellow Dog and a two button mouse. Guess what happened?

    I ditched Linux for MacOS X but kept using my old apps, like mutt and so on. I kept writing C code with vi, et all

    After 3 months, I found myself using the Mail app that comes with MacOS X, Project Builder, and Objective C.

    Cocoa is wonderfull -- get the Hillegrass book, it's good beginning stuff.

    I never intended to make the switch. It was the hardware that got me. Then, slowly I got hooked. I highly recommend the platform. I would never ever use a mac before MacOS X, but now I think of it as the NeXT box that I never got.

    Sometimes I think of the non-free nature of the whole thing, but the fact that Darwin, gcc, and a lot of other stuff is Open Source/Free, it makes me feel a little better. Besides you can run Darwin, X and GNUStep.

    --
    -- askien
  42. Hilarious. Totally hilarious by evilviper · · Score: 2
    "I want Apple to bundle it. I'll give them the code. I'd love it if I could get the team at Apple to do joint development and they distribute it at no cost--that it's their product.
    So, Microsoft's product is the lone player in the market. The under-dog's product is going to be using bundling of less-popular software to compete with Microsoft.

    Well, you know one thing. Microsoft can't dare say that it's not fair for Apple to bundle software.
    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  43. sorry, but you are wrong by g4dget · · Score: 2
    In the case of a JIT JVM, you are correct. [lots more verbiage]

    There are interpreters for C and C++ as well. Does that make C and C++ "interpreted languages"? The fact is that there are excellent native code compilers for Java, both JIT and batch. Java is as much a compiled language as C++.

    however, the basic execution is bytecode interpretation.

    For some uninteresting definition of "basic" that may be true. In real life, however, with a good JIT, all compute-intensive Java code is compiled into native code. Java byte code that is executed rarely may be interpreted, but that doesn't matter for performance, exactly because it's rare (in fact, it saves memory).

    Of course the reverse is also true; the Java bytecode compiler cannot do as much type checking as a C++ compiler can, and it cannot do some of the optimizations that C++ can because until runtime it cannot know if they will be usefull or not.

    That is utter nonsense. A JIT has much more type information and much more statistical information available to it than any C++ compiler. Furthermore, the Java language spec prohibits aliasing in many cases in which C++ does not, giving Java compilers a lot more opportunity for optimization where a C++ compiler can't do anything. So, even a batch compiler for Java has a lot more opportunities for optimization than a batch compiler for C++.

    This is mostly offtopic and mostly pedantic, but, as a developer who uses several languages, I hate to see silly comments by language biggots go unchallanged. Always remember: All languages suck; some just suck less in a given situation than the others do.

    When arguments fail you, you resort to insults? All I said was that Java is natively compiled (i.e., that there are native compilers for it) and that it offers more opportunities for optimization, two statements that I completely stand by.

    1. Re:sorry, but you are wrong by gaj · · Score: 2
      There are interpreters for C and C++ as well. Does that make C and C++ "interpreted languages"? The fact is that there are excellent native code compilers for Java, both JIT and batch. Java is as much a compiled language as C++.
      Hey, you're the one that claimed that Java wasn't interpreted; by implication saying that it was compiled. Obviously whether a language is translated using an interpreter, a compiler or a combination of both (the usual case for Java) is an implimentation detail. As for Java being as much a compiled langauge a C++, I'd say it is "more compiled", if that means so much: it is [usually] first compiled into bytecode, then [usually] later [at least partially] compiled into native code by the JIT or HotSpot compiler.
      For some uninteresting definition of "basic" that may be true. In real life, however, with a good JIT, all compute-intensive Java code is compiled into native code. Java byte code that is executed rarely may be interpreted, but that doesn't matter for performance, exactly because it's rare (in fact, it saves memory).
      Way to quote out of context, dude! For HotSpot "basic" means "usual" or "most common", even (or especially) "in real life". Most JITs compile the whole class file into native code when it is dynamically loaded. Sun's HotSpot does what you describe, only compiling to native code the portions of the Java bytecode that will likely benefit from it. In fact, this whole paragraph simply restates the rest of what I stated in the text that you chose to snip. I don't know why you are so defensive in that last sentance, though. Of course it makes sense to run the bytecode where it is sufficient; that only makes sense.
      That is utter nonsense. A JIT has much more type information and much more statistical information available to it than any C++ compiler. Furthermore, the Java language spec prohibits aliasing in many cases in which C++ does not, giving Java compilers a lot more opportunity for optimization where a C++ compiler can't do anything. So, even a batch compiler for Java has a lot more opportunities for optimization than a batch compiler for C++.
      Because of Java's type system, some types are not known until run-time, and so cannot be checked until then. A JIT sits between what is normally considered "compile time" and "run time". In either case, there is type information that a C++ compiler has that the Java comiler does not. As I said (again you quote w/o enough context), each language's compilers has advantages over the other, depending upon implimentation. One other thing, could you please stop conflating JIT/HotSpot and batch compilers. They are different beasts, with different abilities and different constraints.
      This is mostly offtopic and mostly pedantic, but, as a developer who uses several languages, I hate to see silly comments by language biggots go unchallanged. Always remember: All languages suck; some just suck less in a given situation than the others do.
      When arguments fail you, you resort to insults? All I said was that Java is natively compiled (i.e., that there are native compilers for it) and that it offers more opportunities for optimization, two statements that I completely stand by.
      The offtopic and pedantic part refered to this thread and my post, respectivly, so I assume the "insult" you refer to was my implication that you might be a language biggot. I think the assesment was pretty accurate. Your followup only strengthens my opinion. You persist in using selective interpretation of "compiled", "compiler", "interpreted language" and "compiled language" to support you view that Java is superior to C++. Truth be told, I prefer Java to C++ for most uses. I simply found your broadly painted statements to be arguable. Hell, we even agree on most points; I just object to the way you use those points to imply a superiority that isn't there.

      Perhaps I'm mis-interpreting you. If so, I owe you an appology. Your respose leads me to believe that I'm pretty close to the mark, though. Feel free to correct me.

  44. Re:OpenOffice is not javabased by mughi · · Score: 3, Informative
    but you cannot install OpenOffice.org onto Linux or Windoze without Java on your system.

    No. You'd don't need Java to run. It's only used for the integrated browser and the Java API to access OpenOffice stuff. Last time I installed it was optional on both Linux and Windows.

  45. (Open|Star)Office written in? Not Java. by mughi · · Score: 2
    I believe this was because it was a Java application (CD came with Sun's JVM).
    ...
    It looks like, and from other peoples comments here, that Openoffice is a Java/C++ jumbalia.

    Then your beliefs are wrong. If you wish to check things out you can go and get the source. Java is not used for the suite (and was not for StarOffice either), but instead is merely hooked up in case you want to show Java applets in the browser, or to have an API so that you can write Java programs that interface with OpenOffice.

  46. Re:sigh... by cryptochrome · · Score: 2

    It was also easy for the **typical** end user to use **thousands** of MacOS Classic, Carbon, Cocoa, and Java apps. X11 has a very un-mac-like interface - or rather, it has a very crappy interface, wheras Aqua was designed to be as much like the MacOS as possible. Why trash what ain't broke for a clearly less desirable system?

    OTOH, I think this article is more evidence that apple has learned their lesson. Macs used to rely on proprietary hardware, inflating prices, but no more. On the old MacOS they suffered for lack of software. By embracing a unix core, they've gained a huge base of pre-existing software, and added incentive for Windows developers to port to Mac/Unix. If they could find a way to incorporate X-windows (especially GTK) apps (and make command-line apps and functionality easily accessible from the Aqua gui - sort of a gui super terminal, kinda like shellshell) that would be perfect.

    Apple did not and should not have designed the Aqua interface around the X windows style. On the contrary - they should make an open source Aqua-style gui for Unix to replace X windows, and make it that much easier to port/run Unix Apps on OS X!

    --

    ---If you can't trust a nerd, who can you trust?

  47. Re:Servlets are great... by g4dget · · Score: 2

    Try http://games.yahoo.com/ and http://www.smartmoney.com/marketmap/ There are also plenty of very useful Java applets being used for education and scientific results. And there are many tiny Java applets for menus, buttons, and counters that you probably don't even notice.

  48. I totally agree by phillymjs · · Score: 2

    I wholeheartedly agree about Outlook. Microsoft has only themselves to blame for Office X's slow adoption rate. They priced it in the frickin' stratosphere for non-academic purchasers, and Outlook, arguably the most important app under the Office umbrella for corporate purchasers who can easily afford Microsoft's extortionate pricing, has not even begun to be developed (AFAIK).

    Though I do like Entourage a lot for my own personal mail and calendar at home, I was very impressed with the improvements to Apple's own Mail, and iCal, and iSync to keep all my devices that need that data up to date. I have not yet made the plunge to OS X as my primary OS at home, because I don't have a Mac truly capable of running it. That will change, as my six year-old Power Mac 7600 with the G3/400 upgrade moves to the server room and a shiny, new G4/G5 tower being introduced in a few weeks (with Jaguar preloaded) replaces it. When that day comes, I will take a long, hard look at how much I *really* need Microsoft Office.

    One of Apple's Jaguar pages vaguely hints at Exchange compatibility, but does not go into specifics. This worries me, because I'm hoping they don't just mean, "it's compatible with the POP/SMTP functionality of your company's Exchange server." Also, isn't Outlook/Exchange a proprietary enough system that Microsoft could raise a stink over Apple developing their own Outlook client, or even take measures (legal or technical) to stop/prevent it?

    Oh, and don't get me started on those Quark assholes. They are just begging Adobe, "Please, please, keep polishing your X-native InDesign! Take our marketshare! Put us out of business!"

    ~Philly

    1. Re:I totally agree by glenmark · · Score: 2
      ...and Outlook, arguably the most important app under the Office umbrella for corporate purchasers who can easily afford Microsoft's extortionate pricing, has not even begun to be developed (AFAIK).

      Outlook for MacOS exists (Outlook:mac 2001), but it is buggy as hell, and requires Classic...

      --
      *** Quantum Mechanics: The Dreams of Which Stuff is Made ***
    2. Re:I totally agree by phillymjs · · Score: 2

      I know Outlook 2001 exists, I thought it was clear by context that I was referring to an OS X-native version of it.

      And I don't find it buggy. I have several clients who use it and the worst issue I've seen is a 'selected radio button is invisible' cosmetic problem.

      Outlook 8.2.2, now THAT was a piece of shit.

      ~Philly

    3. Re:I totally agree by glenmark · · Score: 2
      I know Outlook 2001 exists, I thought it was clear by context that I was referring to an OS X-native version of it.

      Ah. Didn't catch your meaning there...

      And I don't find it buggy. I have several clients who use it and the worst issue I've seen is a 'selected radio button is invisible' cosmetic problem.

      There are several showstopper bugs from an enterprise environment standpoint. Biggest one for us is that Outlook:mac won't auto-accept room resource reservations. Not to mention feature omissions such as the lack of support for plain-text or HTML mail (RTF only), and no Palm sync.

      Outlook 8.2.2, now THAT was a piece of shit.

      Agreed. I'm not even sure that the phrase "better than nothing" even applies here...

      --
      *** Quantum Mechanics: The Dreams of Which Stuff is Made ***
  49. Apple can add functionality to Cocoa by EccentricAnomaly · · Score: 4, Interesting

    If they use the JAVA-Cocoa bridge, Apple can speed things up by adding functionality to Cocoa. Apple already has the basic functionality of a word processor built into the application kit (multiple fonts, spell checking, WYSYWIG printing).

    I wouldn't be suprised if OS 10.3 has a few new cocoa classes like NSWordProcessorView, NSSpreadSheetView, NSRelationalDatabase. These would be subclasses of existing Cocoa classes like NSTextView, NSTableView, and NSData.

    I think this fits Apples strategy of making development for the Mac quick and easy. This benefits them in several ways: 1) They attract more badly needed developers to their platform 2) They can churn out iApps much more quickly than M$ 4) Once developers have tasted Cocoa, they don't want to go back 5) With so much work done in the Cocoa frameworks, Apple can make the frameworks run faster and make all the apps on a system runs faster. 6) If apple changes processors, they can make it real easy to port cocoa apps to the new architecture since all of the machine dependent stuff is done in their APIs.

    --
    There are 10 types of people in this world, those who can count in binary and those who can't.
  50. They have Qt for OS X, but I think you have to pay for it... and there is XDarwin to run X11 apps.. you should be able to get what you've written for Linux to run on OS X without much work...

    Of course, the real joy of mac is learning cocoa... it's yummy.

    --
    There are 10 types of people in this world, those who can count in binary and those who can't.
  51. Claris did by DABANSHEE · · Score: 3, Informative

    Apple just purchased Claris & renamed ClarisWorks (avaliable for Win & Mac, if you purchased it you got both ports on the same CD, pity MS doesn't do that) AppleWorks

    The team that was behind ClarisWorks then created Gobe Productive for BeOS, & just recently Windows & Linux too.

    I wonder how similar Gobe Productive for Windows is to the current version of AppleWorks for Windows?

    1. Re:Claris did by overunderunderdone · · Score: 2

      Apple didn't purchase Claris. It was always a subsidiary of Apple. The name Claris is probably a play on the name of Apple's unnoficial mascot Clarus the dog cow. When Apple spun off it's application software as the Claris subsidiary they renamed Appleworks to ClarisWorks. When they restructured Claris into Filemaker inc. they brought all the software (except Filemaker) back to Apple and changed the name of ClarisWorks back to AppleWorks.

      Some of the developers that used to be at Apple and/or Claris may have moved on to Gobe but that is the only connection.

    2. Re:Claris did by overunderunderdone · · Score: 2

      My apologies, I saw your other post right after posting. *wipes egg off face*. Needless to say, the confusing name confused me.

  52. Mod parent up by DABANSHEE · · Score: 2

    funny

  53. Re:OpenOffice java based? by Pengo · · Score: 2

    hmm... history teaches you shouldn't write app on Java 1.0.

    Thats about all the Corel story teaches us.

  54. Re:Apple Convert by ianezz · · Score: 2
    but now that I maxed out the RAM (640MB), it's very nice

    After all, 640 megabytes should be enough for everyone... oh, wait... :-)

  55. Re:The end is near... by tgibbs · · Score: 2
    If I have to give a document to somebody using StarOffice, I give them a PDF
    This is a good policy in general; it's not really appropriate to send somebody a document in a proprietary format.
  56. Re:Appleworks dead? by tgibbs · · Score: 2

    It seems like what would make sense from Apple's perspective would be to write AppleWorks import modules for StarOffice, and bundle StarOffice with OS X under the name "AppleWorks X"

  57. OS X and Java by nullard · · Score: 2

    I cannot imagine Java being of much use for StarOffice on OSX, given that the visual side of Java, AWT and Swing are very slow under OSX compared to Linux and XP.

    Actually, MacOS X is probably the best platform for Java development and use. MacOS X has great, fast java support. I use jEdit as my main gui text editor on my Mac.

    In any case, I think the article got it wrong. I doubt that the StarOffice gui would be done in Java.

    --


    t'nera semordnilap
  58. Apple didn't purchase Claris by i-sob · · Score: 3, Informative

    Claris was a wholly-owned subsidiary of Apple spun off in 1987.
    In 1998 Apple restructed Claris as FileMaker, Inc. to focus on its most profitable product, FileMaker. Apple killed the other Claris-branded software (Emailer and Home Page being the most notable) and returned the office suite known as ClarisWorks to its pre-1987 name: AppleWorks.

  59. Re:Apple Convert by istartedi · · Score: 2

    now that I maxed out the RAM (640MB), it's very nice

    640MB is enough for anybody. :)

    --
    For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
  60. Re:There is a native version by ZigMonty · · Score: 2
    No matter how you define "native", I hardly think you could consider something that requires a *large* 3rd party download to work "native".

    "cp", "ls" and "pico" all run on Mac OS X, without any extra software. They are native. I wasn't suggesting that only quartz apps are native.

    By your logic, Windows apps are native to Mac OS X because you can get a software package (Virtual PC, bochs, etc) that allows them to run.

  61. Re:stand alone by foniksonik · · Score: 2

    The problem with browser based apps is the 'jack of all trades' paradigm. Add to that the inherent creation of security nightmares.

    All apps WILL on the other hand eventually take advantage of OS level internet 'services' via SOAP/XML/RPC type of protocols. Browsers aren't really all that cool anyways. I would much prefer an app using connectivity to the network in a focused and specifically useful manner, rather than an open ended 'it can do anything' manner.

    That is where Microsoft got in to trouble with viruses. Every app they made was suddenly exposed to all security holes and viruses/worms had access to all the capabilities in the system and because it was embedded functionality they had and are still having a devil of a time cleaning it all up.

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  62. Re:Interesting by foniksonik · · Score: 2

    You can edit PDFs as long as they aren't password protected, where you don't know the password.

    You can use Acrobat, which was designed specifically for this... or use Illustrator which often mangles the text flow... or use several other apps which do a less than hoped for job but for small edits are just fine.

    PDF isn't competely a binary format. It includes plain text and embedded images and lots of available formatting options which can be read and interpretted for tools to manipulate.

    Acrobat is of course the best option as it and PDF are Adobe.

    Maybe someone will take it upon themselves to reverse engineer PDF OpenPDF or some such and implement it so it converts to SVG or another open standard.

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  63. Re:Themes are only skin-deep, Quartz goes to the c by foniksonik · · Score: 2

    " Win-Win-Win. "

    That should be "Mac-Sun-Mac"

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  64. Re:Do your homework by MaxVlast · · Score: 2

    I've done my homework. I use Java apps all the time. Their Quartz isn't the same as the rest of Mac OS X.

    Also, we're talking about X, not Java. When one say Apple should implement X, that has nothing to do with Java, it's about Athena and QT and GTK and all of those other ghastly things.

    --
    There should be a moratorium on the use of the apostrophe.
    Max V.
    NeXTMail/MIME Mail welcome
  65. Re:.doc vs. .pdf by tgibbs · · Score: 2
    How is .doc which is a closed format with no published spec open while .pdf which is an open format with all specs published and freely available "proprietary"? Your comment makes no sense in context.
    Uh, the suggestion was to use .pdf in preference to .doc to avoid using a proprietary format. How you conclude from that that .pdf is a proprietary format?

  66. Re:Read the transcript not just the press releases by TheAncientHacker · · Score: 2

    The source being the actual transcripts available on either the DOJ site or Microsoft's legal site. As for your question of why Microsoft didn't raise this in court. It did.

    Again, read the source documents not just the press releases.

  67. Re:Read the transcript not just the press releases by squiggleslash · · Score: 2
    I didn't read "press releases". I read the Findings of Fact. I doubt Judge Jackson read the "press releases" either. If there is a URL on the DOJ or Microsoft sites that backs up your claim, please quote it, I have no plans to wade through court transcripts for a trial that, so far, has lasted years, in order to find something that contradicts the trial judge's unchallenged account.

    I would suggest, without those URLs, that I think you're making it up. Microsoft hasn't challenged the Findings of Fact, perhaps you should volunteer to be on their legal team...

    --
    You are not alone. This is not normal. None of this is normal.
  68. Re:Do your homework by MaxVlast · · Score: 2

    Correct. I've used Java apps. I have no need to write Java Cocoa apps, as I like ObjC. I may have used Java Cocoa apps written by others, but I don't know if I have or not.

    Is the Sun implementation going to be Java Cocoa or honest-to-god Java?

    --
    There should be a moratorium on the use of the apostrophe.
    Max V.
    NeXTMail/MIME Mail welcome
  69. Re:Read the transcript not just the press releases by TheAncientHacker · · Score: 2

    Microsoft challenged almost every finding of fact and that was one basis for their appeal. Perhaps you should read the real documents rather than relying on what Jackson said since he slept through most afternoon sessions.

    I'll happily quote URLs (just go to the DOJ's antitrust division site or Microsoft's legal press site) but you'd still have to actually read the transcripts rather than look for one sentence soundbites.