Re: Plugin programming with remedy

2014-04-11 Thread Chris Jones
Hi Sweety,

As LJ mentioned, you can write plugins in C or Java. Another option is to build 
a generic Java plugin that can run JRuby scripts directly within.

You can store the scripts as configuration data and so you don't then need to 
build multiple plug-ins.

I wrote a document for the BMC Communities here:

https://communities.bmc.com/docs/DOC-30853

Regards,

Chris

Chris Jones
RAQL = Remedy Advanced Query Language

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Sweety
Sent: 10 April 2014 17:46
To: arslist@ARSLIST.ORG
Subject: Plugin programming with remedy

Hi Experts,

Today I was discussing with my team lead and he was telling me about the plugin 
programming but he was also not sure how it is done but he at least has an idea 
that there is something which can done in remedy through plugins.

I want to know what are these plugins and how can we write these programs in 
remedy? Why do I need plugins? What's the need of plugin?

Is there any document available for this programming?

Appreciate your help.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers 
Are, and have been for 20 years

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Plugin programming with remedy

2014-04-10 Thread Sweety
Hi Experts,

Today I was discussing with my team lead and he was telling me about the plugin 
programming but he was also not sure how it is done but he at least has an idea 
that there is something which can done in remedy through plugins.

I want to know what are these plugins and how can we write these programs in 
remedy? Why do I need plugins? What's the need of plugin?

Is there any document available for this programming?

Appreciate your help.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Plugin programming with remedy

2014-04-10 Thread LJ LongWing
Sweety,
The short answer is that a plugin extends the capability of Remedy to do
anything you want it to do.  Plugins currently come in two 'flavors',
either C or Java.  Plugins are used to extend Remedy beyond Active Links
and Filters.  OOTB plugins include LDAP, AREA just to name two.  You can
find documentation in the 'Integration' section of the docs.  There are
examples provided by BMC as well.


On Thu, Apr 10, 2014 at 10:45 AM, Sweety sweetykhann...@gmail.com wrote:

 Hi Experts,

 Today I was discussing with my team lead and he was telling me about the
 plugin programming but he was also not sure how it is done but he at least
 has an idea that there is something which can done in remedy through
 plugins.

 I want to know what are these plugins and how can we write these programs
 in remedy? Why do I need plugins? What's the need of plugin?

 Is there any document available for this programming?

 Appreciate your help.


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have been for 20 years


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years