Skip to content
forked from hombre/twibs

Twibs is a suite of utility classes to ease the development of internet applications with scala.

Notifications You must be signed in to change notification settings

herberlin/twibs

 
 

Repository files navigation

Utility classes to ease the development of internet applications with scala.

Overview

  • AJAX Forms defined in Scala
  • pure server side form validation
  • runtime server side JS/CSS Compression and LESS processing
  • complex inheritable translation mechanism

License

The license is Apache 2.0, see LICENSE-2.0.txt.

Binary Releases

Can be found on Maven Central (Java 7 and Scala 2.10).

<dependency>
    <groupId>net.twibs</groupId>
    <artifactId>twibs-*</artifactId>
    <version>0.12</version>
</dependency>

API docs

Are published on Maven Central.

Build

Is done with plain maven.

Java and Scala version

Currently the library is maintained against Java 7 and Scala 2.11.

What twibs can do for you

See the modules description for details.

About

Twibs is a suite of utility classes to ease the development of internet applications with scala.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.7%
  • Scala 27.7%
  • HTML 10.9%
  • CSS 10.6%
  • PHP 0.1%