Giter Site home page Giter Site logo

ryanrutan / jive-sdk-java-springboot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jivesoftware/jive-sdk-java-springboot

0.0 1.0 0.0 165 KB

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

Java 88.44% HTML 4.67% JavaScript 5.22% CSS 1.18% FreeMarker 0.49%

jive-sdk-java-springboot's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.