-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
# Collection of all Java programs | ||
# Adding Data to Database | ||
|
||
> This repository is under construction. In future, I am going to slowly upload the lab programs that I had to do during basic + advanced java course in my University. | ||
|
||
## About this repo | ||
In this repository there are several small project codes written in Java Language including Spring MVC, struts, JavaMail API, Applet, etc. They are listed in index below. To properly understand about any project you must <b>read the Project ReadMe/Details!</b> | ||
|
||
## INDEX | ||
|
||
|
||
| Project Name | Project ReadMe/Details | Project Output | View Folder | Description | | ||
|:---:|:---:|:---:|:---:|:---:| | ||
| Java Mail API | [Read My Details](JavaMailAPI_Example/) | [Output](JavaMailAPI_Example/ImageJavaMailAPI/) | [View My Code](JavaMailAPI_Example/JavaMailAPI2) | It sends email to entered email id using Java Mail API | | ||
| Spring Web MVC Login Form | [Read My Details](SpringMVCFormExample/) | [Output](/SpringMVCFormExample/ImagesSpringMVCFormExample/) | [View My Code](/SpringMVCFormExample/Spring6) | It is a login form made using Spring 4.0.1 Framework| |