Carey Matthew Black wrote: > > Actually this can be done with an "unsupported" plugin that BMC made. > It is basically a C API plugin that runs a JVM and gives you access to > a beanshell universe that maps to arrays(one in and one out) of the > beanshell world and into the ARS Plugin framework. > > However the plugin comes with two forms and some sample java > (beenshell) scripts too. > > I think I have posted the URLS before.... > > > > AR System Filter Scripting Plugin > BMCDN Home » Resource Center» Downloads» BMC Atrium & Foundation > Technologies» Remedy AR System » Utilities » Document 1045 > http://developer.bmc.com/jiveProd/entry.jspa?externalID=1045&categoryID=507 > (But this looks like an older version and is windows only(WT?)... > "Tested on Windows 2000, AR System Server 5.1.2 and 6.0.") > > > AR System Scripting Plug-In for Java > BMCDN Home » Resource Center» Downloads» BMC Atrium & Foundation > Technologies» Remedy AR System » Utilities » Document 992 > > http://developer.bmc.com/jiveProd/entry.jspa?externalID=992&categoryID=507 > > > > And if you need/want a Perl interface... > > arfperl > BMCDN Home » Resource Center» Downloads» BMC Atrium & Foundation > Technologies» Remedy AR System » Utilities » Document 1181 > http://developer.bmc.com/jiveProd/entry.jspa?externalID=1181&categoryID=507 > > -- > Carey Matthew Black > Remedy Skilled Professional (RSP) > ARS = Action Request System(Remedy) > > Love, then teach > Solution = People + Process + Tools > Fast, Accurate, Cheap.... Pick two. > > > On Dec 11, 2007 3:56 AM, Hugo Visser <[EMAIL PROTECTED]> wrote: >> ** 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" > >
Links sent by you have helped me. Thanks. -- View this message in context: http://www.nabble.com/java-plug-in-in-ARS-%28vefrsion-6.3%29-tp14268902p14311280.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"

