[web-devel] A separation of concerns

Jeremy Shaw jeremy at n-heptane.com
Mon Mar 15 16:26:20 EDT 2010


On Mon, Mar 15, 2010 at 3:00 PM, Chris Eidhof <chris at eidhof.nl> wrote:

> On 15 mrt 2010, at 17:57, Johan Tibell wrote:
>
> > There are lots of small libraries that are still missing. For example
> > an equivalent of Python's urllib, a really fast and *simple* HTTP
> > server, a high-performance and *full features* database library for
> > working with e.g. MySQL, etc.
>
> Ok, so let's try to make a list. Here's some stuff I would like to see.
>


> Controller abstractions
>  - a good URL routing library (where you can only produce and link to valid
> urls)
>

I have a library like that:

http://src.seereason.com/urlt/

documented here:

http://src.seereason.com/~jeremy/SimpleSite1.html

View abstractions
>  - abstractions over "web components", e.g. composable components that
> contain HTML, CSS and Javascript. maybe composed using something like FRP.
>

I have been experimenting with some web component widgets recently.  It's
very experimental at the moment. Hope to release something soon..

- jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/web-devel/attachments/20100315/4593e2a5/attachment.html


More information about the web-devel mailing list