Home
Schedule
Abstract Template
Masters Attendance
Center
Home
Courses
People
Projects
Page
Edit Page
Rename Page
Attach File
Printable
Wiki Source
More ...
Web
Recent Changes
Notify Service
News
Page Index
Search
More ...
Wiki
About TWiki
Text Formatting
Registration
Change Password
Reset Password
Users
Groups
Log In
or
Register
Creating Webapplications Using Haskell
Stc
Date: 2009-11-26 Time: 11:00 Room: BBL room 471 ----+++ Speaker: Paul van der Ende ----+++ Title: Creating webapplications using Haskell ----+++ Abstract Web applications are becoming more important every day, and will play an even larger role in the future. So as a Haskell developer we need a good way to create applications that interact with the world wide web. We will look at a few relevant libraries: The Happstack framework provides us with the functionality to process HTTP requests. We will also look at HSX, this preprocessor makes it possible for literal XML syntax to be used in Haskell source code. For having easy persistency in our web applications we look at the Happstack-State library. This library makes use of a database server not necessary anymore. ----+++ Attachments (uploaded after the presentation) * [[%ATTACHURL%/guestbook.zip][guestbook.zip]]: Guestbook example application * [[%ATTACHURL%/Happstack.pdf][Happstack.pdf]]: Presentation (pdf)
Topic attachments
I
Attachment
Action
Size
Date
Who
Comment
pdf
Happstack.pdf
manage
443.2 K
26 Nov 2009 - 12:43
PaulVanDerEnde
presentation
zip
guestbook.zip
manage
2.6 K
26 Nov 2009 - 12:42
PaulVanDerEnde
Guestbook example