[Lift] Re: What is going to be in Lift 1.1

2009-10-15 Thread monty chen

 That is great for lift 1.1. but I suggest to improve doc.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: What is going to be in Lift 1.1

2009-10-15 Thread Peter Robinett

Hi David,

That sounds like a great list, especially (in my case) the Record,
lift-json, OAuth, and REST support.

Peter Robinett

On Oct 14, 11:27 pm, David Pollak feeder.of.the.be...@gmail.com
wrote:
 Folks,
 I'd like to get everyone's input on what Lift 1.1 will contain.  Here's my
 list:

    - Wizard working to the same quality that SiteMap works
    - Record become the primary persistence vehicle in Lift
    - Lift runs on Scala 2.8
    - Full support for Oracle and MS SQL Server
    - Integrate lift-json into Lift's JavaScript libraries
    - OAuth server support
    - Improved REST support

 Please let me know what your list looks like.  Once we get to consensus,
 I'll post tickets for each of the items.

 Thanks,

 David

 --
 Lift, the simply functional web frameworkhttp://liftweb.net
 Beginning Scalahttp://www.apress.com/book/view/1430219890
 Follow me:http://twitter.com/dpp
 Surf the harmonics
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: What is going to be in Lift 1.1

2009-10-15 Thread Jonathan Ferguson
Being able to unit test record/mapper classes and the code that depends on
them would be wonderful.

Cheers
Jono

2009/10/15 David Pollak feeder.of.the.be...@gmail.com



 On Wed, Oct 14, 2009 at 4:51 PM, Timothy Perrett 
 timo...@getintheloop.euwrote:

 Agreed on all fronts. Points 1 - 4 are pretty key for me and the projects
 that run on lift at work.

 So, the million dollar question: ETA's of this stuff? Scala 2.8.2 (based
 on our previous conversation about not using 2.8.0) is still some time off
 right?


 Scala 2.8 is crystalizing.  I'm expecting a release this year.  I'm also
 more confident that EPFL will have a solid 2.8 rather than a 2.8 quickly
 followed by a 2.8.1.



 Cheers, Tim

 On 14 Oct 2009, at 22:27, David Pollak wrote:

 Folks,
 I'd like to get everyone's input on what Lift 1.1 will contain.  Here's my
 list:

- Wizard working to the same quality that SiteMap works
- Record become the primary persistence vehicle in Lift
- Lift runs on Scala 2.8
- Full support for Oracle and MS SQL Server
- Integrate lift-json into Lift's JavaScript libraries
- OAuth server support
- Improved REST support

 Please let me know what your list looks like.  Once we get to consensus,
 I'll post tickets for each of the items.

 Thanks,

 David

 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Surf the harmonics








 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Surf the harmonics

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: What is going to be in Lift 1.1

2009-10-15 Thread Jacek Furmankiewicz

Will REST support include integrated JAX-RS and JAXB? Or are you
planning to not use those existing stacks and replace them with
something Scala/Lift-specific?

I personally like both of them as they take care of a lot of plumbing
transparently (.e.g. switching output from JSON to XML depending on
whether the service is called from a browser or via curl),

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: What is going to be in Lift 1.1

2009-10-15 Thread David Pollak
On Thu, Oct 15, 2009 at 7:08 AM, Jacek Furmankiewicz jace...@gmail.comwrote:


 Will REST support include integrated JAX-RS and JAXB? Or are you
 planning to not use those existing stacks and replace them with
 something Scala/Lift-specific?


This thread is the discussion of the what is going to be in 1.1, not the
specifics of design or implementation.

Feel encouraged to start a new thread discussing how you'd like to see
particular features implemented.


 I personally like both of them as they take care of a lot of plumbing
 transparently (.e.g. switching output from JSON to XML depending on
 whether the service is called from a browser or via curl),

 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: What is going to be in Lift 1.1

2009-10-14 Thread Timothy Perrett
Agreed on all fronts. Points 1 - 4 are pretty key for me and the  
projects that run on lift at work.

So, the million dollar question: ETA's of this stuff? Scala 2.8.2  
(based on our previous conversation about not using 2.8.0) is still  
some time off right?

Cheers, Tim

On 14 Oct 2009, at 22:27, David Pollak wrote:

 Folks,

 I'd like to get everyone's input on what Lift 1.1 will contain.   
 Here's my list:
 Wizard working to the same quality that SiteMap works
 Record become the primary persistence vehicle in Lift
 Lift runs on Scala 2.8
 Full support for Oracle and MS SQL Server
 Integrate lift-json into Lift's JavaScript libraries
 OAuth server support
 Improved REST support
 Please let me know what your list looks like.  Once we get to  
 consensus, I'll post tickets for each of the items.

 Thanks,

 David

 -- 
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Surf the harmonics

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: What is going to be in Lift 1.1

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 4:51 PM, Timothy Perrett timo...@getintheloop.euwrote:

 Agreed on all fronts. Points 1 - 4 are pretty key for me and the projects
 that run on lift at work.

 So, the million dollar question: ETA's of this stuff? Scala 2.8.2 (based on
 our previous conversation about not using 2.8.0) is still some time off
 right?


Scala 2.8 is crystalizing.  I'm expecting a release this year.  I'm also
more confident that EPFL will have a solid 2.8 rather than a 2.8 quickly
followed by a 2.8.1.



 Cheers, Tim

 On 14 Oct 2009, at 22:27, David Pollak wrote:

 Folks,
 I'd like to get everyone's input on what Lift 1.1 will contain.  Here's my
 list:

- Wizard working to the same quality that SiteMap works
- Record become the primary persistence vehicle in Lift
- Lift runs on Scala 2.8
- Full support for Oracle and MS SQL Server
- Integrate lift-json into Lift's JavaScript libraries
- OAuth server support
- Improved REST support

 Please let me know what your list looks like.  Once we get to consensus,
 I'll post tickets for each of the items.

 Thanks,

 David

 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Surf the harmonics




 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---