The Artima Developer Community
Sponsored Link

Articles Forum
Getting Started with Play 2, Scala, and Squeryl

1 reply on 1 page. Most recent reply: Feb 6, 2013 4:17 PM by Russ Rollins

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Getting Started with Play 2, Scala, and Squeryl Posted: Jul 10, 2012 10:00 PM
Reply to this message Reply
Advertisement
Get started building web apps with Play 2, Scala, and Squeryl with this article by James Ward and Ryan Knight.

http://www.artima.com/articles/play2_scala_squeryl.html


Russ Rollins

Posts: 1
Nickname: rrollins
Registered: Feb, 2013

Re: Getting Started with Play 2, Scala, and Squeryl Posted: Feb 6, 2013 4:17 PM
Reply to this message Reply
I'm about 70% done with an enterprise integration using Play 2, Squeryl, Akka, SOAP, JMS integrating two different major SaaS providers in conjunction with our internal ESB. Thanks for posting this, I've referenced it several times.

One quick thing to note with regards to your case class approach and Squeryl: embedding the id value within the case class itself, as opposed to placing it on the constructor, negates case class copy. That is to say, now you can't simply update the model instance by copying it, b/c the id will always remain 0. Perhaps I'm missing something, or wondered if this was intentional?

Flat View: This topic has 1 reply on 1 page
Topic: How the Use of Scala's Features Affects Compile Time Previous Topic   Next Topic Topic: Defining

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use