Git Product home page Git Product logo

libraryapi-java's Introduction

Library API

Library API is a simple Java library. It helps in everyday tasks, such as

  • processing borrows, returns of books,
  • managing library's users,
  • keeping watch of the requests of books, which users would like to read.

Prerequisites

Supported Java environments:

  • Java SE Runtime Environment 7 or higher
  • Java Development Kit 7 or higher (for compiling)

Installation

To use Library API you need to download its latest version. [link] The download is Library.jar file. Once you add it to your classpath, you will be able to use the API. All the public API methods can be found in API Specification. [link]

IDEs

You can also download corresponding "-sources" file, which is a jar file of the source code suitable for linking to the jar file in IDEs such as Eclipse or IntelliJ IDEA. [link]

Implementation

The Library class can be instantiated and used as simple as that:

import se.lib.*;

class YourClientClass {
    
    //some fields...
    
    Library lib = new Library();
    
    //some other methods...
    
    void yourLibraryMethod() {
        lib.addUser("John Doe");
        lib.newRequest("Clean Code", "Uncle Bob", "0-123456789-10");
    }
}

Sourcecode

In order to get the sourcecode please unzip the Library-sources.jar to get the plain .java files of se.lib package.

libraryapi-java's People

Contributors

piotrekwitkowski avatar reflectored avatar

Watchers

 avatar  avatar  avatar  avatar

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.