Projects tagged ‘ajax’ and ‘validation’


Jump to tag:

Projects tagged ‘ajax’ and ‘validation’

Filtered by Project Tags ajax validation

Refine results Project Tags javascript (12) form (7) java (6) php (4) mvc (3) jquery (3) spring (3) html (3) gwt (3) toolkit (2) forms (2) springmvc (2)

[21 total ]

2 Users

Forms generation and validation is a PHP class that generates HTML forms supporting many built-in validation types on server and client sides. It supports template driven form HTML generation. It can ... [More] be extended with plug-in classes that provide additional controls, behaviors, validation rules, and rendering modes. There is one plug-in form submitting forms without page reloading via AJAX. [Less]
Created over 3 years ago.

1 Users

GWToolboxWelcome to the GWToolbox project. The GWToolbox project provides a collection of modules to help developers create robust web 2.0 / Ajax applications using the Google Web Toolkit (GWT). ... [More] Current modulesCurrently the following modules are provided: gwtoolbox-commons: A library with common utility classes which are used by other modules and can also be used by other GWT applications. This collection of utilities is largely based on common Java Open Source projects (e.g. Spring, apache commons, etc..) gwtoolbox-bean: A library that brings the power of Java bean programming to GWT applications. Constructs like PropertyDescriptor, BeanInfo, and PropertyChangeListeners can now be used and applied transparently on a simple GWT Java bean. This module also comes with bean binding and validation support. gwtoolbox-ioc: This module bring IoC to GWT applications. Heavily based on Spring, users can now define all object/widgets/components of their GWT application within Spring application context and wire them declaratively. This is now yet another Spring-like ioc container, but rather a container that can read actual Spring configuration files. This brings along many of the power tools Spring comes with: AspectJ-like AOP support, bean life-cycle management (including lazy/eager initialization), scopes (singleton/prototype), and even Spring namespaces. Users can now create proprietary namespaces for their GWT components. Modules in developmentThe following modules are currently in development: gwtoolbox-widget: A set of generic model based widget classes with concrete implementations of bean backed models. These widgets/models highly depend on the gwtoolbox-bean module. Getting startedTake a look at our Getting Started Guide to get started using GWToolbox to build better GWT applications. Quick StartTo quickly create a GWToolbox based project, you can use the following link. This will redirect you to a form which will help you create an initial maven2 project using a dedicated maven archetype: http://gwtoolboxarchetype.appspot.com [Less]
Created about 1 year ago.

1 Users

GWTruts is an easy to use GWT MVC and Dependency Injection framework. It virtually divides a GWT module to view, controller and validation sections similar to what we had in traditional MVC web ... [More] frameworks like Apache Struts. It also provides a dependency injection mechanism similar to Spring that you can use to customize your controllers and views (like providing the height of a component through a property setting in its view class configuration via XML files). It provides a page decorator where you can define mappings between a URL and a group of controllers/views and sections of the HTML files. [Less]
Created 10 months ago.

0 Users

Amhulio is a PHP 5 and MySQL web framework. With the idea of widgets, the design pattern of MVC, and the technology of AJAX, we have created a structural, and extensible architecture for rapid ... [More] development of interactive and complex web application. Learning a new framework can be a headache, but not when it comes to Amhulio. Unlike most frameworks, we do not reinvent a new way of usage for existing features. We keep things simple. You can easily get the hang of Amhulio by going through our tutorial. Please go to our homepage for details includes tutorials and downloading. [Less]
Created 12 months ago.

0 Users

