{"id":19243463,"url":"https://github.com/bootique/bootique-tapestry","last_synced_at":"2025-04-21T09:33:06.201Z","repository":{"id":38751446,"uuid":"61655245","full_name":"bootique/bootique-tapestry","owner":"bootique","description":"Provides Apache Tapestry integration with Bootique.","archived":false,"fork":false,"pushed_at":"2025-04-19T13:22:46.000Z","size":293,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-19T18:03:28.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bootique.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bootique.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-06-21T17:57:31.000Z","updated_at":"2025-04-19T13:22:49.000Z","dependencies_parsed_at":"2025-02-24T16:39:10.566Z","dependency_job_id":"ab3c31c0-4dbe-4544-9b15-fe6526f547a2","html_url":"https://github.com/bootique/bootique-tapestry","commit_stats":null,"previous_names":["nhl/bootique-tapestry"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-tapestry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-tapestry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-tapestry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-tapestry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bootique","download_url":"https://codeload.github.com/bootique/bootique-tapestry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032315,"owners_count":21363816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T17:18:05.334Z","updated_at":"2025-04-21T09:33:01.179Z","avatar_url":"https://github.com/bootique.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n       Licensed to ObjectStyle LLC under one\n     or more contributor license agreements.  See the NOTICE file\n     distributed with this work for additional information\n     regarding copyright ownership.  The ObjectStyle LLC licenses\n     this file to you under the Apache License, Version 2.0 (the\n     “License”); you may not use this file except in compliance\n     with the License.  You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n     Unless required by applicable law or agreed to in writing,\n     software distributed under the License is distributed on an\n     “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n     KIND, either express or implied.  See the License for the\n     specific language governing permissions and limitations\n     under the License.\n  --\u003e\n\n[![build test deploy](https://github.com/bootique/bootique-tapestry/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-tapestry/actions/workflows/maven.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.tapestry/bootique-tapestry.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.tapestry/bootique-tapestry/)\n\n# bootique-tapestry\nProvides [Apache Tapestry](http://tapestry.apache.org/) integration with [Bootique](http://bootique.io).\nSee usage example [bootique-tapestry-demo](https://github.com/bootique-examples/bootique-tapestry-demo).\n\n## Quick configuration:\n\nAdd the module to your Bootique app:\n\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eio.bootique.bom\u003c/groupId\u003e\n            \u003cartifactId\u003ebootique-bom\u003c/artifactId\u003e\n            \u003cversion\u003e3.0-M4\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n...\n\u003c!-- Note that \"bootique-tapestry\" module bundles older Tapestry 5.4. \n     We recommend using \"bootique-tapestry55\" --\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.bootique.tapestry\u003c/groupId\u003e\n    \u003cartifactId\u003ebootique-tapestry55\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\nConfigure Tapestry module in your app ```.yml``` (or via any other Bootique-compatible mechanism). E.g.:\n```yml\ntapestry:\n  name: myapp          # The name of the T5 app module. Default is \"tapestry\".\n  appPackage: com.foo  # default base package for the Tapestry app\n```\n\nTapestry app can use its own injection and modules. Additionally services defined in Bootique are available via Tapestry \ninjection.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-tapestry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootique%2Fbootique-tapestry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-tapestry/lists"}