Distributed Computing in Java 9 by Raja Malleswara Rao Pattamsetti

Distributed Computing in Java 9 by Raja Malleswara Rao Pattamsetti

Author:Raja Malleswara Rao Pattamsetti [Pattamsetti, Raja Malleswara Rao]
Language: eng
Format: azw3
Tags: COM051220 - COMPUTERS / Programming / Parallel, COM051010 - COMPUTERS / Programming Languages / General, COM051280 - COMPUTERS / Programming Languages / Java
Publisher: Packt Publishing
Published: 2017-06-30T04:00:00+00:00


<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns:xsi="http://www.w3.org/2001/

XMLSchema-instance"

xmlns="http://java.sun.com/xml/ns/javaee"

xsi:schemaLocation="http://java.sun.com/xml/ns/javaee

http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"

id="WebApp_ID" version="3.0">

<servlet>

<servlet-name>Jersey REST Web Service</servlet-name>

<servlet- class>

org.glassfish.jersey.servlet.ServletContainer

</servlet-class>

<init-param>

<param-name>

jersey.config.server.provider.packages

</param-name>

<param-value>jaxrs</param-value>

</init-param>

<load-on-startup>1</load-on-startup>

</servlet>

<servlet-mapping>

<servlet-name>Jersey REST Web Service</servlet-name>

<url-pattern>/rest/*</url-pattern>

</servlet-mapping>

</web-app>

Write the web component that is the default home page of the web service application; being a web application, the default welcome page is index.html and can be defined as follows:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.