From ee61d8b905abe0d541838bd0f0793e5086855bb9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 19 Jan 2022 22:51:10 +0100 Subject: remove gitignore files --- .../WSDL/CountryClient/web/META-INF/context.xml | 2 -- .../CountryClient/web/WEB-INF/jax-ws-catalog.xml | 4 ---- Year_3/TSDWL/WSDL/CountryClient/web/index.html | 16 --------------- Year_3/TSDWL/WSDL/CountryClient/web/list.jsp | 24 ---------------------- 4 files changed, 46 deletions(-) delete mode 100644 Year_3/TSDWL/WSDL/CountryClient/web/META-INF/context.xml delete mode 100644 Year_3/TSDWL/WSDL/CountryClient/web/WEB-INF/jax-ws-catalog.xml delete mode 100644 Year_3/TSDWL/WSDL/CountryClient/web/index.html delete mode 100644 Year_3/TSDWL/WSDL/CountryClient/web/list.jsp (limited to 'Year_3/TSDWL/WSDL/CountryClient/web') diff --git a/Year_3/TSDWL/WSDL/CountryClient/web/META-INF/context.xml b/Year_3/TSDWL/WSDL/CountryClient/web/META-INF/context.xml deleted file mode 100644 index bcfc615..0000000 --- a/Year_3/TSDWL/WSDL/CountryClient/web/META-INF/context.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Year_3/TSDWL/WSDL/CountryClient/web/WEB-INF/jax-ws-catalog.xml b/Year_3/TSDWL/WSDL/CountryClient/web/WEB-INF/jax-ws-catalog.xml deleted file mode 100644 index a15a205..0000000 --- a/Year_3/TSDWL/WSDL/CountryClient/web/WEB-INF/jax-ws-catalog.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Year_3/TSDWL/WSDL/CountryClient/web/index.html b/Year_3/TSDWL/WSDL/CountryClient/web/index.html deleted file mode 100644 index c627c24..0000000 --- a/Year_3/TSDWL/WSDL/CountryClient/web/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - TODO supply a title - - - - -
TODO write content
- - diff --git a/Year_3/TSDWL/WSDL/CountryClient/web/list.jsp b/Year_3/TSDWL/WSDL/CountryClient/web/list.jsp deleted file mode 100644 index e3406b4..0000000 --- a/Year_3/TSDWL/WSDL/CountryClient/web/list.jsp +++ /dev/null @@ -1,24 +0,0 @@ -<%-- - Document : list - Created on : Jan 19, 2022, 9:57:20 PM - Author : dcariotti ---%> - -<%@page import="org.oorsprong.websamples.TCountryCodeAndName"%> -<%@page import="java.util.List"%> -<%@page contentType="text/html" pageEncoding="UTF-8"%> - - - - - Countries list - - -

Countries list

- <% List languages = (List) request.getAttribute("countries"); %> - <% for (TCountryCodeAndName language : languages) { %> -

<%= language.getSName()%> Search capital

- <% } %> - - - -- cgit v1.2.3-18-g5258