--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
Small thing: the code samples all seem borked in IE8: http://imgur.com/654gK
Are you using the same highlighter as for Simply Lift HTML? Because
that looks ok in IE8.
Cool, making a statement like this helps a lot indeed.
Small thing: the code samples all seem borked in IE8: http://imgur.com/654gK
Are you using the same highlighter as for Simply Lift HTML? Because
that looks ok in IE8.
1. Comet & Ajax
2. Designer-friendly templates (aka 'view-first'/'no logic in view',
which stresses another important feature of the templating mechanism)
3. Wizard
4. Security
5. Wiring
6. Lazy loading
7. Parallel page rendering
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
2011/1/21 David Pollak <feeder.of...@gmail.com>:
--Maarten
so very cool - i was just having a conversation with a potential team member on why I chose Lift for my project - I could have simply pointed to this site. Great stuff - can you link it off the main website? Something more permanent than "Latest Happenings"?
Lift is the most powerful, most secure web framework available today. There are Seven Things that distinguish Lift from other web frameworks. Lift applications are:
Already done. ;-)--You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
> I couldn't resist putting this on hacker news with a catchy title.
Nice, lot's of interesting outsider perspectives there. Got more
upvotes than I would've thought.
One of the more interesting was a pointer to nitrogenproject, an Erlang based framework that has a comet implementation that on first glance looks to be on par with that of Lift.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
Ignore point one… I didn't read the page source, and I see that I
probably entered different ages for the two examples, so that one
worked as expected.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
That's really interesting. I knew that Lift comet support was excellent
and super simple to use from an user point of view, now I better
understand the myriad of little (and not so little) things that are
managed for me.
Thanks,
--
Francois ARMAND
http://fanf42.blogspot.com
http://www.normation.com
Thank you for clarifying this.
How do you get the source code copied to the war?
David Pollak wrote:
>
>
> On Mon, Jan 24, 2011 at 11:06 PM, Naftoli Gugenheim
> <nafto...@gmail.com <mailto:nafto...@gmail.com>> wrote:
>
> How do you get the source code copied to the war?
>
>
> sym link from the src/main/resources to the scr/main/scala
Or it can done via SBT. I'll keep this in mind when doing the
archetype/template update.
- Indrajit
>
>
> On Mon, Jan 24, 2011 at 4:30 PM, S�ren Bramer Schmidt
> <sor...@gmail.com <mailto:sor...@gmail.com>> wrote:
>
> Thank you for clarifying this.
>
> --
> You received this message because you are subscribed to the
> Google Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com
> <mailto:lif...@googlegroups.com>.
> To unsubscribe from this group, send email to
> liftweb+u...@googlegroups.com
> <mailto:liftweb%2Bunsu...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com
> <mailto:lif...@googlegroups.com>.
> To unsubscribe from this group, send email to
> liftweb+u...@googlegroups.com
> <mailto:liftweb%2Bunsu...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Blog: http://goodstuff.im
> Surf the harmonics
>
Neat trick! I may want to borrow your ShowCode snippet if it's okay.
On Jan 24, 2:08 am, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> On Sun, Jan 23, 2011 at 1:23 AM, pwagland <pwagl...@gmail.com> wrote:That might be true, however if you do open multiple branches of the
> > Ignore point one… I didn't read the page source, and I see that I
> > probably entered different ages for the two examples, so that one
> > worked as expected.
>
> Point 1 and point 2 are the same.
>
> Because screen 3 can initialize based on the inputs in the prior screens and
> because it's possible (in the non-ajax mode) to copy/paste URLs so that
> multiple branches of the same Wizard can be happening at the same time, it's
> not possible to capture future state for replay because there's no way to
> predict if the future valid state for the specific screens.
same wizard the results seem to stomp over each other anyway.
And I
accept the point that future values might be rendered invalid, or
unneeded, by changes in the previous steps, however they could just as
possibly not be rendered invalid. It could be possible to call isValid
to determine whether the current values are still valid, and, if they
are, use/show them, and if they are not, then don't, or even better,
show them, but state what the error is.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.