<div> </div>
<div>Not sure if we have this linked but generally this was the original spec</div>
<div> </div>
<div><a href="http://www.franz.com/support/documentation/current/doc/jlinker.htm">http://www.franz.com/support/documentation/current/doc/jlinker.htm</a></div>
<div> </div>
<div>When using that doc, generally the symbols with "jlinker" in their name are not needed in ABCL</div>
<div>(they are used to manage a connection for operation and ABCL already has a jvm present)  </div>
<div>Also some things like "discard-in-java" are not needed eigther.</div>
<div> </div>
<div>Some things like "jcons" are legacy interface and usually will say things like:</div>
<div>"This is a deprecated (maintained for now for backward compatibility) name of the function <a href="http://www.franz.com/support/documentation/current/doc/operators/jlinker/jconstructor.htm"><b>jconstructor</b></a>. Please use <a href="http://www.franz.com/support/documentation/current/doc/operators/jlinker/jconstructor.htm"><b>jconstructor</b></a> instead of <b>jcons</b>. See <a href="http://www.franz.com/support/documentation/current/doc/operators/jlinker/jconstructor.htm"><b>jconstructor</b></a> for details. "</div>

<div> </div>
<div>There maybe other minor detail differences. </div>
<div> </div>
<div>If there is something one just can not live without like:</div>
<div> </div>
<div>def-java-*  function they can probly be incorperated.</div>
<div> </div>
<div> </div>
<div><br> </div>