application development framework
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.
Vision Development Package
Vision Development Package - Development installer package more>>
Vision Application Library - binary and headers
Repository Modules - binaries, source code and project files
Example Applications - source code and project files
VisionEditor - binary
XCode project, target and file templates
Maintenance and Uninstall Scripts.
Tcl Web Application Framework 0.3.9
Helps simplify writing Web applications in the Tool Command Language (Tcl) more>> Helps simplify writing Web applications in the Tool Command Language (Tcl)
Tcl Web Application Framework provides the features that form the basis for writing an application, such as sessions, users, privilege separation, and an abstract database interface.
Tcl Web Application Framework is currently under development, but stable for production use.
Tcl Web Application Framework is written in such a way that applications will be able to easily integrate into the framework without having to modify the framework itself, making upgrading the framework without breaking the application possible.
System requirements:
- Tcl
Application Enhancer SDK 2.0.3
Application Enhancer SDK - Development kit to create haxies more>>
Application Enhancer SDK provides great features for everything that is needed to create a fully-functioning APE module. Application Enhancer SDK is used in such well-known products as WindowShade X, FruitMenu, Labels X, and many others.
Includes:
- ApplicationEnhancer.framework containing everything you need to start developing your own APE module.
- Interapplication and intermodule communication facilities.
- Application Enhancer client auto-installing facilities in case you dont want to send user to Application Enhancer homepage.
- Objective-C method and C/C++ function trapping facilities.
- Free technical support. (limited)
- Example extensions with source code, including Metallifizer sources.
Application Enhancer SDK is also available in APE Lite form, which only provides facilities to change Mach-O symbols inside of your running process.
APE Lite SDK is now available freely as a part of the SDK for you to use - you can look at the APELite.h file to get an impression what it can do for you.
However, even though APELite is free to use, it still requires a license agreement.
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.
GNU Development Environment 1.1
GNU Development Environment - Suite of compilers w/CPU simulator and debugger more>>
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.
Visual Component Framework 0.6.5
Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++ more>> Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++
Visual Component Framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD).
The Visual Component Framework framework is designed to be portable over multiple compilers and platforms, so you dont have to lose all that work that went into writing your app for a single platform!
Main features:>
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given objects class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of its parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then youre all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Threads peer class, you can get a handle to the native thread handle itself. For a control, you can access the controls peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
Enhancements:
- This is the very first src release of the Mac OS X port of the VCF. It should build and run some of the examples, but is obviously very much still a work in progress.

Helma JavaScript Web Application Framework 1.6.3
An open source web application framework for fast and efficient scripting and serving of your websites and Internet applications. more>>
Helma is written in Java and employs JavaScript for its server-side scripting environment, removing the need for compilation cycles and reducing development costs while giving you instant access to leverage the whole wealth of Java libraries out there.
Helma offers simple and codeless mapping of application objects to database tables. In addition, an embedded object-oriented database performs automatic data persistence of unmapped objects.
CocoaScriptMenu.Framework 1.0
CocoaScriptMenu.Framework, is an embedable Objective-C framework that adds a Script Menu to any Cocoa Application that uses it more>>
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.
Iris Studios Shared Object Framework 1.0.3
Iris Studios Shared Object Framework - Common set of PHP files more>>
ISSO is a common set of PHP files that would normally have to be duplicated in numerous Iris Studios products because of their high common usage in applications. ISSO works to prevent this duplication by creating a solid and stable framework which can be included in all future products.
Enhancements:
- Added a pre-parse hook to the template processor that allows an additional call-back function to be run on template data [template.php]
- Full paths are now better-hidden in error messages (especially file-system template failure messages) [kernel.php]
- Fixed a bug where template phrases with a double quote would be escaped in the output [template.php].
Log Application Usage 1.1
Log Application Usage is a highly-efficient, high-quality application which is invisible and writes launch and quit times of all applications to the file Log Application Usage.log in the preferences folder. more>> <<less
Bug Reporter Framework 1.1
Bug Reporter contains a framework package that allows you to build a bug reporting system into your applications. Requirements: Mac OS X 10.2.3 or later more>> Bug Reporter contains a framework package that allows you to build a bug reporting system into your applications.
Mac OS X 10.2.3 or later.
Version 1.1 supports submissions via email. This helps to prevent "abuse" or users from "playing" with the reporter, since it will always show their email address and email path.