Apache Tapestry logo

Apache Tapestry

Apache Tapestry is a component-oriented framework for creating highly scalable web applications in Java. It provides a component-based development model with live class reloading, built-in Ajax support, type-safe URL generation, strong convention-over-configuration principles, and deep IDE integration. Tapestry applications are highly testable and work well with dependency injection via Tapestry IoC. It is maintained by the Apache Software Foundation.

1 APIs 6 Features
Component-BasedJavaWeb ApplicationsWeb FrameworkOpen SourceAjax

APIs

Apache Tapestry Component API

The Tapestry Component API provides Java annotations and interfaces for building reusable web components. Components are defined by a Java class and an HTML template file. The A...

Features

Live Class Reloading

Hot class reloading during development without server restart for faster iteration.

Component Model

Pure component-based development with isolated component state and event handling.

Tapestry IoC

Built-in inversion of control container with service binding and decoration.

Ajax Support

Built-in Zone components for partial page updates and Ajax event handling.

Type-Safe URLs

Type-safe URL generation with automatic parameter encoding and SEO-friendly URLs.

Asset Pipeline

Automatic asset minification, versioning, and CDN support for JavaScript and CSS.

Use Cases

Enterprise Java Web Applications

Large-scale enterprise applications with reusable component libraries.

Form-Heavy Applications

Complex data entry applications with server-side validation and type coercion.

Single-Page Application Backends

Ajax-driven UIs with partial page updates via Tapestry Zone components.

Integrations

Spring Framework

Spring IoC integration for service injection into Tapestry pages and components.

Hibernate

Hibernate ORM integration for database access from Tapestry pages.

JPA

JPA integration module for entity management in Tapestry applications.

Resources

👥
GitHubRepository
GitHubRepository
🔗
Documentation
Documentation
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
📄
ReleaseNotes
ReleaseNotes
💬
Support
Support
📜
TermsOfService
TermsOfService