Projects tagged ‘objects’


[48 total ]

1 Users

Eon adds "prototype-oriented object programming" to Emacs Lisp. In this alternative view of object-orientation, there are no classes; instead, objects are cloned from other objects called ... [More] prototypes, from which the new objects may inherit data and behavior. The semantics of inheritance, message passing, and slot lookup are similar to (and in part inspired by) the Io language (see http://iolanguage.com/about/ [Less]
Created about 1 year ago.

1 Users

Implementation of default often using business objects. Today we find many technical application programming interfaces for our programms we develop. But where are the business objects? Many ... [More] things we coding in different applications new, because nothing is to get. BO-API implements business objects for free in different programming languages with identical public interface. [Less]
Created 4 months ago.

1 Users

Multi-Spacial Objects is a framework for developing lightweight real-time replicated objects with relational mappings for distributed systems.
Created about 1 year ago.

1 Users
   

It's a simple program that doesn't use any other modules, and those are easy to test. More often, testing a program completely means faking up input to another module, trying to coax the right output ... [More] from something you're not supposed to be testing anyway. Testing is a lot easier when you can control the entire environment. With Test::MockObject, you can get a lot closer. Test::MockObject allows you to create objects that conform to particular interfaces with very little code. You don't have to reimplement the behavior, just the input and the output. [Less]
Created about 1 year ago.

0 Users

The project aim is to bring flexible Context - BR based engine to a small business client. Main features are - simplify the system analisys by building business objects together with the client - ... [More] a light weight persistance in XML files extendable to Hibernate framework, - provide QA of graphical user cases components by the client during project design - integrate BPEL based business flow management - provide user, group, role context based workflow management - have damn flexible integration policy based on jdbc, expect and simple peep in your application appoach [Less]
Created 12 months ago.

0 Users

The goal with this project is to provide a cleaner and better organized method of writing Javascript classes, than exists currently. In order to do this, a new utility class is created to wrap input ... [More] and generate the resulting class prototype. What we're going for is something along the lines of: Test = new Class({ constructor: function() { // init }, extends: ParentClass, private: { _foo: "bar" }, public: { getFoo: function() { return _foo; }, setFoo: function(value) { _foo = value.toString(); } }, static: { CONSTANT: 100 } });From which we will then instantiate classes the normal way, ala: aTest = new Test(); (Note that this project is simply for the writing of the class itself, not for writing and instantiating classes; those are two different procedures. This is so we have one aggregate place to describe our class, and we don't have to go mucking about with class.prototype.method and so forth) [Less]
Created 12 months ago.

0 Users

The idea behind Ajax Class is to allow creation of cross-browser request objects in order to make Asynchronous/Synchronous HTTP request calls. Basically, it should provide Clean-Easy-Fast OOP way to ... [More] make HTTP request calls. Without wasting developer time in handling of trivial errors while doing the process at the same time giving full control over the process making every bit of it customizable. If you have changes you want to the Ajax Class, send an email to the project owner/s and I/We will add you to the project. [Less]
Created 12 months ago.

0 Users

A provides a framework to author different kinds of tests in a project
Created about 1 month ago.

0 Users

Implementing Algorithm for tracking objects in video source.
Created 12 months ago.

0 Users

JR-Objects it's born as a challenge starting from more than one OOP guidelines or theories that suggest on modeling phase to think at real objects at his characteristics and at his ... [More] comportment.Starting from this idea and from the practice on reengineering and rewriting same objects for different projects (from different realities) this project will try to explore the possibility of having an opensource project and a community that can model and put all together, if this can be possible, of all the common objects that correspond width real objects/things. Here has to be possible to model objects from each domain of activity as: travel, agriculture, finance, engineering etc.As challenge I hope that on this project create a large community that covers a wide range of cases for growing and defining a useful and qualitative model. [Less]
Created 12 months ago.