[Lift] Re: Looking for web hosting company for Lift

2009-08-24 Thread Chris Richardson
Checkout SpringSource Cloud Foundry: www.cloudfoundry.com On Mon, Aug 24, 2009 at 9:44 AM, jack wrote: > > I am looking for a web hosting company for my Lift project. I figure > anyone who does Java would work. Is this true? Can anyone recommend a > company? > > > > -- Build better software

[Lift] Re: lift for cloud computing

2009-02-18 Thread Chris Richardson
Lee, I'd certainly like to have the the Cloud Tools plugin preconfigured in the archetype pom.xmls I'll look into this. Chris -- Build better software faster with our consulting and training services - http://www.chrisrichardson.net Author, POJOs in Action - http://www.manning.com/crichardson

[Lift] Re: lift for cloud computing

2009-02-16 Thread Chris Richardson
Hi, I like the idea of: * Scalable storage: what would a storage api look like that's intended to map to scalable storage (column stores, key/value stores, partitioned stores)? It would be interesting to think about an interface to SimpleDB. However, I think the other two items would duplicate w

[Lift] Re: Implementing RESTful web services using Lift

2009-02-10 Thread Chris Richardson
advance. > > > Dan > > On Feb 9, 4:51 pm, David Pollak wrote: > > Chris, > > Looks like you've been having way too much fun! > > > > Thanks, > > > > David > > > > On Mon, Feb 9, 2009 at 2:01 PM, Chris Richardson < > > >

[Lift] Implementing RESTful web services using Lift

2009-02-09 Thread Chris Richardson
Hi, I just started playing around with Scala and Lift and with @dpp's help wrote a simple RESTful web service. I wanted to share the code with this group and get feedback and suggestions about improvements. See below. Thanks. Chris In Boot.scala you register one or more WsEndpoints (a trait tha