Skip to content

jivesoftware/jive-sdk-java-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of the Jive SDK using Java w/SpringBoot. For questions about this project, please visit the Jive Developer Community

Pre-Requisites

  1. Install Git (needed for cloning and contributing)
  2. Install Maven 3.3.x
  3. Install Java 8 SDK

Getting Started

This SDK is more of a boiler plate application that gets your service up and running and FAST.

Before you get started, make sure your default Java Runtime is Java 8. You can execute java -version to confirm. (see Mac Commands below for possible help)

To get started, simply perform the following steps:

  1. git clone https://github.com/jivesoftware/jive-sdk-java-springboot.git
  2. cd jive-sdk-java-springboot
  3. Configure Service + JPA settings in /src/main/resources/application.properties
  4. mvn spring-boot:run

Congrats, your Jive Add-On Service is should now be running with an embedded Tomcat container! Now we just need to link a Jive Instance to it!


Java Environment Tip & Tricks

Mac Tricks

To switch your Terminal Java Runtime back to Java 8, use:

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

To switch your Terminal Java Runtime back to Java 7, use:

export JAVA_HOME=`/usr/libexec/java_home -v 1.7`

To switch your Terminal Java Runtime back to Java 6, use:

export JAVA_HOME=`/usr/libexec/java_home -v 1.6`

Windows Tricks

TODO:

Linux (Ubuntu/CentOS/RHEL/SUSE/etc..) Tricks

TODO:


Deployment Instructions

Instructions for deploying on Google Cloud Platform

  • TODO - Instructions

Supports

  • Jive Signature Validation
  • Jive Signed Fetch Validation
  • Add-On Register/Unregister
  • Add-On Configuration Register/Unregister
  • Tile Register/Unregister
  • Static App + Custom View Tile Hosting

Need:

  • Support for Tile Data Pushes
  • Support for Jive API Client
  • Support for Jive Analytics Client
  • Unit Tests that can be run to insure that services haven't changed between versions

About

This is an example implementation of a Jive add-on server built and written in Java with SpringBoot + JPA + ThymeLeaf. For more details on Jive add-ons, please check out the https://community.jivesoftware.com/community/developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published