[Lift] Re: LiftRules.logAndReturnExceptionToBrowser doesnt alway work

2008-12-21 Thread Oliver Lambert
Cool, Thanks On 21/12/2008, at 6:20 PM, Marius wrote: You already got good advices to your particular problem still an exception thrown from LoanWrapper-s should be caught by and your function called. I'll look into it tomorrow. Br's, Marius On 18 Dec, 23:58, Oliver ola...@gmail.com

[Lift] Re: Can or Box or something else

2008-12-21 Thread Derek Chen-Becker
I think that the previously mentioned Box would be the only other thing that has 1. The same semantic meaning of container. Well, as Tim pointed out this is a US thing for Can... 2. The same brevity. I agree with David that commonly used constructs should be short If it was going to

[Lift] Re: Can or Box or something else

2008-12-21 Thread Mateusz Fiołka
Result +1 Quite short, only one selfexplaining imo and describes the purpose it serves well. The only downsides of this name is +3 characters and the fact that the class could be used also as non result but for other purpose. On Sun, Dec 21, 2008 at 3:32 PM, Derek Chen-Becker

[Lift] Re: url handling

2008-12-21 Thread Marius
It really does ... In fact redirectTo from StatefulSnippet calls S.redirectTo and passes a function which sets this current snippet on S when redirect happens. Br's, Marius On Dec 20, 8:44 pm, Oliver Lambert ola...@gmail.com wrote: No, but as Derek suggests, it sounds a bit like the stateful

[Lift] Re: Can or Box or something else

2008-12-21 Thread Josh Suereth
In the spirit of LOLCode, I make the following proposal: Can becomes Bukkit Full becomes BukkitOf (or Bukkit of via some DSL like syntax) Empty becomes Noob (or Bukkit of Noob via some DSL like syntax) Failure becomes WTF? val x : Bukkit[String] = WTF?(new RuntimeException(O NOES!)) val y :

[Lift] Re: Websites and apps that are using Lift?

2008-12-21 Thread Daniel Cer
Does anyone here have any public Lift powered webapps? If so, would you mind sharing the URL and what other support components you are using (e.g. which servlet container Tomcat, Jetty; database; etc.) I just wanted to add that small personal projects are fine. I entered all the responses

[Lift] Re: Websites and apps that are using Lift?

2008-12-21 Thread Charles F. Munat
I have six sites, four of them that will be public, that are coming online over the next few days/weeks. I'll add them four public ones to your list as they go live. Chas. Daniel Cer wrote: Does anyone here have any public Lift powered webapps? If so, would you mind sharing the URL and what