https://github.com/l33t-c0d3r-66/crud-app
A CRUD Application Created Using Spring MVC and Hibernate.
https://github.com/l33t-c0d3r-66/crud-app
hibernate-orm
java
jsp
maven
servlet
spring-core
spring-mvc
Last synced: 2 months ago
JSON representation
A CRUD Application Created Using Spring MVC and Hibernate.
-
Host: GitHub
-
URL: https://github.com/l33t-c0d3r-66/crud-app
-
Owner: l33t-c0d3r-66
-
Created: 2021-11-09T18:19:49.000Z
(about 3 years ago)
-
Default Branch: master
-
Last Pushed: 2022-06-08T16:05:29.000Z
(over 2 years ago)
-
Last Synced: 2023-03-04T01:55:57.952Z
(almost 2 years ago)
-
Topics: hibernate-orm, java, jsp, maven, servlet, spring-core, spring-mvc
-
Language: Java
-
Homepage:
-
Size: 211 KB
-
Stars: 4
-
Watchers: 1
-
Forks: 0
-
Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
# CRUD-APP
CRUD App is a Web Application Where User can Perform CRUD Operations.
It is Created Using JSP, Servlet, Hiberate, Spring Frameworks and Bootstrap.
This is a learning Based Project and built using Maven.
## What is JSP?
JavaServer Pages (JSP) technology allows you to easily create web content that has both static and dynamic components.
JSP technology makes available all the dynamic capabilities of Java Servlet technology but provides a more natural approach to creating static content.
Read More Here: https://docs.oracle.com/javaee/5/tutorial/doc/bnagx.html
## What is Servlet?
Servlet technology is used to create a web application (resides at server side and generates a dynamic web page).
You can find resource on google or check this: https://docs.oracle.com/javaee/7/api/javax/servlet/package-summary.html
## What is Hibernate?
Hibernate is a Java framework that simplifies the development of Java application to interact with the database.
It is an open source, lightweight, ORM (Object Relational Mapping) tool.
Hibernate implements the specifications of JPA (Java Persistence API) for data persistence.
You can find more about hibernate on: https://hibernate.org/orm/documentation/5.6/
## What is Spring Framework?
The Spring Framework is an application framework and inversion of control container for the Java platform.
The framework's core features can be used by any Java application, but there are extensions for building web applications on top of the Java EE platform
Read more about Spring Here: https://docs.spring.io/spring-framework/docs/current/reference/html/
## What is Bootstrap?
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites
Find More here: https://getbootstrap.com/docs/4.1/getting-started/introduction/
## What is Maven?
Maven is a build automation tool used primarily for Java projects.
Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.
The Maven project is hosted by the Apache Software Foundation, where it was formerly part of the Jakarta Project
You can explore Maven here: https://maven.apache.org/guides/
## Images of Project