| Projects on Google Code | Results 1 - 10 of 10 |
=What is it?=
Mixins are classes that provide a specific capability to their children. Code written using mixins builds up functionality by collecting together mixins to form a concrete class that inherits the functionality of all of its parents. This can be a powerful technique for removing dupl...
Some languages provide mixins as first class language features. This project ads mixins to Java without requiring a preprocessor (e.g. JAMIE - http://www.cs.virginia.edu/~evans/cs655-S00/readings/viega.pdf ) or a language extension (e.g. AspectJ)
This project allows a Google AppEngine developer to quickly and easily add URL-ready slugs to entities in the DataStore.
Taggable provides a Python mixin class that you can add to any class that already inherits from Google AppEngine's db.Model class. Tags are stored efficiently in a separate Model, and any number of Models can use Taggable simultaneously.
We created Uber Tools because we needed code to help us work with multiple frameworks and libraries for our projects. Uber Tools lets you do just that, it acts as a meta library for glueing together your existing code.
For now we've put the wiki docs here:
http://sdn.seagullsystems.com/trac/se...
Usability is not in the obvious things, has nothing to do with smooth visual effects, has nothing to do with feature-sets and rarely can be created in any server-side language, like Java.
Tapestry 5, in my opinion, is the unsurpassed champion in allowing me to create customized components for its...
=[http://code.google.com/p/metasploit-java-compilation-mixin/ Metasploit Java Compilation mixin]=
The Java compilation mixin for Metasploit enables to compile Java code (Java applets) on-the-file from Metasploit modules. This mixin is used mainly for writing exploit and auxiliary modules that exp...
= [http://www.mixin.com http://mixin.googlecode.com/svn/wiki/static/logo.png] API documentation =
Welcome on the developers' documentation site of [http://www.mixin.com mixin.com].
*Warning*: our API is still in beta stage. There is no guaranty about stability of the API for now. We use our AP...
JsKiss means Keep It Simple JavaScript!
JSKiss这个项目,是我计划中的JavaScript库。它将是简单明了的JavaScript库,提供足够的API。另外,还将开发一套轻量级的UI组件。
它将使用JSON2和JQuery库作为基本库,同时添加很多使用API和UI组件。
=Easy wrappers, partial implementations, and multiple inheritance with CGLIB=
The following articles are addressed to experienced developers who are familiar closely with Java Reflection but feel that it is not fully meet their requirements. If you don't feel uncomfortable using standard Java fe...