Ok, so I think it depends on how much integration you need / want with Lift itself. I don't see a huge benefit (if any) to it being in Lift core.
In fact, I actually wouldn't mind seeing the main lift repo being broken out into other repositories within our github organisation. To that end, I think you could have it as a separate project but still within the Lift organisation which would give it the "offical lift" status, but not polluting the core project and suffering from frozen APIs.
WDYT?
Cheers, Tim
> --
> You received this message because you are subscribed to the Google Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com.
> To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
Sounds super.
Ok, so I think it depends on how much integration you need / want with Lift itself. I don't see a huge benefit (if any) to it being in Lift core.
In fact, I actually wouldn't mind seeing the main lift repo being broken out into other repositories within our github organisation. To that end, I think you could have it as a separate project but still within the Lift organisation which would give it the "offical lift" status, but not polluting the core project and suffering from frozen APIs.
WDYT?
I would be interested in working on using lifts state machine in order
to do some workflows for approvals.
Another fun concept would be to do
a scheduler for putting content into the future.
Plugins are critical
for CMS tools and those should probably be hosted outside of lift
project.
I am interested to know your thoughts on if you have to break any of
the security strengths of Lift by creating pages dynamically.
I would love to help!
Wade
On Aug 17, 12:49 pm, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> Folks,> Beginning Scalahttp://www.apress.com/book/view/1430219890
>
> I've been working on a light-weight set of CMS code for Lift (yep, the next
> version of the LiftWeb.net site will be deployed on this).
>
> I'm noodling with either making it a Lift module or alternatively making it
> a separate project.
>
> As a Lift module, it'll be compiled along with normal Lift releases. But it
> also means that the API will get frozen more quickly.
>
> As a stand-alone project, there will be much more of a chance for API
> evolution. The problem is the complexity of building against Scala 2.7.7,
> 2.8.0, 2.8.1, etc. and Lift 2.1, 2.2, 3.0, etc.
>
> What do folks think?
>
> Is there a way to designate parts of Lift that have evolving APIs such that
> the 2.x line is source compatible except for modules marked as "evolving"?
>
> Thanks,
>
> David
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
What feature abstractions are on your list thus far?
Cheers, Tim
Interesting.
What feature abstractions are on your list thus far?
Cheers, Tim
On 17 Aug 2010, at 23:20, David Pollak wrote:
> Rather than writing a CMS, I'm going to write some abstractions. I will do some example code that demonstrates the CMS, but my goal is not to write a CMS, but to give folks tools for integrating CMS-like functionality into their sites.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
exciting new! when first version come?