@bjarte and @charles

Sure, I've been learning Scala for a few months now and was trying to
create a wicket application with db4o and kept running into problems
that I did not know how to solve in Scala.  Since Lift is witten in
Scala, I thought my learning curve could be about the same, so here I
am.  I will definitely post any experiences I come accross and I'll
start a sample project in github, for anyone interested.  Keep in mind
that I don't know Scala or Lift very well and therefore cannot be
trusted with correct implementations.

On Oct 5, 10:16 am, efleming969 <[EMAIL PROTECTED]> wrote:
> @david
>
> thanks, that did the trick.
>
> On Oct 3, 12:51 pm, "David Pollak" <[EMAIL PROTECTED]>
> wrote:
>
> > def myUnloader(): Unit = {
> >   ... run when Lift is being unloaded
>
> > }
>
> > LiftRules.unloadHooks += myUnloader _
>
> > On Fri, Oct 3, 2008 at 8:56 AM, efleming969 <[EMAIL PROTECTED]> wrote:
>
> > > I'm trying to convert a scala + wicket + db4o application to Lift +
> > > db4o.  I'm using a standard ServletContextListener to shutdown my
> > > database file.
>
> > > What is the recommended method for ContextListener type code in Lift.
> > > Should I just configure my ContextListener as normal or is there a
> > > special place for this type of code?
>
> > > Thanks
>
> > --
> > Lift, the simply functional web frameworkhttp://liftweb.net
> > Collaborative Task Managementhttp://much4.us
> > 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to