Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread Heiko Seeberger
OK ;-) This is what I answered to Martin so far: > I do not know such a tutorial, sorry. OSGi offers "hot deployment" out of > the box, hence you do not need any JRebel or so. But by default (according > to the spec) each bundle must be a JAR, hence you need a full build cycle. > Eclipse Equinox

Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread Ross Mellgren
On Feb 5, 2010, at 12:18 PM, David Pollak wrote: > On Fri, Feb 5, 2010 at 9:06 AM, Heiko Seeberger > wrote: > On 5 February 2010 15:05, Martin Ellis wrote: > > Any offers/suggestions? (Sorry, I realise the question more about > OSGI than lift) > > Indeed, let's discuss this off-list ... > >

Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread David Pollak
On Fri, Feb 5, 2010 at 9:06 AM, Heiko Seeberger < heiko.seeber...@googlemail.com> wrote: > On 5 February 2010 15:05, Martin Ellis wrote: > >> >> Any offers/suggestions? (Sorry, I realise the question more about >> OSGI than lift) >> > > Indeed, let's discuss this off-list ... > > Can you discuss

Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread Heiko Seeberger
On 5 February 2010 15:05, Martin Ellis wrote: > > Any offers/suggestions? (Sorry, I realise the question more about > OSGI than lift) > Indeed, let's discuss this off-list ... Heiko Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules

Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread Martin Ellis
On 5 February 2010 05:00, philip wrote: > I downloaded the git source and made a OSGi jar package by running the > maven, now what do I do with it? > > I see its a jar file with the manifest for OSGi, I guess I can load it > into Apache Felix, but doesn't Liftweb need tomcat or jetty to run? So >

Re: [Lift] OSGi example, what to do to make it run?

2010-02-04 Thread Heiko Seeberger
Philip, Good to see some interest in Lift's OSGi support! Of course Lift will need a servlet container. Hence you will have to install one in your OSGi framework, too. The same accounts for all the dependencies, e.g. the Scala library. Heiko On Friday, February 5, 2010, philip wrote: > Hi, > >

[Lift] OSGi example, what to do to make it run?

2010-02-04 Thread philip
Hi, I downloaded the git source and made a OSGi jar package by running the maven, now what do I do with it? I see its a jar file with the manifest for OSGi, I guess I can load it into Apache Felix, but doesn't Liftweb need tomcat or jetty to run? So I don't really understand how its going to run.