[Lift] Re: REST CRUD web service

2008-11-18 Thread Tim Perrett
Taking this back on-topic, does anyone want to help mr work on this http auth stuff? I have a good plan in place design wise now, but if people are interested in helping with the implementation then hit me up off-list Cheers Tim Sent from my iPhone On 18 Nov 2008, at 20:51, "Charles F. M

[Lift] Re: REST CRUD web service

2008-11-18 Thread Charles F. Munat
I believe that this is only if you "redistribute" it. But these licenses are very confusing. Chas. Erick Fleming wrote: > Alex, this is a quote from the link you gave: > > "Under the open source license, you must release the complete source > code for the application that uses Berkeley DB, B

[Lift] Re: REST CRUD web service

2008-11-18 Thread Charles F. Munat
If I read this correctly: "Do I have to pay for a Berkeley DB license to use it in my Perl or Python scripts? No, you may use the Berkeley DB open source license at no cost. The Berkeley DB open source license requires that software that uses Berkeley DB be freely redistributable. In the case

[Lift] Re: REST CRUD web service

2008-11-18 Thread Alex Boisvert
Yes, you should rely on their information.I over-simplified it by taking for granted that you may have proprietary code. aelx On Tue, Nov 18, 2008 at 10:16 AM, Erick Fleming <[EMAIL PROTECTED]>wrote: > Alex, this is a quote from the link you gave: > > "Under the open source license, you

[Lift] Re: REST CRUD web service

2008-11-18 Thread Erick Fleming
Alex, this is a quote from the link you gave: "Under the open source license, you must release the complete source code for the application that uses Berkeley DB, Berkeley DB Java Edition or Berkeley DB XML. You do not need to release the source code for components that are generally installed on

[Lift] Re: REST CRUD web service

2008-11-18 Thread Alex Boisvert
On Mon, Nov 17, 2008 at 9:04 PM, Charles F. Munat <[EMAIL PROTECTED]> wrote: > > Everything you need to know is here: > > http://www.oracle.com/technology/documentation/berkeley-db/xml/index.html > > It's an Apache Software License: > > > http://www.oracle.com/technology/software/products/berkeley

[Lift] Re: REST CRUD web service

2008-11-18 Thread Erick Fleming
Chas, I didn't read the Berkley DB XML License as an Apache Software License, I think it is more like GPL. I think the Apache License is included for the libraries that Berkley DB XML depends on. I'm also interested in the Berkley DB for Java system and the Apache license is not included for th

[Lift] Re: REST CRUD web service

2008-11-18 Thread Charles F. Munat
Cool. Tim Perrett wrote: > Hi Chas, > > The code isn't online anywhere right now - I have a couple of eurostar > journeys to go on this week so working on this will pass the time :-) > > Watch this space is all I can offer right now - when I have something > to share, I'll push the code to

[Lift] Re: REST CRUD web service

2008-11-18 Thread Tim Perrett
Hi Chas, The code isn't online anywhere right now - I have a couple of eurostar journeys to go on this week so working on this will pass the time :-) Watch this space is all I can offer right now - when I have something to share, I'll push the code to my github repo Cheers, Tim Sent from m

[Lift] Re: REST CRUD web service

2008-11-17 Thread Charles F. Munat
Yeah, I'm thinking Digest is the way I probably want to go. Sorry to hear that it's complicated. Do you have code anywhere that I could look at (just curious)? Chas. Tim Perrett wrote: > Hey Chas, > > I'm currently writing HTTP auth for lift, so watch this space :-) > > It's unfortunatly pre

[Lift] Re: REST CRUD web service

2008-11-17 Thread Tim Perrett
Hey Chas, I'm currently writing HTTP auth for lift, so watch this space :-) It's unfortunatly pretty complex, so is taking longer than I'd hoped. I'm impletmenting Basic and Digest auth; the latter being the most secure. Cheers, Tim Sent from my iPhone On 18 Nov 2008, at 02:21, "Charles F

[Lift] Re: REST CRUD web service

2008-11-17 Thread Charles F. Munat
Everything you need to know is here: http://www.oracle.com/technology/documentation/berkeley-db/xml/index.html It's an Apache Software License: http://www.oracle.com/technology/software/products/berkeley-db/htdocs/xmloslicense.html Happy to share notes as we go along. Are you connecting to db

[Lift] Re: REST CRUD web service

2008-11-17 Thread Erick Fleming
Chas, I'm not doing web services yet in my current project, but have plans to. I've been using db4o as my backend, but am interested in Berkley DB. Do you know what license it's under? The Oracle website just says Open Source. On Mon, Nov 17, 2008 at 8:21 PM, Charles F. Munat <[EMAIL PROTECTED