From 589901b03688e073eb85b5b51a58cec3c8d5d5e9 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 7 Aug 2016 23:46:00 +0300 Subject: juick-ws: do not use servlet api directly, refactor components as InitializingBean --- juick-ws/src/main/webapp/WEB-INF/web.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'juick-ws/src/main/webapp/WEB-INF') diff --git a/juick-ws/src/main/webapp/WEB-INF/web.xml b/juick-ws/src/main/webapp/WEB-INF/web.xml index a040035c..7e1c30d0 100644 --- a/juick-ws/src/main/webapp/WEB-INF/web.xml +++ b/juick-ws/src/main/webapp/WEB-INF/web.xml @@ -1,18 +1,4 @@ - - APNS/GCM/MPNS module - PushComponent - com.juick.ws.components.PushComponent - - - Crossposting module - CrosspostComponent - com.juick.ws.components.CrosspostComponent - - - XMPP module - XMPPComponent - com.juick.ws.components.XMPPComponent - + -- cgit v1.2.3