Main > Free Download Search >

Free framework software for linux

framework

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1396
Xherkin 0.6.5

Xherkin 0.6.5


This is a PHP framework being developed as part of a new CMS. more>>
Xherkin 0.6.5 is an excellent utility for web developers. It is a PHP framework being developed as part of a new CMS.

Requirements:

  • PHP
<<less
Added: 2009-07-15 License: LGPL v3 Price: FREE
1 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.10Aranea Team - Aranea is an Open Source Java Hierarchical Model-View-Controller Web Framework. Aranea framework. Aranea
License:The Apache License 2.0
Download (19.7MB)
816 downloads
Added: 2007-07-31
WebNMS Management Framework Trial Edition 5

WebNMS Management Framework Trial Edition 5


WebNMS Management Framework is the industry-leading network management framework for building custom EMS and NMS applications. It offers a comprehensive set of FCAPS functions, provisioning, along with customizable interfaces for most popular network elements, OSS systems and other management applications. Networking equipment vendors and other management solution providers rely on WebNMS Management Framework for rapid management application development and deployment. more>>

WebNMS Management Framework Trial Edition - WebNMS Management Framework is the industry-leading network management framework for building custom Element Management System (EMS) and Network Management System (NMS) applications.

WebNMS Management Framework is a scalable, application-centric platform that makes extensive use of state-of-the-art graphical displays to provide an intuitive and powerful network management dashboard for operations staff. By automating a number of complex, tedious, and error-prone tasks, the management application raises productivity, improves accuracy, simplifies training, and reduces costs for operation centers.

It offers a comprehensive set of FCAPS functions, provisioning, along with bundled customizable interfaces to most popular network elements, OSS systems and other management applications. Networking equipment vendors and other management solution providers rely on WebNMS Management Framework for rapid management application development and deployment.


Enhancements:
Version 5
System Requirements:Pentium 4 - 2Ghz; 1GB RAM and above
<<less
Download (83Mb)
Added: 2009-01-16 License: Free Price: Free
13 downloads
Yana 4 PHP Framework 2.9.6

Yana 4 PHP Framework 2.9.6


Yana Framework is a component framework for developing PHP applications. more>>
Yana Framework is a component framework for developing PHP applications. It can be expanded with your own plugins (components).
It includes skin and template support, multiple languages (German and English by default), mature administration functionality, multiple installation profiles, user login and administration, a database API based on PEAR-DB that also offers database schema support, and a GUI/code generator for your own plugins.
It also includes an easy to use query tool that automatically maps database commands to a flat file if no database support is available. Plugins provided with this software are a guestbook, an RSS to HTML converter, and a search engine. Complete (German) documentation is included.
Enhancements:
- This includes a major performance update to reduce start-up time and speed up your applications.
- Administrators can now create and export SQL backups for any installed application.
- You may also import "MDB2 Schema" and "DB Designer" files.
- Handling of inheritance between tables was improved, providing a virtual, updatable view for any such tables.
- The database API is now capable of using MySQLs "zerofill" and "unsigned" properties and will also emulate them, if not supported by your DBMS.
- The syntax of emb.Tags is now checked automatically, to avoid unattractive artifacts.
<<less
Download (5.1MB)
Added: 2007-08-17 License: Free for non-commercial use Price:
799 downloads
Simple XML Framework 1.4.2

Simple XML Framework 1.4.2


Simple is an XML serialization framework for Java. more>>
Simple is an XML serialization framework for Java. Simple XML Framework goal is to provide an XML framework that enables rapid development of XML configuration and communication systems.
This framework aids the development of XML systems with minimal effort and reduced errors. The framework borrows ideas and concepts from existing XML tools such as C# XML serialization and other proprietary frameworks, and combines those ideas resulting in a simple yet extremely powerful tool for using and manipulating XML.
Simple framework with powerful capabilities
The framework used to provide XML serialization is simple to use and revolves around several annotations an a single persister object used to read and write objects to and from XML.
It requires absolutely no configuration
Unlike many of the XML frameworks for Java there are no mappings or configuration required to serialize objects regardless of its complexity. The XML schema is represented using field annotations.
Extremely rapid development with XML
Developing XML configuration and communication systems can be done much quicker that through the use of XML frameworks such as DOM, SAX, and even other frameworks such as Digester and XStream.
Converts to and from human editable XML
A primary goal for the framework is that the XML data used to deserialize a serialize objects is human readable. All XML elements and attributes take a simple structure that can be easily created with a text editor.
Enhancements:
- Concurrency and class loading improvements have been made in this release.
- The persister can now be used by multiple concurrent threads using any of the stock strategies.
- Class loading has been greatly improved so that it can be configured for use in a wide range of environments.
<<less
Download (0.078MB)
Added: 2007-08-16 License: LGPL (GNU Lesser General Public License) Price:
805 downloads
Hard Token Management Framework 1.0 Beta 2

