Thanks Thiago and Ben for your great responses. I am working through
these suggestions at the moment.

I thought I would build a fresh tapestry app based on the quickstart and
introduce tapestry-resteasy and agrest.

Tim

On 6/8/21 02:14, Thiago H. de Paula Figueiredo wrote:
> Ouch, I should have checked Ben's brilliant response before I wrote my own,
> inferior one.
>
> On Thu, Aug 5, 2021 at 1:12 PM Thiago H. de Paula Figueiredo <
> thiag...@gmail.com> wrote:
>
>> On Tue, Aug 3, 2021 at 8:12 AM D Tim Cummings <t...@triptera.com.au.invalid>
>> wrote:
>>
>>> I had a look at tapestry-resteasy but it seems to rely on hibernate or
>>> jpa and I am using cayenne.
>>
>> tapestry-resteasy doesn't rely on either Hibernate or JPA nor any other
>> ORM:
>> https://repo1.maven.org/maven2/org/tynamo/tapestry-resteasy/0.7.0/tapestry-resteasy-0.7.0.pom
>>
>>
>>> I am not sure what is required for
>>> org.tynamo.services.PersistenceService.
>>
>> I don't think it's needed either. I guess you're confusing the code
>> examples with requirements.
>>
>>
>>> Also tapestry-resteasy says I
>>> don't need to edit web.xml.
>>>
>> That's correct. tapestry-resteasy it takes care of telling
>> Tapestry-the-page-framework to not handle requests to the REST URLs while
>> also handling these URLs inside Tapestry (either as an RequestFilter or an
>> HttpServletRequestFilter). Tapestry itself is implemented as a servlet
>> filter receiving all requests, even though it may not actually provide the
>> response for all of them.
>>
>> --
>> Thiago
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to