Re: [Lift] Running parallel site load balanced

2010-03-01 Thread John Pletka
1, 2010 at 5:39 PM, David Pollak wrote: > > > On Mon, Mar 1, 2010 at 1:19 PM, Jeppe Nejsum Madsen wrote: > >> Ahh just saw David beat me to it with the other reply :-) >> >> John Pletka writes: >> >> > It is a business application - lots of forms, rep

Re: [Lift] Running parallel site load balanced

2010-03-01 Thread John Pletka
ar 100% up-time. That means having at least a second server in hot-standby mode (preferably parallel production), and some way to do upgrades without bringing the whole site offline. On Mon, Mar 1, 2010 at 3:48 PM, David Pollak wrote: > > > On Mon, Mar 1, 2010 at 12:29 PM, John Pletka

[Lift] Running parallel site load balanced

2010-03-01 Thread John Pletka
y good articles about how to scale Lift horizontally. Thanks in advance John -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send e

[Lift] Re: Improvements to Lift-Json

2010-02-15 Thread John A. De Goes
Now removed the dependency on paranamer because paranamer doesn't work for case classes that inherit strange combinations. Anyone who's using lift-json care to test this fork? Regards, John On Feb 15, 5:25 pm, "John A. De Goes" wrote: > Added support for flattening/unf

[Lift] Re: Improvements to Lift-Json

2010-02-15 Thread John A. De Goes
Added support for flattening/unflattening a JSON object to/from a key/ value pair map of strings to strings (this representation of a JSON object is useful for NVP web API interfaces). On Feb 14, 10:19 am, "John A. De Goes" wrote: > I have a branch of liftweb in which I've

[Lift] Re: Improvements to Lift-Json

2010-02-14 Thread John A. De Goes
Just also fixed a bug for None option of tuples (or any other case where java.lang.Object's no arg constructor is a match for empty JSON specifications) and added support for arrays, which also utilizes JSON array syntax. -- You received this message because you are subscribed to the Google Group

[Lift] Re: Improvements to Lift-Json

2010-02-14 Thread John A. De Goes
Sorry, git newbie here. :-) -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this

[Lift] Improvements to Lift-Json

2010-02-14 Thread John A. De Goes
I have a branch of liftweb in which I've modified lift-json. I added more tests, support for composite type hints (e.g. typeHints1 + typeHints2), support for polymorphic case classes with no type arguments (e.g. case class Foo()), and fixed one bug. In addition, I added support for serialization

Re: [Lift] Re: How do I go about implementing my own auth?

2009-12-07 Thread John Goodsen
you can use when you specify your > > SiteMap in the Loc construction. > > > > This is one approach. > > > > Another one, probably more suitable for login forms, is to look into > > Mapper support for that (I think it's called MetaMegaProtoUser ? ) > > -- > > Yo

Re: [Lift] json form and checkboxes

2009-12-03 Thread John Goodsen
s called. -- John Goodsen RADSoft / Better Software Faster jgood...@radsoft.comLean/Agile/XP/Scrum Coaching and Training http://www.radsoft.com Ruby/Rails, Scala/Lift and Java Solutions On Thu, Dec 3, 2009 at 4:33 PM, edgarchan wrote: > Hi > > i tr

[Lift] run jetty

2009-10-15 Thread john
Hi all, I'm really excited with my recent finding of the wonderful, powerful lift. May be my question is too naive, but I did get: error executing database operation clean_insert, when I run jetty on my todo directory on Window XP machine. your help is highly appreciated!

[Lift] Re: help with JPA annotation?

2009-05-26 Thread John D. Heintz
kedList subclass That loses two of the features you wanted: linkedList and specialized type name. I think the LinkedList just isn't persistable, and the second could be re-obtained by providing a secondary method that wraps the primary collection list with a new one for typing purposes. Cheers

[Lift] Re: help with JPA annotation?

2009-05-25 Thread John D. Heintz
to implement a UserType to customize the Hibernate mapping process. I don't actually know how that would work with a collection type, but I suspect some strange incantations would work. Hope this helps, John Heintz On Mon, May 25, 2009 at 5:42 PM, Meredith Gregory wrote: > All, > > Be

[Lift] Re: Swampland

2009-01-10 Thread John Nilsson
t system is to store user, time, rendered html and stacktrace when unexpected exceptions are thrown. Integrating this feature with the bugtracking system would be goolden. As you base this on lift I guess it would a good way to "sell" them as a package with this kind of integration o

[Lift] Re: What tags cannot be "open/close" in IE?

2009-01-09 Thread John Nilsson
Ah here it is: http://www.wlmark.com/xhtml-html.php about half way down is a dicussion about , browsers, xml vs sgml and such matters. BR, John On Fri, Jan 9, 2009 at 6:50 PM, John Nilsson wrote: > As it should. I don't think even the XML standard say that is > equvalent to

[Lift] Re: What tags cannot be "open/close" in IE?

2009-01-09 Thread John Nilsson
efore version 4) standardized to mean new line no matter what and is of course a stand alone new line even in HTML 4. Maybe shouldn't be treated as a new line. I guess if the browser is in tag soup mode it is the sane thing to do. BR, John On Thu, Jan 8, 2009 at 8:27 PM, David Pollak wrote: &

[Lift] Re: Writing files outside the context of WAR?

2008-12-07 Thread John Nilsson
Use Varnish? http://en.wikipedia.org/wiki/Varnish_cache BR, John On Sun, Dec 7, 2008 at 10:31 PM, Tim Perrett <[EMAIL PROTECTED]> wrote: > > Hey guys, > > Im looking for a little bit of advice regarding a home rolled caching > system. As you've probably seen in my

[Lift] Re: REST Web Services questions and suggestions

2008-11-11 Thread John Nilsson
On Tue, Nov 11, 2008 at 12:48 AM, David Pollak < [EMAIL PROTECTED]> wrote: > The framework makes one thing easier with very little cost to doing the > thing another way. > Ok. I guess I'll just have to try some code and see how it feels. Thanks for you

[Lift] Re: REST Web Services questions and suggestions

2008-11-10 Thread John Nilsson
e I got the impression that the second parameter to RequestState was exactly the suffix of the URL, separated by the framework and presented as an API. The general consequence being that the framework puts focus on the URL-suffix rather than the Accept header. Which I think your example also ilustrates.

[Lift] Re: REST Web Services questions and suggestions

2008-11-09 Thread John Nilsson
h semantics into the URL. It should let the application do it, as per the example above though. For accept headers the framework should have more freedom to provide an easi API. BR, John --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Lift] Re: REST Web Services questions and suggestions

2008-11-09 Thread John Nilsson
On Sun, Nov 9, 2008 at 1:13 PM, Tim Perrett <[EMAIL PROTECTED]> wrote: > > Hey John, > > I take your point for sure - the only thing id say on this would be > that there is argument (both for and against) of holding this type of > resource representation in the request me

[Lift] Re: REST Web Services questions and suggestions

2008-11-08 Thread John Nilsson
t; and > > GET /articles/1234.xml > GET /articles/1234.js Just curios, but whats wrong with GET /articles/1234 HTTP/1.1 Host: example.com Accept: text/xml; q=1.0, application/json; q=0.8 ? BR, John --~--~-~--~~~---~--~~ You received this message becau