The Red Hot Erlang Blog
Close

This is a blog application written in Erlang.

It is a complete rewrite of the blog code that appeared in the TWT experiment. Now it is making use of the SGTE template engine. The Ajax code is of course making use of jQuery but, compared to the TWT code, it is now more lightweight and is not using any synchronous operation.

If you would like to try it out or just look at the code, you will find the git repository here.
To checkout the code with git, run:


      git clone git://www.tornkvist.org/eblog
    

Note that this is still work in progress...

Who:
Comment:


The dsl_engine demo

I have been trying out Erlware recently; and I like it a lot!

As an example, I created a demo application that show the use of the dsl_engine I wrote about earlier. Now, before I explain in more detail how I did this with the Erlware tools; here is how to try it out:

wget http://faxien.googlecode.com/files/faxien-launcher-universal-0.3.3.py
sudo python faxien-launcher-universal-0.3.3.py
sudo /usr/local/erlware/bin/faxien install-release dsl_engine_demo
/usr/local/erlware/bin/dsl_engine_demo

Point your browser to: http://localhost:9898/

In the following post I will try and describe how I created it.

Cheers, Tobbe

prevnextpermalinkadd comment

2 comment

13 May 2008 (21:47:49) by: Mikael Karlsson
This is awesome, it took me only a couple of minutes to download and have a very nice looking and advanced application up and running! Now, just how do I stop the thing?
23 May 2008 (12:25:54) by: tobbe
There is a link at the bottom of the first page that will stop the system when being clicked.
7 May 2008 (14:47:53)
The dsl_engine demo
27 Mar 2008 (21:04:42)
Masterbrain - A 'rev-proxy' like dispatcher.
20 Mar 2008 (00:28:05)
Natural language DSL engine.
8 Mar 2008 (00:19:09)
Comet lib for Erlang
6 Mar 2008 (10:25:40)
Easy load of recompiled code
25 Feb 2008 (13:34:18)
HOWTO: Ajax request
12 Nov 2007 (23:41:50)
Arithmetic sequences in Erlang?
8 Nov 2007 (00:41:16)
Erlang sendfile driver
Red Hot Chili