Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgf/lc-rest-client
LiveCycle REST Client Component (AEM 6.2)
https://github.com/dgf/lc-rest-client
aem component forms http rest
Last synced: 10 days ago
JSON representation
LiveCycle REST Client Component (AEM 6.2)
- Host: GitHub
- URL: https://github.com/dgf/lc-rest-client
- Owner: dgf
- License: mit
- Created: 2014-12-18T11:27:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T22:36:38.000Z (over 6 years ago)
- Last Synced: 2024-11-22T19:28:44.748Z (2 months ago)
- Topics: aem, component, forms, http, rest
- Language: Java
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveCycle REST Client Component (AEM 6.2)
currently only supports HTTP(S) GET, POST, PUT, DELETE requests with optional Basic Authentication
## Deployment
build and package this component with [Maven][mvn]
```sh
$ mvn clean package
```and install the component archive ```lc-rest-client-.jar``` with the Workbench
as described in the [Programming with LiveCycle ES4][lc] documentation.## Usage
![screenshot](https://github.com/dgf/lc-rest-client/raw/master/WorkbenchRestClient62.png)
[mvn]: http://maven.apache.org
[lc]: http://help.adobe.com/en_US/livecycle/11.0/ProgramLC/index.html