Skip to content

Bridje Web

Alejandro Ferrandiz Fonseca edited this page May 7, 2016 · 15 revisions

Introduction

Bridje Web can be used with maven from central repository.

    <dependencies>
        ....
        <dependency>
            <groupId>org.bridje</groupId>
            <artifactId>bridje-web</artifactId>
            <version>0.2.1</version>
        </dependency>
        ....
    </dependencies>

Bridje Web provides a two commons approach for creating web applications, a Model-View-Controler and a View-Components framework. You may use both of thees to easily create web applications. The framework is still in a very early state, this page will be updated with the new features of the framework as it evolves.

Clone this wiki locally