WebObjects Beginners project posted

I’ve posted an Xcode project to accompany my previous rant. The zip archive is available here.

A few notes:

  • This is a WebObjects 5.3/Xcode 2.2 project.
  • There is a ReadMe included, it outlines some of the project details.
  • I tweaked the code a little – read their comments.
  • The project demonstrates using a common parent for your components. Which is easy to do and useful for minimizing redundant code. (Though, it does seem to stop WOBuilder from seeing some page attributes :-()
  • The components all render using CSS.