Main > Free Download Search >

Free stripes web framework software for linux

stripes web framework

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4947
Stripes Web Framework 1.4.2

Stripes Web Framework 1.4.2


Stripes is a framework that makes building Java Web applications as easy as it should be. more>>
Stripes is a presentation framework for building web applications using the latest Java technologies. The main driver behind Stripes is that web application development in Java is just too much work! It seems like every existing framework requires gobs of configuration.
Struts is pretty feature-light and has some serious architectural issues. Others, like WebWork 2 and Spring-MVC are much better, but still require a lot of configuration, and seem to require you to learn a whole new language just to get started.
Goals:
- Make developing web applications in Java easy
- Provide simple yet powerful solutions to common problems
- Make the Stripes ramp up time for a new developer less than 30 minutes
- Make it really easy to extend Stripes, without making you configure every last thing
Main features:
- Zero external configuration per page/action (ActionBeans are auto-discovered, and configured using annotations)
- Powerful binding engine that will build complex object webs out of the request parameters
- Easy to use (and localized) validation and type conversion system
- Localization system that works even when you use direct JSP->JSP links
- Ability to re-use ActionBeans as view helpers
- Ridiculously easy to use indexed property support
- Built in support for multiple events per form
- Transparent file upload capabilities
- Support for incremental development (e.g. you can build and test your JSP before even thinking about your ActionBean)
- And a lot of built in flexibility that you only have to be aware of when you need to use it
Stripes aims to provide an experience similar to owning Apple hardware, Sony TVs and luxury German cars (without the price premium); things just work, they feel right and every now and again you get that "oh, it does that too? awesome!" feeling.
Enhancements:
- This release includes several minor bugfixes and improvements.
<<less
Download (3.1MB)
Added: 2006-11-12 License: LGPL (GNU Lesser General Public License) Price:
1078 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
Joshs Website Framework 1.0

Joshs Website Framework 1.0


Joshs Website Framework is a CMS framework for PHP Web developers. more>>
Joshs Website Framework is a CMS framework for PHP Web developers. Joshs Website Framework consists of various subcomponents you can extract and use individually. SaxInterface provides an OO wrapper for SAX XML parsing.

The Auth Engine provides both level-based permissions (e.g., must be level 100 to access this page) and name-based permissions (e.g., must be in "editor" group to access this page).

