Web/Libraries/Forms: Difference between revisions

From HaskellWiki
< Web‎ | Libraries
mNo edit summary
(add digestive functors)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Web|*]]
[[Category:Web|*]]
{{Web infobox}}


Libraries for performing form creation, validation, etc.
Libraries for performing form creation, validation, etc.
Line 9: Line 10:
Ezra Cooper, Samuel Lindley, Philip Wadler and Jeremy Yallop "An idiom's guide to formlets" Technical Report, EDI-INF-RR-1263. http://groups.inf.ed.ac.uk/links/formlets/
Ezra Cooper, Samuel Lindley, Philip Wadler and Jeremy Yallop "An idiom's guide to formlets" Technical Report, EDI-INF-RR-1263. http://groups.inf.ed.ac.uk/links/formlets/


'''License:''' BSD3
{| class="wikitable"
! License:
| BSD3
|-
! Author:
| Chris Eidhof
|-
! Maintainer:
| Doug Beardsley <mightybyte@gmail.com>
|-
! Documentation:
|  [[Web/Libraries/Formlets]]
|-
! Package & repositories
| [http://hackage.haskell.org/package/formlets Hackage] - [http://github.com/chriseidhof/formlets Github]
|}


'''Author:''' Chris Eidhof
== Digestive functors ==


'''Maintainer:''' Doug Beardsley <mightybyte@gmail.com>
An improved formlets- better error messages. Integration exists for the happstack and snap frameworks.


'''Documentation:''' [[Web/Libraries/Formlets]]
[http://jaspervdj.be/posts/2010-12-09-digestive-functors-0.0.2.html Announcement]


'''Package & repositories'''


* Hackage: http://hackage.haskell.org/package/formlets
{| class="wikitable"
* Github: http://github.com/chriseidhof/formlets
! License:
| BSD3
|-
! Author:
| Jasper Van der Jeugt
|-
|-
! Package & repositories
|
[http://hackage.haskell.org/package/digestive-functors Hackage] - [http://github.com/jaspervdj/digestive-functors Github]
|}

Latest revision as of 21:42, 16 February 2011

Haskell Web Development

Software:
Servers - Libraries - Frameworks
Deploy - Cloud
Interfaces to frameworks
Databases and Persistence
Testing and Verification
Content Management

Community & Research:
Forums and Discussion
Literature (research, talks and blogs)
Existing Haskell web applications
Ongoing projects and ideas

Libraries for performing form creation, validation, etc.

Formlets

A modular way to build forms based on applicative functors, based on the work described in:

Ezra Cooper, Samuel Lindley, Philip Wadler and Jeremy Yallop "An idiom's guide to formlets" Technical Report, EDI-INF-RR-1263. http://groups.inf.ed.ac.uk/links/formlets/

License: BSD3
Author: Chris Eidhof
Maintainer: Doug Beardsley <mightybyte@gmail.com>
Documentation: Web/Libraries/Formlets
Package & repositories Hackage - Github

Digestive functors

An improved formlets- better error messages. Integration exists for the happstack and snap frameworks.

Announcement


License: BSD3
Author: Jasper Van der Jeugt
Package & repositories

Hackage - Github