-
Re: Is it possible develop plugins for Jive in Node.Js
puja_kumari Mar 22, 2016 11:22 PM (in response to sikkandhar)1 person found this helpfulHI Sikkandhar,
I am not sure when you say PLUGIN , are you talking about jive plugin or plugin in general term.
As far as Jive is concerned, per my understanding Building Jive Plugin and Jive Add ons are two different ways through which you can extend Jive's existing features.Which one you have to use depends upon the exact requirements you want to implement.
Technically to build a Jive Plugin is based on Java/j2ee frameworks and Add-on can be implemented via primarily Node.js .Jive also supports other sdks for add ons based on Java , .net etc.
As far as features you can implement using Jive Plugin or Jive addon is concerned, there are few common features which can be supported by both and there may be instances where some features can be supported by jive Plugin and not by Add on or vice versa.
Being said that , it all depends on what you are trying to achieve. For more details you can go through the below links:
Building Plugins: Building Plugins
Jive Add ons: Getting Started > Building a Jive Add-On
-
Re: Is it possible develop plugins for Jive in Node.Js
moesingh Mar 23, 2016 7:29 AM (in response to sikkandhar)There's nothing stopping you from making a Jive Plugin that only uses JavaScript. The JavaScript can use jquery's ajax functionality to hit a RESTful Node.JS service (e.g. using Express).
-
Re: Is it possible develop plugins for Jive in Node.Js
sikkandhar Mar 23, 2016 11:06 PM (in response to moesingh)Hi Mohanjit
If jive user defined plugin possible in node.js means there is no samples available in community itself. kindly provide any link that is more useful to start TICKET SUPPORT SYSTEM in jive plugin for my requirement. Most places of search shows example user defined jive plugin in JAVA only.
-
Re: Is it possible develop plugins for Jive in Node.Js
rashedtalukder Mar 28, 2016 9:44 AM (in response to sikkandhar)1 person found this helpfulPlugins must be written in Java, however, if you are only building a web service client, then you don't need a plugin. From your purpose, it would seem that you need to write a plugin -- in java.
-
-