[Lift] REST Web Services questions and suggestions

2008-11-08 Thread Tim Perrett
Hey guys, Just having a look at implementing some REST APIs and i've taken a look at XMLApiHelper and some of the other stuff thats been posted to the list. Looking through the information thats around, in esme XMLApiHelper is extended, whilst in Steve J's example rest service, he extends

[Lift] Re: *Breaking Changes* CometActor instantiation and SHtml.submit() and SHtml.hidden()

2008-11-08 Thread Marius
Nice stuff for CometActor ... it's really handy having the session etc. to be injected automatically by Lift Br's, Marius On Nov 7, 3:14 am, David Pollak [EMAIL PROTECTED] wrote: Folks, I've make some breaking changes to Lift:     * CometActors no longer take any parameters during

[Lift] Re: REST Web Services questions and suggestions

2008-11-08 Thread Marius
Tim, If there are common things that can be abstracted (probably the current implicits from XmlApiHelper) by a RestHelper then it would makes sense to do this. But for JsonApiHelper how would this be any better then current JsonHandler? (just trying to understand the rationale) ... or it was

[Lift] Re: REST Web Services questions and suggestions

2008-11-08 Thread Marius
Please see /liftweb/sites/example/src/main/scala/net/liftweb/example/ snippet/Json.scala .. a very simple and concise example. Also maybe this would help as well http://liftweb.net/index.php/HowTo_use_JSON_forms but it's more about Json forms still it relies on JsonHandler. Br's, Marius On Nov

[Lift] Re: Latest NetBeans plugin and NB 6.5 RC2 is wicked great

2008-11-08 Thread Alex Boisvert
On Sat, Nov 8, 2008 at 9:10 AM, Miles Sabin [EMAIL PROTECTED] wrote: This is pretty minor tho' ... Eclipse is just showing a subset of the errors in a known to be non-compiling project. I agree things should be better, but you'll find that as you fix the errors in your project the set of

[Lift] Re: Latest NetBeans plugin and NB 6.5 RC2 is wicked great

2008-11-08 Thread Alex Boisvert
On Fri, Nov 7, 2008 at 11:22 AM, Miles Sabin [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 6:57 PM, Alex Boisvert [EMAIL PROTECTED] wrote: From a user perspective, I'd say it's getting better every month but still has many rough edges. For example, it's quite easy to get the

[Lift] Re: Latest NetBeans plugin and NB 6.5 RC2 is wicked great

2008-11-08 Thread Miles Sabin
On Sat, Nov 8, 2008 at 4:56 PM, Alex Boisvert [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 11:22 AM, Miles Sabin [EMAIL PROTECTED] wrote: Have you sent bug reports my way for these? I've created one now: https://lampsvn.epfl.ch/trac/scala/ticket/1490 Thanks. This is pretty minor tho'

[Lift] Re: REST Web Services questions and suggestions

2008-11-08 Thread Tim Perrett
One thing Id like to challenge the rational of within: http://github.com/dpp/liftweb/tree/master/lift/src/main/scala/net/liftweb/http/rest/XMLApiHelper.scala is line 70: def createTag(in: NodeSeq): Elem In your class that extends this trait, you implement this method something like: def

[Lift] Re: REST Web Services questions and suggestions

2008-11-08 Thread Tim Perrett
lol - dont be a Badger hater Derek! I only have beef with Badgers when there nodes wrap my articles in a needless and annoying fashion ;-) On Nov 8, 7:28 pm, Derek Chen-Becker [EMAIL PROTECTED] wrote: Badgers? We don't need no stinkin' badgers! Sorry, couldn't resist On Sat, Nov 8, 2008 at

[Lift] [ANN] Scala and Lift presentations at the Silicon Valley Code Camp

2008-11-08 Thread David Pollak
Folks, I will be doing two presentationshttp://www.siliconvalley-codecamp.com/Sessions.aspx?ForceSortBySessionTime=trueid=55at the Silicon Valley Code Camp http://www.siliconvalley-codecamp.com/Default.aspxtomorrow (Sunday November 9). I will be doing a beginner presentation on Scala tips and

[Lift] Re: [ANN] Scala and Lift presentations at the Silicon Valley Code Camp

2008-11-08 Thread David Pollak
On Sat, Nov 8, 2008 at 3:58 PM, Warren Henning [EMAIL PROTECTED]wrote: On Sat, Nov 8, 2008 at 3:33 PM, David Pollak [EMAIL PROTECTED] wrote: I will also be doing an intermediate presentation on Lift. This presentation will be a live coding example where I'll build a real time chat app.

[Lift] [ANN] Lift Workshop, the Lift training gathering

2008-11-08 Thread David Pollak
Folks, I am pleased to announce the Lift Workshop. Lift Workshop is a one day Lift training seminar and community gathering. It's a way for you to learn about the Lift web framework, build relationships with others in the Lift and Scala communities, and give feedback to the Lift team so that we

[Lift] Re: [ANN] Scala and Lift presentations at the Silicon Valley Code Camp

2008-11-08 Thread Warren Henning
On Sat, Nov 8, 2008 at 3:33 PM, David Pollak [EMAIL PROTECTED] wrote: I will also be doing an intermediate presentation on Lift. This presentation will be a live coding example where I'll build a real time chat app. Will there be video of this available afterwards? Warren