What exactly are you looking for? Are you looking for way to use lift to communicate with an existing REST server, so that you can extract documents and display them in your lift app - using lift as your blog interface?
If so, I'm trying to do something similar. There are discussions on this site from a lot of folks who say they are integrating lift with Jersey and other similar systems, but I haven't seen any code that directly gives lift templates and snippets direct access. You are correct, in that you can pretty easily create a REST server in your lift application and GET xml documents from it, but I haven't figured out how to PUT documents from a non-lift resource into my lift app, since that requires that you can somehow access lift's Req object via a URL Glenn... On May 17, 10:26 am, Barry Kaplan <[email protected]> wrote: > 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. > > Does such a beast exist? (BTW, I have the lift book, but it seems only > to discuss adding an api to UI based lift application.) > > thanks! > -barry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
