[jbosstools-issues] [JBoss JIRA] (JBIDE-8782) Hot deployment of JAX-RS (RESTEasy) endpoints
Josef Kopriva (Jira)
issues at jboss.org
Thu May 28 08:52:59 EDT 2020
[ https://issues.redhat.com/browse/JBIDE-8782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josef Kopriva closed JBIDE-8782.
--------------------------------
Closing, nothing to do.
> Hot deployment of JAX-RS (RESTEasy) endpoints
> ---------------------------------------------
>
> Key: JBIDE-8782
> URL: https://issues.redhat.com/browse/JBIDE-8782
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Burrsitis Sutter
> Priority: Major
>
> Provide for hot deployment of JAX-RS (RESTEasy) services/endpoints. At this moment, adding a new JAX-RS endpoint (with AS6) seems to require server restart. Editing an already deployed JAX-RS service (again on AS6) seems to require "Full Publish".
> package com.burrsutter.jqueryresteasy;
> import javax.ws.rs.Path;
> import javax.ws.rs.GET;
> import javax.ws.rs.Produces;
> @Path("/helloworldjson")
> public class HelloWorldJSON {
> @GET
> @Produces("application/json")
> public String sayHello() {
> return "{ \"hello\" : \"world\" }";
> }
> }
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jbosstools-issues
mailing list