Projects tagged ‘jruby’ and ‘library’


Jump to tag:

Projects tagged ‘jruby’ and ‘library’

Filtered by Project Tags jruby library

Refine results Project Tags java (5) ruby (4) rubygem (3) gui (3) swing (3) json (2) web (2) ui (2) serialization (2) cross-platform (2) gui_framework (2) ajax (2)

[6 total ]

4USERS
 

JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java. Includes support for Groovy and JRuby as well.

2USERS
 

Monkeybars is a library enabling you to write GUI applications using JRuby and Swing. You can build your GUI in any editor so that you can have an application that is designed using modern tools but has all the logic contained within Ruby.

1USERS

JtestR is a tool that will make it easier to test Java code with state of the art Ruby tools. The main project is a collection of Ruby libraries bundled together with JRuby integration so that running tests is totally painless to set up. The project ... [More] also includes a background server so that the startup cost of JRuby can be avoided. Examples of Ruby libraries included are RSpec, dust, Test/Unit, mocha and ActiveSupport. The vision of the project is to be the testing tool of choice for Java projects, offering nice Ant, Maven and buildr integration. It will also support integration testing with common Ruby libraries like Ruby/LDAP and ActiveRecord, while still providing access to Java libraries and helpers. [Less]

0USERS

Profligacy is a JRuby library that makes building Swing Graphical User Interface much easier than with Raw code. It’s not a builder as with many other projects, but instead a simple Ruby way to structure the UI for the 80% common cases you’ll encounter.

0USERS

Cheri is a framework for creating builder applications; that is, applications that build or represent hierarchical, tree-like, structures, using a declarative syntax. Cheri includes a number of builders based on the framework, as well as a ... [More] builder–builder for easily creating new builders or extending existing builders. Cheri also comes with a demo application, Cheri::JRuby::Explorer (CJX), that is built using two of the supplied builders (Cheri::Swing and Cheri::Html). [Less]

0USERS

JSON-JRuby is a port of Florian Frank's native json library to JRuby.