Skip to content

wocommunity/wonder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11e2f35 · Apr 3, 2024
Oct 7, 2021
Apr 18, 2019
Aug 28, 2022
May 28, 2023
Aug 29, 2022
Jan 31, 2019
May 28, 2023
Apr 3, 2024
May 28, 2023
May 21, 2013
May 28, 2023
Oct 12, 2015
Jan 13, 2021
Aug 28, 2022
Oct 13, 2015
Dec 30, 2019
Sep 14, 2015
May 28, 2023

Repository files navigation

About Project Wonder

Project Wonder is the largest open source collection of reusable WebObjects frameworks, applications and extensions. Also included in the Wonder collection are deployment software and web server adaptors.

Project Wonder builds upon, extends and enhances WebObjects, along with automatically patching bugs in the core WebObjects frameworks. If you know Java, then Project Wonder is a very powerful and productive set of frameworks to build and deploy everything from basic dynamic web applications to high traffic, scalable multi-function server applications.

What Can I Create With Project Wonder?

  • Classic Web Applications. Everything you need to integrate with popular SQL database servers, server dynamic web pages, including Ajax functionality, and manage session-based user interaction with your application via a web browser.
  • Server Applications that service requests from custom client front ends. iTunes itself is an example of a desktop application that interacts with a Project Wonder based serverside application.
  • REST server. Everything you need to quickly build a database-backed server application that integrates with REST clients in many popular request/response formats including xml, json, and plist.

Pre-requisites

To be proficent in developing web applications with Project Wonder, the following foundation skills and knowledge will be helpful:

The Basics

  • HTML
  • CSS
  • Java

Even Better

  • SQL
  • JavaScript
  • Design Patterns
  • git

Getting Started

If you are new to Project Wonder you should look at the community's Getting Started Guide

Wiki

Check the community wiki for more details on Project Wonder.

Typical Deployment Stack

  • Database Server (MySQL, PostgreSQL, Oracle, MS SQL Server, etc.)
  • Application Server (Project Wonder application on Linux or OS X. Some people even deploy on Windows)
  • Apache Server (Apache with WebObjects adaptor module, mod_WebObjects)

Depending on your traffic and application load, the entire stack can run on as little as a 512MB Linux VPS or on a setup that includes thousands of servers that share the load of each component in the stack.

Building from Source

See BUILD.txt to find out how to build Wonder.

Binaries

Binaries can be downloaded from the releases page or community build server

Changelog

You can find changelogs for older releases in the Wiki section or for more recent releases on the releases page.