Main > Free Download Search >

Free framework 1.1 software for linux

framework 1.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2524
PIC USB Framework 1.1

PIC USB Framework 1.1


PIC USB Framework is a USB application framework dedicated to Linux. more>>
PIC USB Framework is a USB application framework dedicated to Linux (on the host side) and to the PIC 18F4550 family of microcontrollers (on the device side).
PUF includes: a bootloader that can flash the PIC application through the USB, a PIC demo and its corresponding application on the host side, and docker, the host-side flash programming utility.
The PUF also contains gputils and sdcc as cross-building tools, and odyssey 0.4vasco as a parallel port PIC programmer.
Enhancements:
- sdcc optimization flags are now switched on by default.
- A component library (including a console mechanism and a small real time scheduler) has been added to help building user applications.
- Tools have been upgraded to automake 1.9.6, autoconf 2.59d, sdcc snapshot 4482, odyssey 0.5, and gputils 0.13.4.
- The applications size has been optimized.
<<less
Download (4.3MB)
Added: 2007-01-01 License: LGPL (GNU Lesser General Public License) Price:
1032 downloads
Neural Net Framework 1.1

Neural Net Framework 1.1


Neural Net Framework is a library that implements multilayer feed-forward neural networks. more>> <<less
Download (0.065MB)
Added: 2005-07-23 License: LGPL (GNU Lesser General Public License) Price:
1558 downloads
Echo Web Application Framework 1.1.4

Echo Web Application Framework 1.1.4


Echo Web Application Framework is an object-oriented, event-driven Web application framework. more>>
Echo is a framework for developing object-oriented, event-driven Web applications.
Echo removes the developer from having to think in terms of "page-based" applications and enables him/her to develop applications using the conventional object-oriented and event-driven paradigm for user interface development.
Knowledge of HTML, HTTP, and JavaScript is not required. Echo is open-source software distributed under the terms of the Mozilla Public License or the GNU LGPL License.
Enhancements:
- Version 1.1.4 adds support for specifying the order of tab-based navigation of components. The release also fixes bugs reported in previous versions, including the issues discovered with setting component focus.
<<less
Download (0.80MB)
Added: 2005-05-05 License: LGPL (GNU Lesser General Public License) Price:
1635 downloads
Azuki Framework 1.0.1

Azuki Framework 1.0.1


Azuki Framework is a Java application framework designed to resolve various problems in the software development lifecycle. more>>
Azuki Framework project is a Java application framework designed to resolve various problems in the software development lifecycle. These goals are achieved by splitting the software conception into two main stages: creation of independent components and definition of component dependencies (weaving).

The latter is performed with a graphical tool named "the weaver". By representing component interactions using different perspectives, the weaver provides a straightforward way to analyze an applications architecture, allowing deep and easy customization of its behavior.

Whats New in This Release:

azuki-ant
(ADD) Copy $beanproject/tools into $dist/tools directory when deploying
bean.
(ADD) Additional sources files could be specified into checkbuildXXX
macros.

azuki-common
(FIX) Missing characters into StringUtil.splitQuote().
(ADD) SQL_MAX_ROWS global variable for sql query limitation.
(ADD) SQL utility class.
(ADD) Possibility to enable/disable filters on document and text fields.

azuki-framework
(FIX) New method to retrieve framework version.

azuki-weaver
(FIX) Dont show Definition menu entry in pointcut popup menu.
(FIX) Enable status was not displayed correctly into schemas.
(FIX) Check if bean instance is duplicated before renaming.
(FIX) Automatically set a new label when pasting a bean instance.

dist
(FIX) Do not start azuki shell server by default (kernel.xml).
(FIX) Invalid commons-codec library name in CLASSPATH.
(FIX) Set up JNDI and SOAP implementation in shell script .sh and .bat.
(ADD) Create directory $dist/tools.

bean-apportal
(FIX) Display framework version.
(FIX) Bean indentifier retrieval doesnt take care of root context.

bean-gwt
(DEL) Removed, will be included from future 1.1 branch releases.

bean-injection
(FIX) Add some comments.
(FIX) Include arrays in method parameters conversion.
(FIX) Include primitive types in method parameters conversion.

bean-logger
(FIX) Take care to not close the System.err stream when using the
java.util.logging API.
(FIX) Move SQL sources into tools directory.

bean-requesthandler
(FIX) Use the servlet context path for set up the base URI.
(FIX) Throws exception when trying to bind an already binded URI.

bean-shell
(FIX) Null pointer while searching bean metadata in TCP request processing.
(FIX) Move C program sources into tools directory.

<<less
Download (11.5MB)
Added: 2007-08-08 License: LGPL (GNU Lesser General Public License) Price:
809 downloads
EmanonPHP Framework 1.0

EmanonPHP Framework 1.0


EmanonPHP Framework is a framework developed in PHP which uses a .NET-like convention for calling classes. more>>
EmanonPHP Framework is a framework developed in PHP which uses a .NET-like convention for calling classes.

