I've pushed my changes and additions back to my branch, hopefully for all to
see (still learning git). I'll write an example app based on the changes
soon.

cheers
Oliver

On Tue, May 19, 2009 at 9:14 AM, David Pollak <feeder.of.the.be...@gmail.com
> wrote:

> Oliver,
>
> Good stuff... please make sure that your branch is available on the GitHub
> repository for all to see and use.
>
> Thanks,
>
> David
>
>
> On Sat, May 16, 2009 at 1:36 AM, Oliver Lambert <olambo...@gmail.com>wrote:
>
>>
>>
>> On Sat, May 16, 2009 at 4:32 AM, David Pollak <
>> feeder.of.the.be...@gmail.com> wrote:
>>
>>>
>>>
>>> On Thu, May 14, 2009 at 7:43 PM, Oliver Lambert <olambo...@gmail.com>wrote:
>>>
>>>> I've started integrating my immutable bindings, but have some questions
>>>>
>>>> On my build, I've placed the main immutable binding classes in module
>>>> lift webkit under package net.liftweb.http.immu.
>>>> Is that location/name OK?
>>>
>>>
>>> If there's stuff that does not reference other stuff in the http classes,
>>> please put it in net.liftweb.util.  How many classes do you have?  Can we
>>> put it in net.liftweb.record instead?  I'm thinking your work might form the
>>> basis for some of the record stuff.
>>>
>>>
>> I'll put what I can in net.liftweb.util. I guess there are about 10
>> classes, but I'll probably put these in a few files. I like the idea of
>> using net.liftweb.record - I'll start to study the record methodology, also.
>>
>>
>>>>
>>>> I would like to introduce a new set of currency classes, roughly based
>>>> on Martin et al's Currency Zone example in their book. Derek, is using an
>>>> earlier version of it in his JPA example, Ive simplified it a little and
>>>> extended it to include a few different currencies. Is this OK? - I know
>>>> there is a simple currency class already.
>>>
>>>
>>> Sure.  I'm pretty sure the existing currency class in net.liftweb.util is
>>> unused, so if you want to "break" that class, that might be a good place to
>>> put your code.
>>>
>>
>> cool, will do
>>
>>
>>>
>>>> I'm not sure what to do about the mixin binding that I use for html,
>>>> that extends/modifies BindHelpers.
>>>
>>>
>>> Put it in BindHelpers... as long as it doesn't break any of the existing
>>> APIs.
>>>
>>>
>> ok, I might go slowly on this bit.
>>
>>
>>>
>>>> Potentially I could modify BindHelpers, but, should I leave it out for
>>>> now or include it as an optional and separate class in
>>>> net.liftweb.html.immu?
>>>>
>>>> cheers
>>>> Oliver
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Lift, the simply functional web framework http://liftweb.net
>>> Beginning Scala http://www.apress.com/book/view/1430219890
>>> Follow me: http://twitter.com/dpp
>>> Git some: http://github.com/dpp
>>>
>>>
>>>
>>
>>
>>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Git some: http://github.com/dpp
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to