<<< Previous speaker next speaker >>>

Sadek Drobi, CTO of Zenexity

 Sadek  Drobi

Sadek Drobi, CTO of Zenexity, a software engineer specialized in design and implementation of enterprise applications with a particular focus on bridging the gap between the problem domain and the solution domain. As a core Play developer, he works on the design and implementation of the framework. twitter: @sadache blog: http://sadache.tumblr.com company: www.zenexity.com

Presentation: "Conference Intro and Track Introduction"

Time: Monday 09:00 - 09:20

Location: Salon A, B, C, D

Abstract: Floyd Marinescu Introduces: Sadek Drobi, Chris Matts, Randy Shoup, Dionysios Synodinos, Khawaja Shams

Presentation: "Non blocking, composable reactive web programming with Iteratees in Play2"

Time: Monday 15:30 - 16:30

Location: Salon C

Abstract:

Being a part of the wild wild web, your application is encompassed by a lot of streams of live business, social events and messages. It is becoming hard for any modern application to resist integrating into these flows of data. To do so, however, you need the appropriate paradigm with a composable model to consume, combine, forward and publish these live streams with minimal and predictable consumption of resources (CPU, memory, ...). Play2, a web framework targeting Java and Scala, uses functional programming and a model called Iteratee to respond to these needs.