java framework
Jdon Framework 5.6
Free and open source Java framework for developers Jdon Framework is a rapid lightweight Java web application framework that combines with Evans DDD and Ioc/AOP that supports POJOs autowiring more>> Free and open source Java framework for developers
Jdon Framework is a rapid lightweight Java web application framework that combines with Evans DDD and Ioc/AOP that supports POJOs autowiring.
Jdon = DDD + IOC/DI + AOP + CRUD + CACHE
NOTE: Jdon Framework is licensed and distributed under the terms of the Apache License V2.0.
System requirements:
-
Enhancements
- Using annotation instead of interfaces such as ModelIF or Poolable.
SMS Framework A4
SMS Framework - Decode SMS messages in PDU format more>>
It is available under the LGPL and hence the full source code is provided. Instructions on how to use the framework are included in the XCode project.
Enhancements:
- Fixed bug that became apparent in 10.4.5 affecting international users.
- Framework is universal.
AUGUI Framework 1.7
AUGUI Framework - set of classes for editing views for Mac OS X Audio Units more>>
The classes are based on the HIFramework and on the AudioUnit SDK provided by Apple.
Enhancements:
- Support for MIDI Learn
- Control classes updated for using latest HIFramework.
DOM Framework 2.0
DOM Framework - Cocoa framework for XML data more>>
Enhancements:
- Huge API-changes. I have rethought some parts of the framework, and changed added, removed and changed names of methods everywhere. Sorry, but it had to be done. Youll get a ton of build errors if you try to recompile with the new version.
- The core of the framework now consist of a set of protocols that define the DOM API, and a corresponding set of classes that implement that API.
- Rewrote the XPath engine, now compiles expressions. Handles most things, but still a bit short on predicates (although only quite complex predicates, or predicates with functions and calculations in them fail).
- New namespace handling, which works.
- New parser/builder architecture.
- New builder built on top of the widely used XML-parser Expat, as well as a simple plug-in architecture for builders. It works much better than the old CoreFoundation builder.
- Support for alternative implementations of the core node classes, and mixing of implementations.
- The outputter can render elements inlined (no newline before or after).
- Added a document fragment class.
- Added some classes for encapsulation traversals of the DOM tree.
- Rewrote the formatter with the new traversal classes.
- New postprocessor API (for handling things like XInclude).
Java Wiki Bot Framework 1.2 Build 178
A program that helps with wiki (MediaWiki) site management Java Wiki Bot Framework helps with wiki (MediaWiki) site management more>> <<less
Application Framework 1.0
Application Framework - Starting point for applications with multiple document windows more>>
Do you want to maintain a menu that shows a list of the open windows?
Do you have documents that you need to save when closed and thus need to write code that asks the user whether he wants to save, discard or cancel?
Then get TTs App Frame. It is a RB1 compatible project with documented source code that takes care of all this for you.
QALL-ME Framework 0.9.5
SOA based framework for Mac OS X QALL-ME Framework is a SOA-based framework for mutlilingual question answering (QA) systems that answer natural language questions with the help of a domain ontology more>> SOA based framework for Mac OS X
QALL-ME Framework is a SOA-based framework for mutlilingual question answering (QA) systems that answer natural language questions with the help of a domain ontology and structured answer data sources from freely specifiable domains.
Note: QALL-ME Framework can be distributed only under the terms of the Apache License.
Enhancements
- Improve internal structure of the file release package (#8, Iustin Dornescu, Christian Spurk)
- Fix for MS Internet Explorer not recognizing the encoding of documentation pages (#9, Christian Spurk)
- NEWS file added (Christian Spurk)
PYMIDI Framework 1.1
PYMIDI Framework - Set of classes and utility functions for communicating via MIDI more>>
It provides a nice Objective-C interface to the basics of CoreMIDI while still allowing you to access the underlying CoreMIDI objects for advanced stuff.
It makes a couple of normally difficult things very easy: generating good human readable endpoint names, saving references to endpoints in files, etc.
Migration Framework 1.2.0
An application and development framework to support import and export processes more>>
Enhancements: This package contains the main components of the framework (the Pipeline) along with some basic plugins.
PowerPlant Frameworks 2.2
PowerPlant Frameworks - Open Sourced PowerPlant Framework more>>
This framework has been released to open source by Freescale.
Enhancements:
- Initial Release PowerPlant Sources and Constructor.
Template.framework 1.0
Template.framework - Open source template framework more>>
It is currently used by StartupItem Manager to create the property list and shell scripts used in the StartupItems it creates.
CoreVF Framework SDK 0.1.8
The developer CoreVF SDK, a simple video image filter engine framework CoreVF Framework SDK is a developer preview of CoreVF, simple video image filter engine SDK more>> The developer CoreVF SDK, a simple video image filter engine framework
CoreVF Framework SDK is a developer preview of CoreVF, simple video image filter engine SDK.
Example plug-in, test(SDK template), frameskip(LGPL) are inclded. Some GPLed filter ports are also available. (yadif, postproc)
CoreVF Framework SDK currently provides only planar YUV 420.
Enhancements
- leakkerneldeint: Initial release. Port of leankerneldeint AviSynth filter. / CoreVF Framework: Support c-style comment(/*...*/) in param string. / yadif,dgbob,conv422420: Update for odd height handling.
UML Statechart Framework 0.9.4
Program that implements UML statecharts in C++ and Java UML implements UML statecharts in C++ and Java more>> Program that implements UML statecharts in C++ and Java
UML implements UML statecharts in C++ and Java. Next to the standard elements of FSMs, hierarchical and concurrent states are as well supported as pseudostates, segmented transitions, timed events and an eventqueue using a thread pool.
Main features:
- Very easy to use API (See documentation for details)
- Implemented in C++ and Java
- Does require only a very small amount of memory
- Complete object-oriented design (all elements are real objects)
- Parallel usage of the statechart infrastructure. Runtime specific data is encapsulated in a small object.
- Support for many elements of statecharts
- Simple, hierarchical and concurrent states
- Start and final states
- History and deep-history pseudostates in hierarchical states
- Fork- and join pseudostates for concurrent states
- Segmented transitions using junction points
- Transitions can cross borders of composite states (implicit entry/exit)
- Entry, do and exit actions in states
- Events, guards and actions for transitions
System requirements:
- Java
Enhancements
- Fixed a ConcurrentModificationException bug when handling timeout events.
- Fixed shutdown procedure when the created threads are non-deamon threads.
Droplet Framework 1.0.2
Droplet Framework - A framework for creating AppleScript Droplets more>>
The framework is in the form of a Script Editor stationary file. Also included are some example droplets, all built on the framework in under a minute each.
Authorization.framework 1.0
Authorization.framework - Objective-C wrapper around OS X Security API more>>
It is simply a convinience class. I didnt like having all those Security framework calls all over the place in my code and came up with this to clean things up and make using the Security framework features easier.