Hard Token Management Framework 1.0 Beta 2


Hard Token Management Framework is used to manage the complete livecycle of an organizations Smartcard and/or USB dongles. more>>
Hard Token Management Framework is used to manage the complete livecycle of an organizations Smartcard and/or USB dongles.
It communicates with the tokens through a PKCS11 interface so it is possible to change hardware as long as they supply it with a good implementation of PKCS11.
It comes along quite with a few ready made modules that can be composed to fit the need of the organization. The Hard Token Management Framework is an Add-on to EJBCA Certificate Authority (see http://www.ejbca.org).
Main features:
- Support of Setec 4.3.1 and 4.4.1 cards (TODO check)
- Issuing cards with 1 or more certificates
- Support for 2 PIN, basic and signature
- Contains a Card Analyser that analyses the card for the card administrator to give a suggestion of what is wrong with the card
- Possibilty to issue ordinary, temporary and project cards with different validities
- When a ordinary or project card is generated is all previous cards revoked
- When a temporary card is issued is the ordinary card set on hold until the ordinary card is reactivated
- Userdata is fetched from existing user data source.
- Possibility to unlock cards without exposing the PUK. The PUK is stored encrypted in EJBCA database.
- Easy to renew an expiring card
- Cards not used anymore can be revoked and ereased.
- It is also possible for a card administrator to do some management remotely (without having the card) such as revoking and activating a ordinary card.
- For 24/7 working environments where a card administrator might not be available it is possible for a colleague to issue a card unlock or issue temporary card request that is sent to a central support unit for approval
- TaLiMa also have error reporting functionality where unexpected error can be sent to the technical administrators for analysis
Enhancements:
Bug:
- [HTMF-2] - Wrong error message analysing card
- [HTMF-10] - Applet works badly when closing and reloading the page
- [HTMF-11] - Only jdk 1.6 can be used to build, Arrays method used not supported in 1.5
Improvement:
- [HTMF-8] - Support certificates generated by other CAs
New Feature:
- [HTMF-12] - Check if card data is uploaded to DB during analysis
<<less
Download (12.5MB)
Added: 2007-08-10 License: LGPL (GNU Lesser General Public License) Price:
808 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
Stratos PHP Framework 1.0 RC1

Stratos PHP Framework 1.0 RC1


Stratos PHP Framework is an open-source, object-oriented web application framework. more>>
Stratos PHP Framework is an open-source, object-oriented web application framework that facilitates the rapid development of well-organized, secure, and maintainable PHP web applications. Stratos PHP Framework frees you from working on tedious, routine tasks, and allows you to focus on specific software requirements.
Main features:
Minimal Configuration
- The Stratos Framework is completely configurable from the web using the Developers Toolkit. This means you can spend less time getting set up and more time developing your applications.
- Object-Relational Mapping
- Using the StratosData plugin, you can easily map SQL tables to data objects. StratosData allows you to access Oracle, MySQL, SQL Server, SQLite, and other databases without writing any SQL statements!
Scaffolding
- Stratos can automatically generate CRUD (Create, Retrieve, Update, Delete) interfaces for your tables. This means you can kick-start your application by generating default actions and views for manipulating your data. The generated actions and views can then be modified to meet your specific needs.
Define Views in PHP
- Stratos does not require you to learn a separate templating language in order to define your views. All views are created using PHP by default, so there is no need to learn a separate syntax and introduce additional overhead for the sole purpose of creating a view.
Compatibility
- Stratos is compatible with both PHP4 and PHP5. This means that your applications will run on the majority of web hosts. Stratos has been thoroughly tested on a variety of operating systems and databases.
Performance
- Stratos was designed from the ground up to be fast. The framework has built-in caching capabilities that you can easily utilize from within your applications. When using the StratosData plugin, you can speed up your applications even further by caching database information to disk.
Ease of use
- Unlike many frameworks, Stratos does not have a steep learning curve. Its easy to get started developing web applications using Stratos. Simply download the latest release, install Stratos on your server, and create an application!
Enhancements:
- This release includes major updates and a handful of new features, bugfixes, and performance enhancements.
- Enhancements include an improved approach to creating action controllers, simplified data objects, data object event functions, automatic data object validation, complete removal of the XML config files, improvements to the plugin architecture, and a new look-and-feel for the Stratos control panel.
- Stratos 1.0rc1 is not backwards compatible with 0.93.
- This release begins the 1.0 branch, and all future development on the 1.0 branch will be backwards compatible with this release.
<<less
Download (2.0MB)
Added: 2007-08-04 License: BSD License Price:
813 downloads
Java Parallel Processing Framework 1.0 Beta 1

Java Parallel Processing Framework 1.0 Beta 1


Java Parallel Processing Framework is a set of tools and APIs to facilitate the parallelization of CPU intensive applications. more>>
Java Parallel Processing Framework is a set of tools and APIs to facilitate the parallelization of CPU intensive applications, and distribute their execution over a network of heterogenous nodes.
Java Parallel Processing Framework is intended to run in clusters and grids.
Main features:
- an API to delegate the processing of parallelized tasks to local and remote execution services
- a set of APIs and user interface tools to administrate and monitor execution services
- real-time adaptive load balancing capabilities
- scalability up to an arbitrary number of processing nodes
- support for failover and recovery
- limited intrusiveness for existing or legacy code
- a dynamic deployment mechanism, that enables the execution of new, or updated, code without having to deploy onto the grid
- fully documented APIs, administration guide and developer guide
- runs on any platform supporting Java 2 Platform Standard Edition 5.0 (J2SE 1.5)
Enhancements:
- JPPF is now licensed under the terms of the Apache License, Version 2.0. Starting from JPPF 1.0 beta1, all releases will be licensed under these terms.
- Prior versions will remain under the terms of the LGPL.
- For the first time, JPPF integrates seamlessly with J2EE. The JPPF Resource Adapter provides J2EE application servers with an access to native grid services.
- Numerous bug fixes, especially with regards to the distributed class loading mechanism.
<<less
Download (7.8MB)
Added: 2007-07-31 License: The Apache License 2.0 Price:
816 downloads
Open Blue Lab 1.3.1 (Core / OBL Modeling Framework)

Open Blue Lab 1.3.1 (Core / OBL Modeling Framework)


Open Blue Lab is an enterprise resource planning system. more>>
Open Blue Lab is an enterprise resource planning system.
Whatever your goal is, the objective of this tool is to provide you the ready-to use stuff to create, update, search and view data you need for your application.
Moreover, this stuff is provided with the latest UI goodies like AJAX support that will ensure you the best feeling you never had in browsing.
Like OpenBlueLab.org project is portal aware, that means you have aggregation and personalization too.
That way, you can focus on your added value : the business logic and requirements your customer needs.
Main features:
- to collaborate and communicate better
- to manage your personal time
- to schedule your appointments
- to define and track personal and group project
- to manage your content (asset, document, ...)
- to manage your customer relationship
- to make coffee (not yet, next release maybe
We want to develop a product, free, that fits exactly your needs, so read this web site and take time to indicate us your requirements. They will appear on our todo list, maybe in a long time, but they will. Then, you may incitate people to contribute in your direction by sponsoring somebody to achieve it.
This product is completely free. You can even package it and sell it. If you wonder what is our business model, you can ask to the forum.
Built on java technology, you may download the GUI installer, double-click and use it (with all your entreprise) through your preferred browser, whatever your environment is.
Built on XML and REST technology, you may integrate (in synchronous or asynchronous mode) it very easily in your environment too.
OMF (OpenBlueLab Modeling Famework) created by and for OpenBlueLab permit to configure easily the portal. Actually, we must use ArgoUML or the plugin ArgoEclipse with the IDE Eclipse. The goal is to create a specialized editor to create the diagrams needed by OpenBlueLab to configure the portal.
The main steps are :
- Transformation files generated by ArgoUML (XMI format) to the ECORE format.
- Transformation files from ECORE format to XMI format (or PIVOT format) to configure the portal.
- Creation of the editor.
Enhancements:
- This version integrates the transformation to UML2, and adds a dialog on comments in the class diagram.
<<less
Download (3.6MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
Clover framework 2.2.0

Clover framework 2.2.0


Clover.ETL is a Java based ETL framework. more>>
Clover.ETL is a Java based ETL framework which can be used to transform structured data. While using JAVA technology it allows for platform independence.
Clover framework can be used standalone as an application run from command line or can be embedded into Your application. Clover.ETL is released under LGPL License.
Clover.ETL is used by many individual developers and several companies, which embeds it into their solutions.
Enhancements:
- The internal transformation language has been improved.
- All reader and writer components support the same set of parameters (dataPolicy, skipFirstLine, skipRows, numRecords, etc.).
- Several new transformation components have been added.
<<less
Download (3.1MB)
Added: 2007-07-25 License: LGPL (GNU Lesser General Public License) Price:
824 downloads
Distributed Multiplatform Framework 0.7.1 / 1.0 RC1

Distributed Multiplatform Framework 0.7.1 / 1.0 RC1


lbDMF is a component based multiplatform framework. more>>
Distributed Multiplatform Framework is a component-based programming framework using XML (or currently a hardcoded variant) as the repository.
The samples are implemented either in console or wxWidgets. This shows the independence of the GUI or UI.
This framework includes a database form sample that let you modify content of ODBC SQL data sources.
Distributed Multiplatform Framework project shows how simple it is to create database driven applications.
With version 0.6.0 the features are nearly complete. It could show simple database forms, master-detail database forms and would also capable to show it in tabbed, dialog based or combined layouts.
Whats New in 0.7.1 Stable Release:
- The ODBC code has been fixed to work properly with MS SQL databases.
- Missing vendor libraries have been added that broke the build system.
Whats New in 1.0 RC1 Development Release:
- The most important new feature is the ability to import UML designs.
- To make a database application prototype, you now only need to design some classes with attributes and build relations using an aggregate from one class to another.
<<less
Download (5.2MB)
Added: 2007-07-14 License: LGPL (GNU Lesser General Public License) Price:
832 downloads
Macs PHP MVC Framework 0.2.2

Macs PHP MVC Framework 0.2.2


Macs MVC Framework is a open source, MVC Framework with an in-built templating engine. more>>
Macs MVC Framework is a open source, MVC Framework with an in-built templating engine. The project was made with future extendability in mind, ease of install, ease of use, and more over has a very short learning curve.
It also comes bundled with many PHP Libraries and Javascript Libraries to allow you to create the application you want.
The framework generates SEF (Search Engine Friendly) URLS, right out of the box, this site was created over the framework, click on the nav bars an see the SEF URLs.
Enhancements:
- An AJAX driven CMS was added.
- siteURL and siteDir auto-detection were improved.
<<less
Download (0.87MB)
Added: 2007-07-06 License: GPL (GNU General Public License) Price:
844 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
Arkhon Web Application Framework 0.9.3

Arkhon Web Application Framework 0.9.3


Arkhon Web Application Framework is used to develop scaleable community-based groupware applications through the PHP language. more>>
Arkhon Web Application Framework provides an extremely lightweight, modular and extensible framework for developing scaleable community-based groupware applications through the PHP language.
Arkhon takes care of the following:
- Quick and intuitive skinning of your web application through the use of themes.
- Authentication and role based Authorisation
- Support for multiple database backend.
- Modular design.
- Extremely lightweight.
so that you can concentrate on the functionality of you web application.
Enhancements:
- Lots of refactoring of code (especially the API) in this release.
- It is ready for work to begin on the next phase (database backends).
<<less
Download (0.054MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
852 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5