Repository: incubator-batchee Updated Branches: refs/heads/master eef7d8fe3 -> 713ef31a4
improve GUI description Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/d8c739e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/d8c739e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/d8c739e8 Branch: refs/heads/master Commit: d8c739e8ae6f18816a3ec387887e34c76c6b362d Parents: eef7d8f Author: Mark Struberg <[email protected]> Authored: Fri Aug 26 16:44:03 2016 +0200 Committer: Mark Struberg <[email protected]> Committed: Fri Aug 26 16:45:24 2016 +0200 ---------------------------------------------------------------------- src/site/markdown/gui.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/d8c739e8/src/site/markdown/gui.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/gui.md b/src/site/markdown/gui.md index 0a68cda..cfa0b5e 100644 --- a/src/site/markdown/gui.md +++ b/src/site/markdown/gui.md @@ -17,6 +17,14 @@ specific language governing permissions and limitations under the License. --> # GUI + +Apache BatchEE provides a Web-UI and 2 different ways to expose Batch details via REST + +## SimpleRest + +For a quick out of the box solution to gather information about the JBatch environment you can use our Servlet based solution + + ## JAX-RS resource `org.apache.batchee.jaxrs.server.JBatchResourceImpl` maps more or less `javax.batch.operations.JobOperator` API
