Home / Tag Archives: java

Tag Archives: java

May, 2010

  • 10 May

    Advantages of Server-Side Scripting

    Server-side scripting means that a script that is executed on a website will be processed by the server and then displayed as regular HTML in the user’s browser. The alternative to it, client-side scripting relies on the user’s own browser, often including plugins, to execute the designated scripts. Both are …

March, 2010

  • 17 March

    How to Install Apache Tomcat in CentOS/Redhat/Fedora

    Apache Tomcat is free and open source software that implements a Java-based HTTP web server using Java Servlets and JavaServer Pages (JSP). It is an option to consider when you are implementing a content management system or creating web applications. There are four main steps to take to get Tomcat …