vote up 3 vote down star

I've enjoyed using the iTunes Store but I'm curious on what it was developed on (PHP & MySQL, Something Custom?).

flag

14% accept rate

6 Answers

vote up 1 vote down

Hi

iTunes store is a mix of a lot of technologies, but the main one is Apple's WebObjects. WebObjects is rock solid java framework including a lot of mature technologies (templating, ORM).

WebObjects is free (correct me if i'm wrong), can be installed virtually on every platform and is not restricted on MacOSX. WebObjects is mainly developped using eclipse and a plugin called WOLips. There is a very active community behind this framework and the development tools.

Some links :

link|flag
vote up 0 vote down

yeah its webObjects, also you can use multiple database sources with WO and you can combine other languages with it such as JS and php

In reality webobjects has been overlooked for some time now, mainly because of its past price and that it has not been well marketed by apple

link|flag
vote up 1 vote down

@Stephen Darlington is correct, it's WebObjects. The WO code generates pure Java, which is further optimized. The code has been rewritten a couple of times.

Interestingly, Dell's original BYO website was written in WebObjects, the $50,000 version back in 1996.

link|flag
vote up 3 vote down

Joe Nuxoll former apple employee on the java posse pod cast has mentioned that they use web objects.

link|flag
vote up -4 vote down

I think whatever answer you get will be 99% speculation. I would bet that if someone really did work for Apple and did have the facts they wouldn't be allowed to share them.

link|flag
3  
It's ironic that your post is 100% uninformed speculation. Apple announced exactly what technology they used when they first started selling WebObjects. – Paul Tomblin Dec 3 '08 at 16:24
vote up 9 vote down

WebObjects. It comes with XCode these days, but used to cost over $50 000! Not sure about the database backend. I seem to recall reading that it was Oracle, but I don't have a source and may have just accidentally made that up.

link|flag
WebObjects was $50k when it was the best (and only) tool for the job. I'll take free over not-free any day. :) – Robert S. Dec 3 '08 at 15:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.