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
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
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
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
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
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
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
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
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
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
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!
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
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
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
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
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:
&
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
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
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.
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
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
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
22 matches
Mail list logo