Projects tagged ‘api’ and ‘reflection’


[5 total ]

5 Users
 

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services ... [More] such as file access, streams, threads, synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]
Created over 3 years ago.

0 Users

A reflection RPC framework for Java web-applications.
Created 9 months ago.

0 Users

GWT Reflection is a small framework which give you ability to use reflection API on client side (yes! on browse side!) of application. Google Web Toolkit obfuscate JavaScript so it is not readable for ... [More] application in execution time. So.. it is hard to use any kind of reflection on browser side of application. To make JavaScript reflectable we must create some helper that could memorize class description in compilation time. This description will later (in runtime) help us to manipulate classes, even after obfuscate. Project hosted on sourceforge.net (http://gwtreflection.sf.net) [Less]
Created 12 months ago.

0 Users

Darter aims to be a pure PHP implementation of a PHP API documentation generator. Like Javadoc it generates an API documentation in HTML format. To do this task it uses the PHP Reflection API which ... [More] provides access to the class definitions and their comments. Contributors are welcome! Simply post into our Google Group if your interested in contributing. [Less]
Created 12 months ago.

0 Users

Brui: Bean Reflection User Interface1. OverviewStatus: Brainstorming 1.1. ObjectivesThe framework support the generation of (client side) user interfaces for Java. The framework should work for all ... [More] objects that follow the Java Bean Specification (so-called Pojos – plain old Java objects). In particular, the framework should be able to build forms "on the fly" that can be used to visualize and edit sets of objects and individual objects. The framework should be customizable, as Cascading Style Sheets were to HTML, BRUI will be to Java Swing/SWT components. 1.2. AcknoledgementsThis idea was taken from the second part of an Object Oriented Software Engineering Course (159.707/407) at Massey University. Motivations for making this project was it seemed that the material could be extended beyond the scope of the assignment. Also, it just sounded really cool, and there isn't anything out there that does this already. The original idea was borrowed from Jens Deitrich. 2. ParticipationIf you want to be a part, just drop your name into the wiki somewhere. I'll see you and maybe we can talk. 2.1. RequirementsJ2EE (or JDKv6 with Swing classes, however you get at those javax.swing files) A Maven setup [Less]
Created 12 months ago.