Skip to content
#

java-advanced

Here are 11 public repositories matching this topic...

JavaServer Pages (JSP) is a technology that allows developers to create dynamic web pages using Java. It enables the separation of dynamic content from presentation logic in web applications, facilitating easier maintenance and development. With JSP, you can embed Java code directly into HTML pages, making it possible to generate dynamic content d

  • Updated Mar 13, 2024
  • HTML

This repository contains a Java Servlet project that demonstrates how to implement a simple search functionality using Java Servlets, with redirection to Google search results. The project is developed using Eclipse IDE, deployed on an Apache Tomcat server, and structured to easily integrate with MySQL for database interactions if needed.

  • Updated Oct 11, 2024
  • HTML

This project is a simple web application for user authentication, built using Java Servlets, MySQL database, and Apache Tomcat server. The application allows users to log in with predefined credentials, displaying a welcome message upon successful authentication.

  • Updated Oct 11, 2024
  • Java

Improve this page

Add a description, image, and links to the java-advanced topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the java-advanced topic, visit your repo's landing page and select "manage topics."

Learn more