News

How to Use an Anchor Tag in JSP. Java Server Pages is a Web-based programming language that extends HTML page markup with server-side commands. JSP allows you to create a dynamic and interactive ...
How does the open-closed SOLID principle work in a Java program? Here we show you what this important principle means, and how to implement the open-closed principle in Java.
Learn how to use the open source FreeMarker template engine as a more flexible alternative to JavaServer Pages in your MVC Web applications.
A hit counter tells you about the number of visits on a particular page of your web site. Usually you attach a hit counter with your index.jsp page assuming people first land on your home page. To ...
Ok, so I do a lot of Java application development, but want to get into java web programming as well( for my new personal website I'm working on ).What I am confused about is what Java technology ...