Utilities include Mutex and SharedData classes (for interprocess communication), site-wide custom error handling, and the ability to take a site offline for maintenance.
<<less
Download (1.8MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 downloads
SME Web Application Framework 0.3

SME Web Application Framework 0.3


SME Web Application Framework provides a Web application framework for small and medium-sized organizations. more>>
SME Web Application Framework provides a Web application framework for small and medium-sized organizations.

SMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is higher-level and more specific than phpWebApp.

It has some components that can be reused in any application (perhaps with small modifications), like hierarchical menus, user authentication, and user administration.

The aim of the project is to make Web application construction for SMEs easier than using VB.

<<less
Download (0.83MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1006 downloads
Adaptive Website Framework 2.1.5

Adaptive Website Framework 2.1.5


Adaptive Website Framework is a Web content management system (WCMS). more>>
Liquid Bytes Adaptive Website Framework (AWF) is aimed at software developers and webmasters. Adaptive Website Framework helps you to create dynamical personalized Web sites with community functions, database powered content management, and an administration interface.
AWF includes advanced features like exporting to static HTML, caching, and URL rewriting.
The new AWF 2 introduces many new features like version management and fully flexible URLs. It is currently available as Beta version and requires PHP 5.
Main features:
- Completely dynamical and personalized page creation
- User/group-management
- Built-in Content Management
- Messaging/communiy modules
- Content can be edited without knowledge of HTML/XML
- Supports nearly unlimited languages, documents and users
- Access protection of single pages or site sections possible
- Effective caching, which means more performance and less server load
- Easy to use API functions
- Export options for documents
- Possible to integrate in Unix shell scripts
- Package Installer allows you to easily add new features and share your own extensions with other AWF users
Requierments:
- Apache Web-Server with PHP >= 4.3.0 installed (AWF version 1.04 works with 4.1.0).
- DOM XML support for PHP (optional)
- MySQL server (tested using 3.22.32 and 3.23.36)
AWF was successfully tested with all major browsers (Microsoft Internet Explorer, Mozilla, Netscape Navigator, Opera and Konqueror), as only HTML is used for the core funktions.
Adaptive Website Framework is Free Software. You can use and redistribute it under the terms of the GNU General Public License, as published by the Free Software Foundation.
Enhancements:
- This release features rendering of LaTeX code, a new plugin system for content objects, improved multi-language support, better SEO, a Web shop (alpha version), and new templates.
- The Spaw WYSIWYG editor was removed for security reasons.
<<less
Download (1.1MB)
Added: 2006-07-02 License: GPL (GNU General Public License) Price:
1215 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
Echo2 Web Framework 2.1.0 Beta 5

Echo2 Web Framework 2.1.0 Beta 5


Echo2 is the next-generation of the Echo Web Framework. more>>
Echo2 Web Framework is the next-generation of the Echo Web Framework, a platform for developing web-based applications that approach the capabilities of rich clients.
The 2.0 version holds true to the core concepts of Echo while providing dramatic performance, capability, and user-experience enhancements made possible by its new Ajax-based rendering engine.
Echo2 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. Applications may be hosted using any Java servlet container.
Enhancements:
- This release added support for setting render IDs on Components such that Echo2 applications may be tested with browser-based unit-testing environments such as Selenium.
<<less
Download (4.1MB)
Added: 2006-08-09 License: LGPL (GNU Lesser General Public License) Price:
673 downloads
WebWork MVC Framework 2.2

WebWork MVC Framework 2.2


WebWork MVC Framework is a Java pull HMVC Web application framework. more>>
WebWork MVC Framework is a Java pull HMVC Web application framework, designed for creating dynamic websites using minimal effort and maximum flexibility.
It supports multiple views, allowing you to switch between different view technologies, including HTML, Swing, PDF, XSLT, and Velocity, without changing the logic producing the data.
It includes a powerful expression language for navigating its object stack, as well as a small but complete tag library. WebWork MVC Framework supports internationalization, error handling, chaining actions, validation, command driven actions, redirection and type conversions.
Enhancements:
- Full support for Java 5 Annotations and Generics.
- Rich AJAX support using DWR and Dojo.
- A new QuickStart tool makes development easier.
- Client side validation using AJAX or plain JavaScript.
- Built in support for Continuations.
- A rich UI template framework.
- Native support for Spring and Pico IOC containers.
- More intelligent error reporting.
- Developer Mode makes building Web applications easier with improved error reporting.
- A simplified tag syntax.
- An advanced data binding framework that works with any object, including domain objects.
<<less
Download (32.3MB)
Added: 2006-01-12 License: BSD License Price:
1383 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 ...Aranea is an Open Source Java Hierarchical Model-View-Controller Web
License:The Apache License 2.0
Download (19.7MB)
816 downloads
Added: 2007-07-31
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
Stripes Barcode Generator 0.2.1

Stripes Barcode Generator 0.2.1


Stripes Barcode Generator is a set of tools to produce barcodes. more>>
Stripes Barcode Generator is a set of tools to produce barcodes, using a graphical tool, a command line, and a library (that can be used to integrate the engine with your application).
Enhancements:
- This first public release includes a basic set of tools to produce and integrate barcodes into other applications.
- It includes a library, a command line tool, and a graphical tool.
- At this moment, it is only supported one codebar format: CODE39.
<<less
Download (0.41MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1084 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
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
Freeform Framework 1.2.0 beta

Freeform Framework 1.2.0 beta


Freeform Framework is a PHP5-based Web application development framework. more>>
Freeform Framework is a PHP5-based Web application development framework with a clear, scalable, and extensible MVC architecture.
Developed with simplicity in mind, it has class and resource packaging, automatic class discovery and loading, extensible and replaceable templating, security, and session handling systems.
It is UTF-8 based to simplify the creation of multilingual applications. It also features an optional persistence layer, an API that does not use schema files, and class generators/enhancers or SQL builders.
This is the first release of Free18N, the Freeform I18N API provider. It contains locale data for a limited number of countries and languages, but it is easily extensible to add support for new locale data.
Enhancements:
- I18N API
- Added support for URL rewriting
- New syntax for accessing template variables from tag attributes in HTML package
- Added IterablePDOResult
- Added ComboIterable
- Added ValidatorSet
- Fixed #28918 - Problems with safari
- Fixed #17225 - addNode()
<<less
Download (0.022MB)
Added: 2005-10-22 License: LGPL (GNU Lesser General Public License) Price:
827 downloads
php.MVC Web Application Framework 1.0

php.MVC Web Application Framework 1.0


php.MVC implements the Model-View-Controller design pattern, and encourages application design based on the Model 2 paradigm. more>>
php.MVC implements the Model-View-Controller design pattern, and encourages application design based on the Model 2 paradigm. This design model allows the Web page or other contents (View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers and programmers to focus on their respective areas of expertise.
The framework provides a single entry point Controller. The Controller is responsible for allocating HTTP requests to the appropriate Action handler (Model) based on configuration mappings.
The Model contains the business logic for the application. The Controller then forwards the request to the appropriate View component, which is usually implemented using a combination of HTML with PHP tags in the form of templates. The resulting contents are returned to the client browser, or via another protocol such as SMTP.
php.MVC is a PHP port of Jakarta Struts. It currently supports many features of Struts, including declarative application configuration via the XML digester. For example, mappings from the various Action business logic components to appropriate results pages can be specified declaratively in the XML configuration file.
Main features:
- Free OpenSource software: This gives users full control of the software, and the able to modify the source code to suit specific needs.
- Security: php.MVC applications have only one entry point (per application). This makes it easy to protect sensitive application code and data.
- Flexible Installation: Individual php.MVC applications can be installed outside of the main php.MVC library directory tree.
- Multi-applications: There is no limit to the number of applications per php.MVC installation.
- Object Oriented design (OOD). The php.MVC framework is based on OOD principles, making it more extendable and maintainable.
- Database integration: The php.MVC framework ships with the Pear::DB Database Abstraction Layer, and a driver for the MySQL relational database manager (RDBM) is provided.
- Action Chaining: php.MVC allows for passing control to other Actions. This makes it easy to process a sequence of Actions (business logic classes) and static resources (pages).
- XML configuration: php.MVC uses declarative application configurations using Extensible Markup Language (XML) files. Each application has its own XML configuration file.
- MVC Model 2 design: php.MVC implements the Model-View-Controller (MVC) Model 2 design pattern. The Model 2 paradigm allows the separation of the application presentation from the business logic, making it easier for designers and programmers to focus on their respective areas of expertise.
- Form button mapping: php.MVC implements the LookupDispatchAction class to enable HTML form buttons to be mapped to particular business logic methods. For example, a form submit button called "Add to Cart" could be mapped to an Action class method called MyCartAction->addToCart(...).
- Message Resources: php.MVC provides a PropertyMessageResources class that handles messages in text string properties files with parametric replacement. This can provide Locale-sensitive messages for internationalized applications.
- The php.MVC framework is based on Jakarta Struts application framework design. Struts has proven to be reliable, extendable and well supported.
Enhancements:
- This development release adds bugfixes and enhancements to the framework, a compressed performance version for use in more demanding hosting environments, and an example application to demonstrate the use of both versions.
<<less
Download (0.45MB)
Added: 2006-02-28 License: LGPL (GNU Lesser General Public License) Price:
1340 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5