Hi,
I got the source (first time using git :-) ), built and tested it, but
i had to add the following to the pom of lift-jersey and lift-jersey-
test:
<repositories>
<repository>
<id>m2.dev.java.net</id>
<url>
http://download.java.net/maven/2</url>
<layout>default</layout>
</repository>
</repositories>
Paul.
On May 18, 2009, at 3:38 PM, Paul Sandoz wrote:
>
> On May 18, 2009, at 2:49 PM, James Strachan wrote:
>
>> 2009/5/18 Paul Sandoz <Paul.Sandoz_at_sun.com>:
>>> Hi James,
>>>
>>> I am looking to demo some cutting edge stuff for the Jersey BOF @
>>> J1, do you
>>> think a demo of your Lift integration work is possible?
>>
>> Sure! I should have a working application using Lift/Jersey in the
>> next couple of days; until then there's a kinda demo (though not
>> terribly impressive yet) in the test application...
>>
>> http://github.com/jstrachan/liftweb/tree/master/lift-jersey-test
>>
>> as described here
>>
>> http://github.com/jstrachan/liftweb/tree/master/lift-jersey
>>
>> Basically the templates don't do very much yet (other than do a
>> sitemesh/tiles type thing of applying a consistent layout to the
>> generated page). I'll hopefully have an example of a more traditional
>> Lift template in a few days (using the custom tag stuff in Lift)
>>
>
> Great! thanks,
> Paul.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>