Tags : Browse Projects

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

entreri

Compare

  No analysis available

Entreri is an entity-component framework for Java. See http://t-machine.org/index.php/2007/09/03/entity-systems-are-the-future-of-mmog-development-part-1/ for information on entity-component systems.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-2-Clause

dcl-js

Compare

  Analyzed about 15 hours ago

A minimalistic yet complete JavaScript package for node.js and modern browsers. It implements OOP with mixins + AOP at both “class” and object level.

7.1K lines of code

2 current contributors

almost 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: Academic_..., BSD-3-Clause

Go! AOP PHP

Compare

  Analyzed about 17 hours ago

Go! Aspect-Oriented PHP framework Go! is a modern library based on OOP and AOP paradigms. It allows developers to add support of AOP to every PHP application. Go! doesn't require any PECL-extentions, it neither uses any dark magic of Runkit nor evals, the library doesn't use DI-containers. The ... [More] code with weaved aspects is fully readable and native, it can be easily debugged with XDebug. You can debug either classes or aspects. The main advantage of Go! is that potentially it can be installed in every PHP-application, because you don't have to change the application source code at all. [Less]

20.5K lines of code

12 current contributors

11 days since last commit

1 users on Open Hub

High Activity
5.0
 
I Use This

Compose*

Compare

  No analysis available

Compose* (or: ComposeStar) is a project that aims at enhancing the power of component- and object-based programming, so that software becomes easier to structure and modularize, hence easier to develop, maintain and extend. In particular, Compose* offers aspect-oriented programming (http://aosd.net) ... [More] through the composition filters model (http://trese.cs.utwente.nl/oldhtml/composition_filters/). [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

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

Handy Aspects

Compare

  Analyzed about 22 hours ago

A small collection of reusable aspects for use in J2SE applications.

1.1K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

LightInject

Compare

  Analyzed about 16 hours ago

An ultra lightweight zero config Inversion of Control Container

16.3K lines of code

3 current contributors

8 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

TypePipe

Compare

  Analyzed about 22 hours ago

TypePipe allows you to modify existing CLR types using a simple, expression-based API. Modifications from several tools and libraries (AOP, IoC etc.) can be combined. Types are generated via Reflection.Emit or user-defined back-ends.

161K lines of code

1 current contributors

9 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

jquery-aop

Compare

  No analysis available

jQuery plugin to add features of aspect-oriented programming (AOP) to jQuery. Introduction ============ jQuery AOP is a very small plugin that adds AOP features to javascript. It allows to add advices (Before, After, After Throw, After Finally, Around and Introduction) to any global or ... [More] instance object. Features ======== - Allows to add Before, After, After Throw, After Finally, Around and Introduction advices. - Allows to define point-cuts using regex to match multiple methods. - Works with global function and object methods. - Advices can be removed after being applied. - Just 1091 bytes! (Packed and Gzipped) - Integrated into jQuery. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

Byte Buddy

Compare

  Analyzed about 8 hours ago

Byte Buddy is a code generation library for creating Java classes during the runtime of a Java application and without the help of a compiler. Other than the code generation utilities that ship with the Java Class Library, Byte Buddy allows the creation of arbitrary classes and is not limited to ... [More] implementing interfaces for the creation of runtime proxies. [Less]

195K lines of code

13 current contributors

1 day since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This

JDeveloperAOP

Compare

  No analysis available

This project looks at bringing support for AOP to Oracle's primary development tool. The first aim of this project is to provide first class support for AspectJ, and henceforth dynamic AOP implementations.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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