On Tue, 31 Mar 2020 at 21:16, Alexander Farber <alexander.far...@gmail.com>
wrote:

> Thank you for your response Greg -
>
>
> On Mon, Mar 30, 2020 at 10:09 AM Greg Wilkins <gr...@webtide.com> wrote:
>
>>
>> Jetty supports the Servlet API feature of RequestDispatcher.include, so
>> one URI/resource can be included in another page.  The trick is how do you
>> trigger than in the content that you are generating?    From the servlet,
>> it should be easy enough to get a RequestDispatcher and call it directly.
>> If you want to do this from static content, then you will need to use
>> something like JSP to process that content and allow dynamic components to
>> be added.   For wordpress... either do it in wordpress... or do something
>> very complex about intercepting responses and rewriting with the new
>> content - possible but a lot of work.
>>
>
> then I will better use jQuery in my test server pages to fetch and insert
> the web page content
>

If client side is an option, there are always simple iframes as an option




> Regards
> Alex
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-users
>


-- 
Greg Wilkins <gr...@webtide.com> CTO http://webtide.com
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to