Topic Options
Rate This Topic
#129386 - 01/06/06 08:17 PM Where is Java:Remedy API Info
kathymorris727 Offline
journeyman

Registered: 03/11/04
Posts: 111
**
Hi All,

I am trying to modify the actions of a Remedy search menu. Since our company is not interested in using ARS Perl, I am attempting to modify the menu and capture/manage the menu data with Java.

Does anyone have Java Remedy example programs they are able to share? Perhaps Java code that accesses a Remedy form and menus.

Is there place I can look to find info about Java/Remedy programming?
Thru the ARS API info on Remedy's website, I found the C- API documentation, however I was looking for more info related to Java/Remedy coding.

Thanks
This posting was submitted via the Web interface

Top
#129387 - 01/06/06 09:25 PM Re: Where is Java:Remedy API Info [Re: boucherp]
caruso_frank Offline
journeyman

Registered: 07/20/05
Posts: 152
** There a Java driver program that is installed with the server that demonstrates how to use the Java API. Look in the server\api folder.


On 1/7/06, Kathy Morris wrote:

**
Hi All,

I am trying to modify the actions of a Remedy search menu. Since our company is not interested in using ARS Perl, I am attempting to modify the menu and capture/manage the menu data with Java.

Does anyone have Java Remedy example programs they are able to share? Perhaps Java code that accesses a Remedy form and menus.

Is there place I can look to find info about Java/Remedy programming?
Thru the ARS API info on Remedy's website, I found the C- API documentation, however I was looking for more info related to Java/Remedy coding.

Thanks
This posting was submitted via the Web interface




--
Frank Caruso
Specific Integration, Inc.
Senior Remedy Engineer
www.specificintegration.com
703-376-1249
AIM:FMCAR10 This posting was submitted via the Web interface

Top
#129388 - 01/06/06 10:10 PM Re: Where is Java:Remedy API Info [Re: boucherp]
kathymorris727 Offline
journeyman

Registered: 03/11/04
Posts: 111
**
Hi Frank,

I viewed the Java driver it looks a little complicated. I saw charmenu info, yet I was not able to identify how to modify a search menu that I created. Is there a book/website something that describes how to use these commands specifically for Remedy. I am working with a Jr. Programmer and we are trying to build this workflow and its a little tough for us right now.


This posting was submitted via the Web interface

Top
#129389 - 01/08/06 04:19 AM Re: Where is Java:Remedy API Info [Re: boucherp]
matthew_white Offline
newbie

Registered: 03/09/05
Posts: 23
**

Kathy,



You can download the entire Java Docs from the Remedy Support site.



Warning, the Remedy Java API is nothing more than a wrapper around the "C" libriaries. There is *much* to be desireded. Hopefulyl they will re-write the Java version to be less of a wrapper and more of a Java implementation in the near future.



* Matt

*





From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kathy Morris
Sent: Saturday, January 07, 2006 3:17 PM
To: arslist@ARSLIST.ORG
Subject: Where is Java:Remedy API Info



Hi All,



I am trying to modify the actions of a Remedy search menu. Since our company is not interested in using ARS Perl, I am attempting to modify the menu and capture/manage the menu data with Java.



Does anyone have Java Remedy example programs they are able to share? Perhaps Java code that accesses a Remedy form and menus.



Is there place I can look to find info about Java/Remedy programming?

Thru the ARS API info on Remedy's website, I found the C- API documentation, however I was looking for more info related to Java/Remedy coding.



Thanks

This posting was submitted via the Web interface This posting was submitted via the Web interface

Top