Untitled Document
Untitled Document
development.
2.APACHE TOMCAT
Apache Tomcat is a free and open-source implementation of the Jakarta Servlet, Jakarta
Expression Language, and WebSocket technologies. Tomcat provides a "pure Java" HTTP web
server environment in which Java code can run.
3.xampp
XAMPP is a software distribution which provides the Apache web server, MySQL database
(actually MariaDB), Php and Perl (as command-line executables and Apache modules) all in
one package. It is available for Windows, MAC and Linux systems.
MySQL provides connectivity for client applications developed in the Java programming
language with MySQL Connector/J, a driver that implements the Java Database Connectivity
(JDBC) API. MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that
are compatible with the JDBC 3.0 and JDBC 4.
5.JDK
The Java Development Kit (JDK) is a distribution of Java Technology by Oracle Corporation. It
implements the Java Language Specification (JLS) and the Java Virtual Machine Specification
(JVMS) and provides the Standard Edition (SE) of the Java Application Programming Interface
(API).
6.SQLyog
SQLyog is a powerful MySQL development and administration solution, trusted by 2.5 million
users around the world. With SQLyog, organizations have a tool that enables database
developers, administrators, and architects to visually compare, optimize, and document
schemas.
7. JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the
query with the database. It is a part of JavaSE (Java Standard Edition). JDBC API uses JDBC
drivers to connect with the database.
Second Day
In the second day we were moved to the next step, designing.Here we know about different
control and their important properties that we used for designing.
In this project Employee Management System Project is essential software designed to keep
track of employee information in any company. It stores data such as their employees’ personal
information
This simple crud employee system is a simple Java applet program. This system is basically an
employee management system but with the JDBC driver database. Here you can perform the
CRUD operations. This whole system is built in Java programming language with the help of
Eclipse IDE.