Scooter Documentation
Learn all about Scooter framework. This documentation is for release 1.2.
Getting Started
- Scooter framework overview
- 15 lovely features you don't get from other J2EE frameworks
- Installation guide
- Start up your Scooter-powered website instantly
- Create a "Hello World" web application
- Build a blog engine in 15 minutes in Java
- Screencasts
- FAQ
Sample Applications
How to run sample applications- Web Blog - creating a blog web site in 15 minutes (download)
- Pet Clinic - recreating Spring's Pet Clinic with Scooter (download)
- Twitterdemo - creating a Twitter-like app with 160 lines of Java code (download)
Tutorials
Scooter Guides
- Design principles
- Configuration
- Model
- Active Record pattern
- Active Record query interface
- Active Record CRUD made easy
- Active Record associations
- Active Record callbacks
- Active Record calculator
- SQL data express
- Accessing multiple databases
- View
- View basics
- Retrieve request data
- Render a view
- View helpers
- Ajax
- Access servlet container
- File upload
- File download or display
- Customized content handling
- Using your own template file types
- Controller
- Routes
- Security
- I18N
- Validations
- Transaction
- Caching updated
- Testing
- Deployment