Tag: jsp
Example: Get Autocomplete Feature In Java/Jsp With jQuery API
by  Java4s | 58 Comments
  [ Ask Question ]
Hi friends, let us see how to get autocomplete effect in normal java/jsp applications, with the help of jQuery. I hope every body knows the importance of using autocomplete feature in java/.net or some other technologies. Am going to…
Spring Boot + Spring MVC + JSP Hello World Example
by  Java4s | 5 Comments
  [ Ask Question ]
This article describes how to create a Spring MVC application using Spring Boot. As this is an MVC application unlike previous examples, we have to create a webapp folder under /src/main (src > main > webapp) where we will place all…