Why 'DeltaSet'?Delta comes from the letter Δ or δ in the Greek alphabet, also used as a mathematical symbol. Δ often denotes a difference; δ can represent a small change or amount. Set can be ... [More] thought of as any collection of distinct objects considered as a whole. Although this appears to be a simple idea, sets are one of the most important and fundamental concepts in modern world. The main goal of 'DeltaSet' is to provide the needed artifacts, ideas, philosophy for fast, cheap, full of fun creation of web applications. On the other hand.... this is just a collection of nice toys :) Maven ArchetypesThis section contains maven archetypes to help you quickly and easily get started on a web project.Each archetype allows you to generate a template for your project based on the included sample web application. (This supposes that maven 2.x is already installed in your system) This section contains maven archetypes to help you quickly and easily get started on a project. Each archetype allows you to generate a template for your project based on the included sample application. (This supposes that maven 2.x is already installed in your system) Creating a template for a web application:Execute the following command to create the project template: mvn archetype:create \ -DarchetypeGroupId=org.deltaset \ -DarchetypeArtifactId= \ -DarchetypeVersion= \ -DgroupId= \ -DartifactId= \ -DremoteRepositories=http://deltaset.googlecode.com/svn/maven2 and pertains to the information about the new project you want to create. For the , refer to the list below. Running the sample web application: Execute the command mvn jetty:run. Point your browser to http://localhost:8080 . Available archetypes:JSFThis archetype allows you to generate a template for a web application that uses JSF with the following libraries: RichFaces 3.1.2.SP1, Facelets 1.1.14, Sun JSF RI 1.2_07. The sample webapp is based on example from the Ajax4jsf library. Artifact Details: Archetype Source: http://deltaset.googlecode.com/svn/trunk/maven-archetypes/maven-archetype-richfaces-start/ Artifact ID: maven-archetype-richfaces-start Artifact Version: 1.0 mvn archetype:create -DarchetypeGroupId=org.deltaset -DarchetypeArtifactId=maven-archetype-richfaces-start -DarchetypeVersion=1.0 -DgroupId=my.com -DartifactId=richfacesDemo -DremoteRepositories=http://deltaset.googlecode.com/svn/maven2 Debugging Jetty from MavenTo debug Jetty, when using the Jetty plugin you need to debug Maven itself use the MAVEN_OPTS variable: set MAVEN_OPTS=-Xms128m -Xmx256m -Xdebug -Xnoagent -Xrunjdwp:server=y,transport=dt_socket,address=5005,suspend=n [Less]
Created 12 months ago.

0 Users

InfoFind Web Tools is for web page designers and developers and it is completely free to use. It contains several JavaScript Files that help make web pages more interactive. Many of the features can ... [More] be used without having to write any JavaScript code. It is designed to work with all popular browsers on Windows, Mac, and Unix/Linux without any specific Operating System or Browser checking; and it is designed to work with many variations of html code. All code is commented so that developers of varying skill can understand what it is doing and all objects and functions are defined under the objects InfoFind or InfoFind_Lite so the code will not interfere with any other JavaScript files. Some of the features include: **HTML Table Sorting **Animated Picture Slide Shows **Web Page Animation **Advanced Form Validation **Functions for working with Data Types (Strings, Numbers, Currency, etc) **Functions for working with Web Pages, CSS Scripts, and Individual Elements **Page Updates through Web Requests (AJAX) [Less]
Created 10 months ago.

0 Users

The Flux Validatorversion 0.9.0The Flux Validator is a handy, Ajax based form validation plugin for Rails. The Flux Validator auto-magically validates forms against their models and displays a list of ... [More] error messages for each invalid field, all without a page refresh. The Flux Validator is what makes real-time form validation possible! Note: The Flux Validator has not been fully tested on edge rails Installation InstructionsInstructions For The Impulsive (fast) Instructions For The Compulsive (detailed) ForumPost questions or comments to the Flux Validator Google Group [Less]
Created about 1 year ago.

0 Users

Easy to use form manager for all kinds of landing and campaign pages
Created 5 months ago.

0 Users

Created about 1 year ago.

0 Users

Amplify Forms is an extension of the standard web form controls. Each control provides all functions of the original controls as well as integrated validation, ajax control toolkit integration, standards compliant markup and improved accessibility.
Created 10 months ago.