Hi, I don't really get why you'd want to write a plugin if you are still inexperienced with ARS (how do you even know you need one), but hey, it's your party... For 6.3 however, there's no Java API to create AR System plugins. You can only write plugins using the C API. You could build a thin JNI layer, but that would also require a fair amount of work and knowledge of the AR System. Alternatively you could use the Java scripting filter plugin to invoke some Java code from a filter set fields.
For non-plugin projects you can use the Java API that is supplied with the AR System 6.3 or use the 7.1 version, which is backwards compatible and has a nicer design. The docs you are looking for are the C API guide, configuring guide, and the javadoc supplied with the AR System. The javadoc can be found in the API directory of the AR System install. The other guides you can get from supportweb. Hugo On Dec 11, 2007 8:19 AM, rg25 <[EMAIL PROTECTED]> wrote: > Hi all, > > I beginner in ARS but not in java. > > I want to write java plug-in, but not know as. > > Can some one help me and give an url(s) to the documentation where step by > step described how create, configure and call java plug-in in ARS > (vefrsion > 6.3)? > > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/java-plug-in-in-ARS-%28vefrsion-6.3%29-tp14268902p14268902.html > Sent from the ARS (Action Request System) mailing list archive at > Nabble.com. > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

