Silicon Valley Code Camp : October 3rd and 4th, 2009

Eishay Smith

unassigned
About Eishay
CTO @ FortyTwo
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Absorbing Scala into Java Ecosystem

    11:00 AM Saturday   Room: 1401
    <p>Scala runs on the JVM, can use and be used by Java code almost transparently. Its Java speed and focus on concurrency well position it for demanding server side applications.</p> <p>This session is for those who consider using Scala in their existing Java projects. We’ll discuss how to smoothly integrate Scala into an existing Java build, testing, development and runtime systems.</p> <p>In this session we will talk about how to deal with the learning curve, IDE integrations and the peopleware aspects of introducing Scala to your organization.</p><p> The session will include examples and anecdotes from the LinkedIn teams who currently use Scala in production.</p>

  • A First Look at Scala on Google App Engine

    5:15 PM Saturday   Room: 3525
    GAE is a great Scala environment, especially since its coding patterns are pushing the programmer to do functional oriented programming. In this technical talk we will discuss using Scala In Google App Engine, we’ll go through using Scala along with: <ul> <li>* GAE’s basic services</li> <li>* Java Data Objects (JDO) – GAE’s interface to the BigTable based Datastore. How to use Scala syntax for JDO annotation and class declaration</li> <li>* Google Web Toolkit (GWT) – interfacing with GWT Java only garden</li> <li>* ANT – loosing IDE dependency, compiling/running your Scala app from the command line without Eclipse’s Plugins</li> <li>* Discuss what you cannot do with Scala</li> </ul>