Posts

Showing posts from November, 2019

Servers

https://www.youtube.com/watch?v=Nu-18s6EeM8 https://www.youtube.com/watch?v=ATObcDPLa40 https://www.javatpoint.com/server-web-vs-application What is Tomcat? Apache Tomcat is an open-source web server and servlet container for rendering Java Server Pages (JSPs) and executing servlets. Web applications can be deployed to a Tomcat server using WAR files (Java web archive files). Tomcat does not support the full EE stack and will not deploy EAR files. If you don’t have a place to run your Tomcat yet, you can check out JavaPipe’s  Java web hosting  offers and see if that’s what you’re looking for. For now let’s proceed on how to setup your own Tomcat container. https://stackoverflow.com/questions/29397202/does-glassfish-server-consist-of-a-webserver-also Does Glassfish server consist of a webserver also? 1 According to the defintions I have read a  web server  is something which can serve http requests (e.g Apache). A  web co...

Web Socket

Image
https://github.com/jpssasadara/react-redux-complete-playlist Introduction JNDI https://www.youtube.com/watch?v=gUOMKpE48g0 https://www.youtube.com/watch?v=PPuUIospVr0 Practical https://www.youtube.com/watch?v=iDogrHEo4x0&t=80s https://github.com/Java-Techie-jt/spring-boot-multiple-datasource Microservice https://www.youtube.com/watch?v=mwzMt502IDI Web Socket https://xlui.me/t/spring-boot-websocket-android-client/ theory https://www.youtube.com/watch?v=sUEq35F-ELY&pbjreload=10 https://www.quora.com/How-is-WebSocket-different-from-TCP http://jmesnil.net/stomp-websocket/doc/ https://www.youtube.com/watch?v=KoBqiuU6t6M https://stackoverflow.com/questions/38140849/stomp-over-websockets-vs-plain-stomp-which-one-is-better https://www.youtube.com/watch?v=i5OVcTdt_OU&t=18s https://www.javainuse.com/spring/boot-websocket https://www.youtube.com/watch?v=xMtP5ZB3wSk https://www.youtube.com/watch?v=4Hyv4M1kFeM