[Lift] Re: More Actor garbage (collection)

2009-05-20 Thread Barry Kaplan
Can these fixes be used outside of lift? --~--~-~--~~~---~--~~ 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

[Lift] Re: Lift for non UI, xml REST server embedded in existing application?

2009-05-18 Thread Barry Kaplan
@David Do you want everything to live in the same WAR file? ... No war at all, its a standalone app. Right now I have an embedded Jetty server with a registered jetty..RequestHandler. This app monitors machine tools on manufacturing floors, buffers the data, and provide a client http api for

[Lift] Re: Lift for non UI, xml REST server embedded in existing application?

2009-05-18 Thread Barry Kaplan
(Hmm, I replied yesterday but never saw the post, so apologies if both eventually show up) Do you want everything to live in the same WAR file?   This is a standalone app -- no war file. Currently it is using an embedded jetty server. The application (agent) monitors machine tools on the

[Lift] Lift for non UI, xml REST server embedded in existing application?

2009-05-17 Thread Barry Kaplan
I'm looking for a bootstrap example of integrating lift into an existing application that needs to server up XML documents via a REST api. The application is already operational and cannot be reconfigured to live within lift -- I'm looking to lift to add just the http service and infrastructure.