This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
PackageHandlers
Mikołaj Mański edited this page Jul 12, 2016
·
1 revision
Bobcat provides utilities for uploading and installing crx packages into the AEM.
Consider following package:
In order to install this package, just run following code:
@Inject
private ContentInstaller installer;
//...
installer.installCqPackage("installCqPackageTest");
There is also a possibility to install upload and activate package stored in the project directory. Zip file should be placed in src/main/content
directory.
If you wish to change package directory, just set following property:
content.path = my/custom/directory/
Example usage:
@Inject
private ContentInstaller installer;
//...
installer.activateCqPackage("activateCqPackageTest.zip")
- Configuring Bobcat
- Selenium enhancements
- Cucumber enhancements
- Traffic analyzer
- Email support
- Reporting
- Cloud integration
- Mobile integration
- Executing tests on different environments
- Working with multiple threads
- Tips and tricks
- Authoring tutorial - Classic
- AEM Classic Authoring Advanced usage
- Siteadmin
- Sidekick
- Aem Component
- Working with author pages
- Working with Publish pages
- Advanced component interactions
- Working with Context Menu
- Using Aem Content Tree
- Aem Content Finder
- Storing component configurations
- Working with packages
- Jcr Support
- Authoring tutorial - Touch UI
- Adding and editing a component
- Sites management tutorial