vote up 2 vote down star

The book Palm webOS -- The Insider's Guide to Developing Applications in JavaScript using the Palm Mojo Framework by O'Reilly was published in July, well before the Palm Pre was released, meaning that the authors used an early pre-release version of the OS. This leads me to wonder if the information is current enough.

Does anyone have experience using the book for actual programming that can speak to the question if it is significantly out of date?

flag

60% accept rate
1  
it's a book, of course it's out of date. – hop Oct 19 at 12:09

3 Answers

vote up 1 vote down

The O'Reilly book is worth getting for the content and explanation. I've been learning Pre development and have found it very useful. It gives some good context around developing for the Pre. Also, they do a good job of walking you through the development of the new reader sample app, which is a pretty sophisticated app and it does a good job of demoing a lot of the feature of Mojo.

I picked up the electronic copy, along with their Javascript Book - (Javascript, the good parts). O'Reilly is offering buy 2 get one free right now on their site.

link|flag
vote up 0 vote down

In my opinion, grabbing a book based on a pre-release is a Bad Idea™.

Of course, many books are done in just such a fashion - so I tend to pickup the second printings or second editions, or, if I'm going to get a book on something that was written using pre-release, I make sure the pre-release is highly likely to be nearly identical - such as the book for the next version of Excel: the prerelease copy and the release copy are going to be exceptionally close in that context.

link|flag
vote up 1 vote down

The book provides a decent overview of the MOJO platform, but it seems there are a few places where the code is either incomplete, or where the SDK has actually been changed since the book was submitted to O'Reilly. Your best bet would be to check out O'Reilly's errata page here: http://oreilly.com/catalog/errata.csp?isbn=9780596155254 and then reference the api docs here: http://developer.palm.com/index.php?option=com%5Fcontent&view=article&id=1654 if you have any questions about whether or not what you are reading is actually current.

link|flag
But is it worth buying the book? – JoelFan Oct 19 at 17:26
I think you could probably do just fine by checking the API and reading the forums, but the book's nice if you want to get away from the computer and read on paper. Still, over 100 pages of the book is API documentation, which should be viewed online in its most current format. Up to you :) – Gopherkhan Oct 19 at 22:47

Your Answer

Get an OpenID
or

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