Tags : Browse Projects

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

Querydsl

Compare

  Analyzed about 10 hours ago

Querydsl is a framework which enables the construction of statically typed SQL-like queries. Instead of writing queries as inline strings or externalizing them into XML files they can be constructed via a fluent DSL/API. The benefits of using a fluent API in comparison to simple strings are ... [More] * code completion in IDE * almost none syntactically invalid queries allowed * domain types and properties can be referenced safely * adopts better to refactoring changes in domain types [Less]

134K lines of code

1 current contributors

3 months since last commit

6 users on Open Hub

Low Activity
5.0
 
I Use This

Rascal MPL

Compare

  No analysis available

Rascal is a domain specific language for source code analysis and manipulation a.k.a. meta-programming. It is currently being developed and tested at CWI. No formal release has been made yet, but there are alpha quality previews available.

0 lines of code

12 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: eclipse

Eclipse Modeling Project

Compare

  No analysis available

The Eclipse Modeling Project focuses on the evolution and promotion of model-based development technologies within the Eclipse community by providing a unified set of modeling frameworks, tooling, and standards implementations.

0 lines of code

0 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
4.5
   
I Use This
Mostly written in language not available
Licenses: eclipse

Eclipse Sirius

Compare

Claimed by Eclipse Foundation No analysis available

Sirius is an Eclipse project which allows you to easily create your own graphical modeling workbench by leveraging the Eclipse Modeling technologies. Based on a viewpoint approach, Sirius makes it possible to equip teams who have to deal with complex architectures on specific domains. A ... [More] modeling workbench created with Sirius is composed of a set of Eclipse editors (diagrams, tables and trees) which allow the users to create, edit and visualize EMF models. [Less]

0 lines of code

15 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: eclipse

Spray

Compare

  No analysis available

The Graphiti framework is a new approach to create highly sophisticated visual editors on top of the GEF framework. Graphiti can easily be integrated with EMF as the domain modeling framework. The creation of visual editors is done in Java, programming against the Graphiti framework API. It is ... [More] fairly simple, but yet repetitive, which makes it a candidate to be supported by the means of model-driven development. This project aims to provide one or more Domain Specific Languages (DSL) (for example with Xtext) to describe Visual DSL Editors against the Graphiti runtime, and provide code generation (for example with Xtend2) to create the boilerplate code for realizing the implementation against the Graphiti framework. Potentially the Spray DSL can be used to generate code for other frameworks [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: eclipse

GraphicsBuilder

Compare

  Analyzed about 23 hours ago

GraphicsBuilder is a Groovy builder for Java 2D. GraphicsBuilder provides an easy way to create Java2D graphics in a similar manner as JavaFX Script but in a groovier way.

9.78K lines of code

0 current contributors

over 11 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

QReal

Compare

  Analyzed about 13 hours ago

Based on our experience of software development and scientific research, conclusions about advantages of using visual modelling during development of large software products were made. Not only Unified Modelling Language but also custom-specific diagrams are used in this proccess. The goal of our ... [More] project is to create a set of diagram editors, extandable with new model types, and a kit of programming technologies based on methodologies of visual modelling and automatic code generation. Technologies of developing information system, design of mobile applications and generation of business processes for document-flow systems are being developed in our team. The working technology prototype was made and some projects were constructed using it. [Less]

223K lines of code

9 current contributors

over 3 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

Slick

Compare

  Analyzed about 17 hours ago

Slick is a modern database query and access library for Scala. It allows you to work with stored data almost as if you were using Scala collections while at the same time giving you full control over when a database access happens and which data is transferred. You can write your database queries in ... [More] Scala instead of SQL, thus profiting from the static checking, compile-time safety and compositionality of Scala. Slick features an extensible query compiler which can generate code for different backends. [Less]

29.7K lines of code

25 current contributors

11 days since last commit

3 users on Open Hub

Moderate Activity
5.0
 
I Use This
Licenses: No declared licenses
Tags dsl query scala

Codeception

Compare

  Analyzed 4 months ago

Codeception is a new full-stack testing PHP framework. Inspired by BDD, it provides you absolutely new original way for writing acceptance, functional and even unit tests.

717K lines of code

98 current contributors

4 months since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This

Ebean ORM / Persistence Layer

Compare

  Analyzed about 21 hours ago

http://ebean-orm.github.io Java Object Relational Mapping Layer. JPA like persistence for Java Objects to relational databases.

282K lines of code

17 current contributors

11 days since last commit

2 users on Open Hub

High Activity
0.0
 
I Use This
Licenses: apache_2, lgpl21_or...