Code Monkey home page Code Monkey logo

coffee's Introduction

coff:ee

A coff:ee egy JavaEE framework, melynek célja, hogy az enterprise világ gyakori algoritmusait összegyűjtse, azokra egy alapvető megoldást nyújtson, melyet, ha szükséges saját igényeinkre szabhatunk.

A projekt ezeken a technológiákon alapszik:

  • JAVA EE 8+

  • Java 11+

  • CDI 2.0+

Bővebb leírás a coff:ee dokumentáció oldalon található.

Maven central

A coff:ee megtalálható az official maven repository-ban is, a projekten elég behúzni a BOM-ot mely minden almodult lekezel:

dependencyManagement beállítások
<dependencyManagement>
    <dependency>
        <groupId>hu.icellmobilsoft.coffee</groupId>
        <artifactId>coffee-bom</artifactId>
        <version>${version.hu.icellmobilsoft.coffee}</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>
modulok használata
<dependencies>
    <dependency>
        <groupId>hu.icellmobilsoft.coffee</groupId>
        <artifactId>coffee-cdi</artifactId>
    </dependency>
    <dependency>
        <groupId>hu.icellmobilsoft.coffee</groupId>
        <artifactId>coffee-dto-impl</artifactId>
    </dependency>
    <dependency>
        <groupId>hu.icellmobilsoft.coffee</groupId>
        <artifactId>coffee-model-base</artifactId>
    </dependency>
    <dependency>
        <groupId>hu.icellmobilsoft.coffee</groupId>
        <artifactId>coffee-jpa</artifactId>
    </dependency>
    ...egyéb coff:ee modulok...
</dependencies>

Bővebb leírás a coff:ee dokumentáció oldalon található.

Copyright © 2020 i-Cell Mobilsoft Zrt.

coffee's People

Contributors

rombow avatar martin-nagy avatar petrenyi-mark avatar jhamrak avatar balazs-joo avatar tamkarcsi avatar speter555 avatar cserhatit avatar czenczl avatar magyari-adam avatar dependabot[bot] avatar mate-biro avatar jkelemen87 avatar csabasuli avatar akbence avatar bucherarnold avatar pethical avatar caroberto 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.