Erlang Training and Consulting Newsletter 18th August 2009
Contents
|
New Release of the ErlangWebNew exciting features for the open source MVC ErlangWeb framework were introduced in 1.4 RC1 release this week bringing even more powerful tools for web developers. Inspired by the popularity and ease of use of the Django, the Django Templating Language was introduced and based on the ErlyDTL application. We also adapted EWGI - a mechanism for interaction between web servers and applications. It was inspired by Python's PEP 333 and provides similar functionality to other projects such as Ruby's Rack. Recently added components are TwittErl, a set of modules allowing you to communicate with Twitter out of the box, and ew_backup performing database backups. You can download tarball with the latest release candidate from Erlang Web site at http://www.erlang-web.org/. Stay with us and do not hesitate to ask questions and provide feedback! Submit a talk for the Erlang User Conference in StockholmSubmit your talk for review by the Erlang User Conference committee and get free entry to the conference if it is accepted! We welcome submissions from developers, system designers, testers, community leaders, inventors, CTOs, evangelists, students, researchers and entrepreneurs alike. Participants at the Erlang User Conference want to hear about how Erlang/OTP is used real-world scenarios, talks about tricks, tools and applications which increase productivity or enable developers to write better code. |
Erlang e-Learning DeveloperErlang Training and Consulting together with the University of Kent has received a government grant to develop an Erlang/OTP e-learning application. We are looking for a high-flying graduate to work with us to transform our classroom training materials for Erlang into a state-of-the-art e-learning programme. The position is supported by the Knowledge Transfer Partnerships (KTP) programme, and as part of that you will receive management and other skills training, much like graduate training programmes in larger companies, leading to a Diploma in Management. More about the position.
Erlang Programming has a book website!
|
Cambridge (MA) based Basho Technologies has released the Erlang based document-oriented web database Riak. Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications. With its fault tolerance and no single point of failure, it joins other schema free document databases are in many ways a more natural fit for Web applications than the traditional RDBMS. With interfaces that are natural and convenient for rapid development, and a lack of object-relational mappers and other heavy middleware, applications can be both simpler and more powerful. You can read more about it on their dedicated Riak Pages and view the source code on Bitbucket.