Posts

Angular JS

http://www.adeveloperdiary.com/angular-js/angular-1-x/the-best-way-to-master-angular-js-part-1/ http://www.java2blog.com/2016/03/angularjs-hello-world-example.html https://thinkster.io/a-better-way-to-learn-angularjs https://antjanus.com/blog/web-development-tutorials/front-end-development/comprehensive-beginner-guide-angularjs / http://shrestha-manoj. blogspot .com/2014/05/spring- mvc-maven-hibernate-crud- example.html https://github.com/raonibr https://thinkster.io/a-better- way-to-learn-angularjs http://learnangularjs. blogspot .in/2013/04/exploring- angularjs-expressions.html https://angadrajput.wordpress. com/2014/07/12/spring-mvc- rest-web-service-and-angular- js-tutorial-part-1/ http://blog.jhades.org/ developing-a-modern-java-8- web-app-with-spring-mvc-and- angularjs/ http://blog.jhades. org/developing-a-modern-java- 8-web-app-with-spring-mvc-and- angularjs/ http://www.toptal.com/angular- js/your-first-angularjs-app- part-2-scaffolding-buildi

Jboss Vs Weblogic

Image
http://www.rapidprogramming.com/questions-answers/What-is-the-difference-between-JBoss-and-Weblogic--755

Difference between a Web Server, Web Container, and an Application Server

Difference between a Web Server, Web Container, and an Application Server A  Web Server  is a server capable of receiving HTTP requests, interpreting them, processing the corresponding HTTP Responses and sending them to the appropriate clients (Web Browsers).  Example:  Apache Web Server. A  Web Container  is a J2EE compliant implementation which provides an environment for the Servlets and JSPs to run. Putting it differently we can say that a Web Container is combination of a Servlet Engine and a JSP Engine. If an HTTP Request refers to a Web Component (typically a Servlet or a JSP) then the request is forwarded to the Web Container and the result of the request is sent back to Web Server, which uses that result to prepare the HTTP Response for the particular HTTP Request.  Example:  Tomcat is a typical Web Container. A typical setup would be to have Apache HTTP Server as the Web Server and Tomcat as the Web Container. An  Application Server  is a complete server, which p