Tapestry has an active community of users and developers. This is an overview of some of the great contributions of the community members.
ModulesChenille Kit by Massimo Lusetti
Equanda-tapestry5 by Joachim Van der Auwera
ioko-tapestry-commons by Ben Gidley, et al.
Tapx by Howard M. Lewis Ship
Tapestry5-jQuery by GOT5
Exanpe-T5-Lib by Laurent Guérin et Julien Maupoux
FlowLogix by Lenny Primak
More Modules... ExtensionsArs Machina by Thiago H. de Paula Figueiredo
Tynamo project by Tynamo Team / Kalle Korhonen & Alejandro Scandroli
|
TutorialsTapestry JumpStart by Geoff Callender
Shams Examples by Mohammad H. Shamsi
Community's Wiki (Moin Moin)
IDE Integrationsloom-t5 by Chris Scheid
IntelliJ 10 by Jet Brains
|
Getting Involved
Reporting Problems / Getting Support
Like all Apache projects, Tapestry uses mailing lists for most communication. You can subscribe by sending e-mail to the addresses below. For each list, there are subscribe, unsubscribe, and archive links. All Tapestry users are welcome to subscribe to any of these lists, however questions on how to use Tapestry in your application are best sent to the user mailing list.
| Subscribe | Unsubscribe | Apache Archive | Nabble Archive | MarkMail Archive | |
|---|---|---|---|---|---|
| Tapestry User List | Subscribe | Unsubscribe | mail-archives.apache.org | www.nabble.com | tapestry.markmail.org |
| Tapestry Developer List | Subscribe | Unsubscribe | mail-archives.apache.org | www.nabble.com | tapestry.markmail.org |
| Tapestry Commits List | Subscribe | Unsubscribe | mail-archives.apache.org | - | tapestry.markmail.org |
| Search Multiple Lists | - | - | - | www.nabble.com | tapestry.markmail.org |
Tapestry issues are tracked in the Apache JIRA.
Unless your problem is clear as day, it's a good idea to discuss it on the Tapestry Users mailing list first, before adding an issue. At the same time, it's generally unlikely that a bug will be fixed unless a JIRA Issue is created.
Eric Raymond has a detailed guide to asking questions the right way. If you are not getting a response to your problem, it's likely because you aren't asking it the right way.
Just saying something is "broken" or "failed" is not enough. How did it fail? Did it do the wrong thing? Throw an exception? Not respond in any way? What exactly did you expect to happen? All of this information should be made available when looking for help, plus context on the general problem you were trying to solve in the first place (there may be a better solution entirely). Read Eric Raymond's guide ... it's fun and informative.
Contributing translations for Tapestry built-in messages
If Tapestry doesn't suport your language and you would like to contribute a new translation of the message catalogs, feel free to translate the following files.
- BeanEditForm.properties
- DateField.properties
- Errors.properties
- GridColumns.properties
- GridPager.properties
- Palette.properties
- ValidationMessages.properties
- tapestry-kaptcha.properties
Then open a new feature request here, attach the translated files, and they'll be included in the next release!
| Please note that a patch is always preferred over an archive of properties files. |
Source Code Access
Source code for Tapestry can be downloaded along with pre-compiled binaries.
Tapestry uses Subversion to manage the project's source code.
Web access to the Tapestry repository is available as http://svn.apache.org/viewvc/tapestry/tapestry5/trunk.
Access using Subversion client:
$ svn checkout https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk tapestry-project
There's also some notes on using Git to access Tapestry.
Becoming a Contributor
The best way to become a contributor is to become active on the mailing list; Tapestry is known to have an active and helpful community on the mailing list, and the more mentors we can add, the better.
If you want to help out with documentation, you must sign an Apache Contributor License Agreement, at which point we can grant write access to the Confluence Wiki (where official documentation is created).
Providing patches (with tests!) is another way to become a contributor.
Becoming a Committer
Active contributors may be asked to become full committers, with write access to the source code. Generally, contributors who have been consistently active and helpful for three to six months are eligible for committer access. If you think you are in that category, don't be shy about contacting members of the Tapestry PMC (Project Management Committee).
