Expert Overview
Things I'm Doing
Talks I've Given
Grzegorz Kossakowski works on the Scala+GWT project started during a Google Internship with GWT team
 
Talks I've Given
-
2
JavaScript as an Embedded DSL in Scala
Featuring Nada Amin and Grzegorz Kossakowski
Developing rich web applications requires mastering different environments on the client and server sides. While there is considerable choice on the server-side, the client-side is tied to JavaScript, which poses considerable software engineering challenges.
javascript scala dsl -
Compiling Scala to JavaScript using Scala+GWT
Featuring Grzegorz Kossakowski
The talk will discuss general challenges encountered while trying to add a Scala support to GWT and explain how they were addressed. Compiling the Scala library turned out to be very tricky problem due to dependencies on Java’s I/O and concurrency primitives
scala gwt javascript