Getting Started with WebObjects

Technology Overview

WebObjects is a suite of tools and object-oriented frameworks that enable you to create and deploy web applications and web services for Mac OS X. Using the APIs and tools that WebObjects provides, and developing in Java, you can:

  • Create database-driven web applications with dynamic page content

  • Create HTML-based web applications that are scalable and reusable

  • Create JavaServer Pages (JSP) and servlets

  • Create distributed applications that perform web services

You can save time developing these applications using rapid prototyping tools. Finally, a number of deployment options are available.

Start Here

If you are new to web client-server technologies, read the ADC topic page for WebObjects.

If you are new to WebObjects development, read WebObjects Overview to see how WebObjects works. You'll get an overview of how a three-tiered web application works and guidelines on selecting an approach that is best for your type of application.

Choose a Learning Path

You have a wide range of APIs and tools to choose from when developing and deploying web applications for Mac OS X. Which tools and learning paths you choose depends on the type of web application you want to create. For example, if you develop web applications, especially database-driven web applications with dynamic page content, you want to use Enterprise Objects (EOF). WebObjects supports all types of applications, including HTML content and web services applications.

HTML-Based Web Applications

Typically, you use WebObjects to develop an HTML-based web application in which users view and edit content using a native web browser. The HTML pages can be dynamic based on the state of enterprise objects.

Also, see WebObjects Application Properties Reference for both development and deployment WebObjects application command-line arguments.

J2EE Applications

WebObjects also supports integration with J2EE development tools and applications.

  • If you want to deploy your WebObjects applications inside a servlet container or want to take advantage of WebObjects components (both standard and custom) in your JSP pages, read WebObjects J2EE Programming Guide.

Web Services

A web service is a distributed application that provides some service through operations it defines to a consumer, a desktop application, or another web application. Web services is built on top of an industrywide messaging standard called SOAP.

Database-Driven Applications

A common reason for using WebObjects is to create dynamic web content based on your enterprise objects stored in a back-end database. Enterprise Objects handles the mapping of database records to enterprise objects for you. You can use Enterprise Objects with any of the WebObjects approaches.

Deployment Options

If you want to deploy a WebObjects application or service, read WebObjects Deployment Guide Using JavaMonitor. Also, see WebObjects Application Properties Reference for both web application, wotaskd, and Java Monitor command-line arguments.

Java Development

If you are new to Java development, read Java for WebObjects Developers and Getting Started with Java for more information on Apple’s support for J2SE, J2EE, and other Java development tools.

Developing WebObjects Tools

If you are developing a third-party WebObjects tool to create EOModel and WOComponent objects, read WebObjects File Format Reference for a description of the file formats supported by WebObjects.

Next Steps

The WebObjects Reference Library includes the following high-level resource pages, which you can bookmark for easy access:

  • Guides

    Conceptual and how-to information for WebObjects.

  • Reference

    Focused, detailed descriptions in reference format for WebObjects.

  • Release Notes

    Notes containing the latest news about new or changed features in WebObjects.

  • Sample Code

    Sample applications demonstrating a wide variety of WebObjects API and techniques. If you have installed the WebObjects developer package, you might also want to check out the project examples in /Developer/Examples/JavaWebObjects.

  • Technical Q&As

    Programming topics, code snippets, and FAQs by Apple’s support engineers.

  • Mailing Lists

    The WebObjects mailing list (webobjects-dev) is an excellent place to discuss issues or topics with fellow WebObjects developers. There’s also a WebObjects deployment mailing list (webobjects-deploy) and a WebObjects announcement mailing list (webobjects-announce). You can also subscribe to third-party Mac OS X and WebObjects mailing lists such as the Omni Group Mailing Lists.



© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-07-11)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.