I have a simple Maven plug-in using the Java API. It&#39;s probably not 100% complete yet, but it works for now. <a href="https://github.com/jamezp/jboss-as-deploy-plugin">https://github.com/jamezp/jboss-as-deploy-plugin</a><br>
<br>Anyway, you&#39;ll see how simple the Java API is for deploying, redeploying and undeploying. I&#39;m sure the API does a lot more than what I&#39;m doing with it, but it&#39;s a simple example.<br clear="all">--<br>James R. Perkins<br>

<br><br><div class="gmail_quote">On Wed, Mar 23, 2011 at 13:19, André Dietisheim <span dir="ltr">&lt;<a href="mailto:adietish@redhat.com">adietish@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Jason<br>
<br>
thanks for the further insights!<br>
<div class="im"><br>
&gt; There is an HTTP interface that can take requests in either JSON or in<br>
&gt; base64 encoded dmr binary format. We don&#39;t call it REST though because<br>
&gt; &quot;invoking&quot; an arbitrary management operation (e.g. &quot;clear auth cache&quot;)<br>
&gt; does not meet the REST purity definition.<br>
<br>
</div>hmm, to be honest I dont really understand why a RESTy semantic (ex.<br>
post to or delete to the uri of the cache resource) would not allow this<br>
operation. But I might miss something here since I do not have the same<br>
background.<br>
<div class="im"><br>
&gt;<br>
&gt; Keep in mind that the remote Java API will be the easiest to use from<br>
&gt; Java, since it will handle all the transport stuff for you, and<br>
&gt; exposes a nice API for working with detyped data. The main focus of<br>
&gt; the HTTP interface is supporting non-Java clients (i.e. scripting<br>
&gt; languages, and the console which is JavaScript based)<br>
&gt;<br>
<br>
</div>oh, looks like I missed this one. Guess using the java API would be the<br>
better choice for me then. Is there any documentation about it?<br>
<br>
Cheers<br>
<font color="#888888">André<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
jboss-as7-dev mailing list<br>
<a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
</div></div></blockquote></div><br>