Getting Started

Getting Started with Cappuccino and Xcode

So you've heard about this new client-side web framework called Cappuccino, and you want to check it out! Maybe you're a Cocoa developer, and you've heard that your experience can transfer over. But how do you get started? What tools should you use? I hope this tutorial will show you the first steps to developing web applications with Cappuccino and Objective-J.

Read more...

Testing

Introduction to Testing Cappuccino

This is a very basic introduction to unit testing in OJUnit. If you are more familiar to unit testing, you may want to look at the API. Learn how to test your application at Application Test (Coming Soon!). For a more advanced tutorial, look for Beyond OJUnit (Coming Soon!) and Functional Testing with CuCapp (Coming Soon!).

Part of delivering great applications in Cappuccino is learning how to effectively write tests for your application. Because Objective-J is an extremely flexible language, the question of testing does not focus on what is possible to test but rather what is valuable to test. In this guide you will learn the basics of unit testing and where you should spend time applying those skills.

Read more...