Code Monkey home page Code Monkey logo

bbq's Introduction

bbq

What is it?

bbq is an application framework for developing responsive, dynamic data-centric applications to be run in a web browser. It is made of several modules:

Can has documentation?

See the bbq documentation site

The JavaScript UI library.

A unit testing framework used to do automated testing of bbq based applications.

Takes the contents of numerous JavaScript, CSS and i18n files and joins them together for fast download.

Ties the UI library, compiler and test suite together for use in CI builds.

Some convenience controllers and other niceties to aid working with the Spring framework.

Reusable classes to help when developing AJAX based form authentication against Spring Security.

A Maven Archetype quickstart project

## How do I get it?

Add the following repositories to your maven project:

The new repo details are:

<repositories>
	<repository>
		<id>achingbrain-releases</id>
		<url>http://achingbrain.github.com/maven-repo/releases</url>
	</repository>
	<repository>
		<id>achingbrain-snapshots</id>
		<url>http://achingbrain.github.com/maven-repo/snapshots</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</repository>
</repositories>

and the for the plugin repositories…

<pluginRepositories>
	<pluginRepository>
		<id>achingbrain-releases</id>
		<url>http://achingbrain.github.com/maven-repo/releases</url>
	</pluginRepository>
	<pluginRepository>
		<id>achingbrain-snapshots</id>
		<url>http://achingbrain.github.com/maven-repo/snapshots</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</pluginRepository>
</pluginRepositories>

See the bbq-maven-plugin readme for details of how to set up the compiler.

bbq's People

Contributors

achingbrain avatar alanshaw avatar

Stargazers

Liam Wooding avatar

Watchers

Liam Wooding 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.