GithubHelp home page GithubHelp logo

caessard / banten Goto Github PK

View Code? Open in Web Editor NEW

This project forked from waabox/banten

0.0 0.0 0.0 603 KB

Banten is a modular web application framework based on SpringBoot!

JavaScript 0.01% Java 97.81% CSS 0.12% HTML 0.15% FreeMarker 1.92%

banten's Introduction

Banten

Build Status

What is Banten?

Banten is a modular application Framework, based on Spring-Boot. http://projects.spring.io/spring-boot/

Banten focus in perform deep transversals cuts of funcionality called "Module".

Creating a new Application with Banten!

The only thing you need to do, is extend the BantenApplication class, providing the modules that you want to use. This will create the Spring's Application Context.

  public class SampleApplication extends BantenApplication {
    @Override
    protected Bootstrap bootstrap() {
      return new Bootstrap(
        ModuleA.class,
        ModuleB.class
      );
    }
    
    @Override
    public void init(final ModuleApiRegistry registry) {
      // here you should configure modules "application wide"
    }
    
  }

Your pom.xml

Yes, we are in maven central! ( http://search.maven.org/#search%7Cga%7C1%7Corg.waabox.banten ).

The list of deployed artifacts

  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-core</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-test-support</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-hibernate</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-hazelcast</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-elasticsearch</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-camel</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-shiro</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-web</artifactId>
    <version>1.0</version>
  </dependency>
  <dependency>
    <groupId>com.avenida.banten</groupId>
    <artifactId>banten-login</artifactId>
    <version>1.0</version>
  </dependency>

banten's People

Contributors

waabox 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.