<<less
Download (0.10MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
986 downloads
Zend Framework 1.0.0

Zend Framework 1.0.0


Zend Framework is a powerful high-quality open-source framework focused on developing modern Web Applications and Web Services. more>> <<less
Download (3.1MB)
Added: 2007-07-02 License: Other/Proprietary License Price:
849 downloads
Vida Framework 0.7.1

Vida Framework 0.7.1


Vida is a PHP5 MVC (Model View Controller) framework. more>> <<less
Download (1.3MB)
Added: 2006-03-17 License: LGPL (GNU Lesser General Public License) Price:
1317 downloads
Aranea framework 1.2.2

Aranea framework 1.2.2


Aranea is an Open Source Java Hierarchical Model-View-Controller Web Framework. more>>
Aranea framework 1.2.2 is professionally designed as an Open Source Java Hierarchical Model-View-Controller Web Framework that provides a common simple approach to building the web application components, reusing custom or general GUI logic and extending the framework.

The framework enforces programming using Object-Oriented techniques with POJOs and provides a JSP tag library that facilitates programming web GUIs without writing HTML.

Major Features:

  1. Small core:
    Aranea core consists of ca. 10 interfaces, some conventions concerning how to use them and a number of default or base implementations.
  2. Component-oriented:
    In Aranea everything is a component and everything is reusable, the framework itself is assembled from a number of components with specific responsibilities. The framework itself is assembled from a number of components with specific responsibilities and programmer also writes the code in terms of components. The components have very simple interface which has about 4-6 methods.
  3. Event-driven:
    The whole programming model is based on components reacting to events generated by the user. One typically doesnt have to deal with request or determine what button was pressed since the event handler just calls the appropriate listener or method.
  4. Plain Old Java:
    The components in Aranea are pure Java objects supporting polymorphism, inheritance and encapsulation.
  5. Explicit state management:
    Aranea component fields are persistent and framework will automatically determine component lifecycle without limiting to any scopes.
  6. Powerful navigation:
    Aranea out-of-the-box supports the so called flows and flow nesting, which allows to create nested processes that preserve the previous process state and restore it when finished.
  7. Type safe:
    Since there is no playing around with session attributes and no XML mappings the Java compiler is able to verify that all types and classes match and navigating between components is as easy as holding Ctrl and clicking.
  8. Secure:
    Since components are created explicitly when needed and removed when they are needed no more there is no need to protect the controller URLs with roles or privileges.
  9. Testable:
    Testing pure Java is as easy as it sounds, and there is no need for any J2EE containers. And since Aranea can be used with Dependency Injection containers like Spring, it makes testing even easier.
  10. AJAX-ready:
  11. Aranea supports natively both partial page updates and AJAX-enabled components like autocompletion search boxes. Aranea can also be used as a controller for a purely AJAX application.

Enhancements

  • Features and Improvements:
    • TabContainerWidget can add tab-switch-listeners
    • Add FileInfo.getFileName() to return the file name without path
    • Add AJAX file upload support
    • Add JavaScript page pre/post submit event listeners
    • Divide dependencies into smaller groups (Ivy)
  • Bugfixes:
    • Wrong Modal dialog position in IE (7.0)
    • StandardOverlayContainerWidget must init overlayChild first
    • AutoCompleteTextControl: on ChangeEventListener does not work
    • < ui:widgetInclude id="..." page="relativePage.jsp" / > throws NPE
    • Transition Handlers not visible to all flow containers
    • AraneaPage.event(el) should return true for checkboxes, radios
    • Allow ListWidget. SetFullPages() before ListWidget.init()
    • Safari goes to infinite switching between links
<<less
Added: 2009-06-18 License: The Apache License 2.0 Price: FREE
12 downloads
 
Other version of Aranea framework
Aranea framework 1.0.10Java Hierarchical Model-View-Controller Web Framework. Aranea framework 1.0.10 - Aranea ... custom or general GUI logic and extending the framework. The framework enforces programming
License:The Apache License 2.0
Download (19.7MB)
816 downloads
Added: 2007-07-31
Roma Framework 10 RC1

Roma Framework 10 RC1


Roma Framework is a Meta-Framework designed to build cross frameworks applications in very short time. more>>
ROMA wants to change the way to do Java Applications. Its a Meta-Framework designed to build cross frameworks applications in very short time.
ROMA wants to glue the best of Java tools and frameworks together. ROMA doesnt want to reinvent the wheel or another brand new Web Framework, but just use the existent products with very low effort for the developer.
Main features:
- Roma its totally based on POJO (Plain Old Java Objects)
- True Object Oriented vision in all aspects: from the model to the view and to the repository/database
- Encourage the use of the Domain Driven Model (DDD) approach: lets think to the Domain: the other things are secondary Aspects
- It works with Conventions? ala Ruby On Rails: much less code to write and maintain and more uniformity in projects
- Applications are fully portable across frameworks since the application is developed using POJOs. For example you can switch between JDO and EJB3 PersistenceAspect without changing code unless you use directly the aspect implementation (see below)
- Allow to makes things dirty: you can use directly the target framework taking the full advantage of the implementation power
- You can use the already developed Modules (CRUD, User&Profiles, etc.) and extend their if you need
- The skill requested to build application can be lower than required for modern Java Web Applications: minor cost of development
- Roma is based on Spring Framework as IoC container, but you can use another one if you want.
<<less
Download (MB)
Added: 2007-04-03 License: The Apache License 2.0 Price:
935 downloads
SMS Framework A4

SMS Framework A4


SMS Framework is an Objective C framework for decoding SMS messages in PDU format to objects. more>>
SMS Framework is an Objective C framework for decoding SMS messages in PDU format to objects.
It is easily usable in Cocoa and GNUstep environments, and it reduces developer responsibility for decoding messages to extracting the raw messages from the phone.
The XCode project file contains three targets: one system wide framework, one framework to include in applications, and a small application for testing the framework.
Enhancements:
- Fixes two small bugs in decoding that seem to affect international users.
- The bugs became apparent after OS X 10.4.5 appeared.
<<less
Download (0.10MB)
Added: 2006-03-07 License: LGPL (GNU Lesser General Public License) Price:
1331 downloads
Salto Framework 3.0.16

Salto Framework 3.0.16


Salto Framework is a framework based on Ajax, Struts and J2EE technologies. more>>
Salto Framework is a framework based on Ajax, Struts and J2EE technologies. Salto Framework provides graphical components such as datatables, treeviews and listboxes, and allows you to refresh only some parts on the screen. Thanks to the framework you dont have to write any javascript or to know anything about Ajax mechanism.
<<less
Download (1.6MB)
Added: 2007-04-12 License: LGPL (GNU Lesser General Public License) Price:
926 downloads
Designer Framework 1.0

Designer Framework 1.0


Designer Framework provides a highly customizable e-commerce framework. more>>
Designer Framework provides a highly customizable e-commerce framework.

It automatically builds e-commerce interfaces that support a products contraints and properties and can be used to model the product to be sold, automatically and dynamically generating different output formats depending on the generator used.

It includes a Java modelling application, a finite state machine described in XML as intermediate format for the customer interface, and XSLT scripts for transforming the state machine into the final interface.Designer Framework is a highly customizable e-commerce framework.

It automatically builds e-commerce interfaces that support a products contraints and properties and can be used to model the product to be sold, automatically and dynamically generating different output formats depending on the generator used.

It includes a Java modelling application, a finite state machine described in XML as intermediate format for the customer interface, and XSLT scripts for transforming the state machine into the final interface.

<<less
Download (MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
983 downloads
Zoop PHP Framework 1.2

Zoop PHP Framework 1.2


Zoop is an object oriented framework for PHP based on a front controller. more>> <<less
Download (0.58MB)
Added: 2006-07-01 License: ZPL (Zope Public License) Price:
1212 downloads
SA Web Framework 0.3

SA Web Framework 0.3


SA Web Framework project is a complete PHP application framework, based on the Front Controller Pattern. more>>
SA Web Framework project is a complete PHP application framework, based on the Front Controller Pattern.
SA stands for SkyApp? and is the framework which we developed and which we are using here at Skyweb.
SA is open source and released under LGPL license which means you can use it for free.
SA relies heavily on PEAR which gives us access to some nice features like mime mail handling, independent database abstraction layer, destructors, database session storing and many more.
SA was developed and tested using PHP 4.4.0.
Enhancements:
- The whole application stack has been rewritten in order to take advantage of the PHP5 object model.
- Some new classes and interfaces were introduced and the existing ones were completely rewritten.
- A new Page handling concept was implemented.
- The default page class now extends Smarty.
<<less
Download (0.75MB)
Added: 2006-06-22 License: LGPL (GNU Lesser General Public License) Price:
1222 downloads
web.framework 1.0.0 Beta

web.framework 1.0.0 Beta


web.framework is an MVC framework for PHP5. more>>
web.framework library is an MVC framework for PHP5.
Main features:
- actions and action-chains
- the ability to call to other actions or action-chains from an action-chain
- pre- and post-actions with exceptions
- validators for simple check forms
- support for DB configuration in framework configuration
- support for template systems (such as web.template and Smarty)
- a router for making URLs nice-looking, tokens
- authorization frames
- and more.
Enhancements:
- This release adds very good support for web.template (wt-call block) and other template systems.
- It includes advanced testers (Comparator and LoginChecker).
- This release corrects many bugs and adds other small features.
<<less
Download (0.045MB)
Added: 2006-07-25 License: LGPL (GNU Lesser General Public License) Price:
1187 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5