{"id":18925154,"url":"https://github.com/exadel-inc/etoolbox-backpack","last_synced_at":"2025-08-21T15:33:11.152Z","repository":{"id":38303462,"uuid":"264187691","full_name":"exadel-inc/etoolbox-backpack","owner":"exadel-inc","description":"AEM BackPack is a tool to easily create and manage content packages across the AEM Ecosystem","archived":false,"fork":false,"pushed_at":"2025-08-12T12:28:23.000Z","size":1849,"stargazers_count":51,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-08-12T14:34:29.663Z","etag":null,"topics":["aem","aem-backpack","aem-package-manager","exadel-martech","hacktoberfest","hacktoberfest2021"],"latest_commit_sha":null,"homepage":"","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/exadel-inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2020-05-15T12:27:24.000Z","updated_at":"2025-08-04T15:22:42.000Z","dependencies_parsed_at":"2023-11-13T15:30:53.706Z","dependency_job_id":"5783f509-aefa-413b-aa23-8948b654b231","html_url":"https://github.com/exadel-inc/etoolbox-backpack","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/exadel-inc/etoolbox-backpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-backpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-backpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-backpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-backpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exadel-inc","download_url":"https://codeload.github.com/exadel-inc/etoolbox-backpack/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-backpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271500361,"owners_count":24770375,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aem","aem-backpack","aem-package-manager","exadel-martech","hacktoberfest","hacktoberfest2021"],"created_at":"2024-11-08T11:09:46.057Z","updated_at":"2025-08-21T15:33:10.775Z","avatar_url":"https://github.com/exadel-inc.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![BackPack Logo](https://github.com/exadel-inc/aem-backpack/raw/master/ui.apps/src/main/content/jcr_root/apps/etoolbox-backpack/assets/backpack.png)\n\n# EToolbox BackPack\n\nA tool for easily creating, handling and distributing content packages across Adobe Experience Manager (AEM) ecosystem.\n\nBased on the out-of-box AEM Package Manager, the **BackPack** provides the ability to bundle together different pieces of website content (texts, image sources and renditions, videos, documents, etc.) in a flexible manner.\n\nWhen you select e.g. a page for inclusion into package, all the assets referenced by this page (and, optionally, its children) are included as well. The tool analyzes relations between resources to produce comprehensive sets of data so that entire web pages with all their addenda can be moved across sites, translated, reformatted or backed up for later usage.\n\n**BackPack** is aimed to decrease the effort and costs of content management and distribution; improve the security and reliability\n  of content-related business processes.\n\n### Project structure\n\nThe project consists of two modules: \n\n* *core module* runs in an AEM instance containing to respond to user commands and provide data processing service.\n* *ui/application module* embeds into AEM administering interface and runs in browser to give to the user control over package creation and storage, as well as detailed feedback. This module is built upon the modern Coral 3 graphic interface and TouchUI-ready.\n\nThe two modules communicate via JSON-based REST protocol. Basically, a user command is sent to an endpoint, parsed and processed by a specially designed AEM service, then result and/or status message returned to user.\n\n### Installation\n\n**BackPack** is distributed as a package you can install by hand or, optionally, add to your project building workflow via e.g. *Content Package Maven Plugin* (either *Adobe* version or *wcm.io* version).\n\nAlternatively you can build and install **BackPack** from source code. Clone this repository and run\n\n    mvn clean install -PautoInstallPackage\n    \nfrom the command line. You can change `aem.host` and `aem.port` values as needed in the main POM file's \u003cproperties\u003e section or via a command-line key like `-Daem.host=xxx -Daem.port=xxx` (default is *localhost:4502*).\n\n\n### Requirements\n\nThe project is developed and tested in *AEM 6.4.5* (*uber-jar* 6.3.0) with Java 1.8. Please compile and use in environments other that this with caution.\n\n### Usage\n\nIn your _Adobe Experience Manager_ console, navigate to _Tools_ section and choose _EToolbox_ from the left menu rail. Click _\"Backpack\"_ in the right section.\n\nTouchUI-compliant *Package Manager* interface opens. In the _\"Group\"_ dropdown to the left, you can choose a particular packages group, or see them all, if \"All packages\" option selected.\n\nHover over a package to see available options. _\"Edit\"_ button will open the same package in the \"classic\" interface with some additional capabilities.\n\nTo create a new package, click _\"Create\"_ button in the top right. A dialog window will open, where you can put package's name, version, group, thumbnail, path to the node containing resources for the package, and turn child resources inclusion on or off. Several paths may be selected. Click the button in the bottom to complete the operation.\n\n### Testing and development\n\nThe source code of the project is test-covered. You can run unit tests apart from the usual Maven build workflow with\n\n    mvn clean test\n\nThere is also the specific \"test\" profile that helps to collect code quality statistics, engage test coverage analysis, etc. Run it with e.g.\n\n    mvn clean verify sonar:sonar -Ptest -Dsonar.host.url=[....]\n    \nThe project is in active development stage. Community contribution is heartily welcome.\n\n### Known issues\n\nThe project uses `com.google.common.cache.Cache` bundled in `uber-jar-6.3.0` which is in \"beta\" status. Despite this class is out of beta stage in standalone Google Guava releases since *20.0*, we are currently sticking to *uber-jar* version to avoid inconsistency. We have tested this doesn't cause trouble in regular usage.\n\n### Licensing\n\nThe project is licensed under [Apache License, Version 2.0](LICENSE). All runtime project dependencies are guaranteed to be compliant with the license. Dependencies such as Adobe's *uber-jar* are considered *provided* in the end-user environment and are not explicitly engaged. The end user is to comply with the regulations of the corresponding licenses. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexadel-inc%2Fetoolbox-backpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexadel-inc%2Fetoolbox-backpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexadel-inc%2Fetoolbox-backpack/lists"}