GithubHelp home page GithubHelp logo

volkan05 / teaching-heigvd-amt-framework-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from softeng-heigvd/teaching-heigvd-amt-framework-sdk

0.0 1.0 0.0 4 KB

The SDK to build business services for the AMT framework

Java 100.00%

teaching-heigvd-amt-framework-sdk's Introduction

Teaching-HEIGVD-AMT-Framework-SDK

This repo was created to facilitate the implementation of third-party services that can be added to the AMT Framework Server (see this repo.

Procedure

1. Fork this repo

2. Refactor the package and class names

  • In this repo, we have created a simple JokesService in the com.wasabi package. Rename these two elements with your own values.

3. Modify the unit tests

  • Observe that the JokesServiceTest class extends ServiceTest, a class that is part of the SDK and that performs a couple of tests for you.
  • Add test methods to fully test the logic of your service (instead of the itShouldProvideATellJokeOperation placeholder).

4. Implement the service

  • Implement the execute and getHelpMessage methods in your service class.

5. Build your project and share your .jar file

  • The person running the AMT framework will add your .jar file in the third-party-libs to be able to use it.
  • Depending on the version of the framework, the person will either have to update the framework code to load your class or to update a configuration file.

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.