Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 10

An agile dynamic language for the Java Platform with many features that are inspired by languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Developing web applications , writing shell scripts easily, writing concise, meaningful, test cases ... [More] using Groovy's JUnit integration, or prototyping and producing real industrial strength applications have never been so concise and groovy. [Less]

4.5875
   
  3 reviews  |  264 users  |  259,844 lines of code  |  32 current contributors  |  Analyzed 2 days ago
 
 
Compare

Java programming language which was designed for use with the Java Platform. Programming languages are typically outside of the scope of the phrase "platform", although the Java programming language is listed as a core part of the Java platform. The language and runtime are therefore ... [More] commonly considered a single unit. Java ME (Micro Edition): Specifies several different sets of libraries (known as profiles) for devices which are sufficiently limited that supplying the full set of Java libraries would take up unacceptably large amounts of storage. Java SE (Standard Edition): For general purpose use on desktop PCs, servers and similar devices. Java EE (Enterprise Edition): Java SE plus various APIs useful for multi-tier client-server enterprise applications. [Less]

4.54286
   
  0 reviews  |  202 users  |  0 current contributors
 
 

Open-source version of Java Development Kit for Java Platform Standard Edition.

4.54386
   
  0 reviews  |  198 users  |  5,742,992 lines of code  |  178 current contributors  |  Analyzed about 6 hours ago
 
 

Grails aims to bring the "coding by convention" paradigm to Groovy . It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details ... [More] or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community. [Less]

4.58824
   
  0 reviews  |  189 users  |  296,418 lines of code  |  47 current contributors  |  Analyzed 3 days ago
 
 

Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It is also fully interoperable with Java.

4.81159
   
  0 reviews  |  178 users  |  298,240 lines of code  |  101 current contributors  |  Analyzed 3 days ago
 
 

JRuby is an 100% pure-Java implementation of the Ruby programming language. JRuby is the effort to recreate the Ruby interpreter in Java. JRuby is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.

4.58065
   
  1 review  |  82 users  |  1,209,438 lines of code  |  85 current contributors  |  Analyzed 7 days ago
 
 

Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency (STM). It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.

4.76667
   
  0 reviews  |  61 users  |  62,424 lines of code  |  26 current contributors  |  Analyzed 6 days ago
 
 

Jython is a Java implementation of the Python programming language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is a very seamless and smooth integration with Java: from Python you have complete access to all Java ... [More] libraries, can build applets, can integrate with Java beans, and can subclass Java classes in Python and vice versa. Like Python, and unlike Java, Jython can also be used interactively: just type some Jython code at the prompt and see the results immediately. [Less]

4.0
   
  1 review  |  55 users  |  1,118,379 lines of code  |  16 current contributors  |  Analyzed 2 days ago
 
 

ASM

Compare

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as ... [More] BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. [Less]

4.78571
   
  1 review  |  34 users  |  93,570 lines of code  |  3 current contributors  |  Analyzed 9 days ago
 
 
Compare

Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of ... [More] abstraction. Akka is here to change that. Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provides a better platform to build correct concurrent and scalable applications. For fault-tolerance we adopt the "Let it crash" / "Embrace failure" model which have been used with great success in the telecom industry to build applications that self-heals, systems that never stop. [Less]

4.81818
   
  0 reviews  |  21 users  |  107,241 lines of code  |  59 current contributors  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.