This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tapestry-5-site.git
commit e4617e35943e6be2d3a4c0303bebeac65056e112 Author: Volker Lamp <[email protected]> AuthorDate: Sat Apr 18 17:12:11 2026 +0200 Add Support page --- modules/ROOT/pages/support.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/support.adoc b/modules/ROOT/pages/support.adoc new file mode 100644 index 0000000..98336ec --- /dev/null +++ b/modules/ROOT/pages/support.adoc @@ -0,0 +1,15 @@ += Support + +== Community Support +Apache Tapestry is an open source project and as such, supported by the xref:community.adoc[]. +Even if you are looking for commercial support, your best bet for support is to first subscribe to xref:community.adoc#_mailing_lists[Apache Tapestry user mailing list] and ask there. + +In addition, https://stackoverflow.com/questions/tagged/tapestry[Stack Overflow] is a good platform for user questions. + +== Commercial Training and Support + +Training on Tapestry and Support is available directly from the source - some of the Tapestry project committers: + +* https://www.machina.com.br/[Thiago H. de Paula Figueiredo (Machina)]: Provides training and support on Tapestry and related technologies including Hibernate +* https://www.netzgut.net/[Ben Weidig (Netzgut)]: Tapestry and functional programming champion +
