diff --git a/maxlifeproject.xml b/maxlifeproject.xml new file mode 100644 index 00000000..82bac18c --- /dev/null +++ b/maxlifeproject.xml @@ -0,0 +1,12 @@ +hello gopinath +how are you mam +how is your daughter +whats happend +increses the your confindental gopi +be focus +be way to talk confident + + +i want busy the laguage traly bag +that cost is 3100/- + diff --git a/pom.xml b/pom.xml index f9b4b08d..8327abce 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,9 @@ - maven-war-plugin - 2.6 + org.apache.maven.plugins + maven-war-plugin + 3.3.1 WebContent false diff --git a/target/classes/com/srk/dao/StudentDAO.class b/target/classes/com/srk/dao/StudentDAO.class new file mode 100644 index 00000000..b6f44362 Binary files /dev/null and b/target/classes/com/srk/dao/StudentDAO.class differ diff --git a/target/classes/com/srk/servlet/DeleteStudent.class b/target/classes/com/srk/servlet/DeleteStudent.class new file mode 100644 index 00000000..bb9be6ef Binary files /dev/null and b/target/classes/com/srk/servlet/DeleteStudent.class differ diff --git a/target/classes/com/srk/servlet/EditStudent.class b/target/classes/com/srk/servlet/EditStudent.class new file mode 100644 index 00000000..63148621 Binary files /dev/null and b/target/classes/com/srk/servlet/EditStudent.class differ diff --git a/target/classes/com/srk/servlet/RegistrationController.class b/target/classes/com/srk/servlet/RegistrationController.class new file mode 100644 index 00000000..e95df44f Binary files /dev/null and b/target/classes/com/srk/servlet/RegistrationController.class differ diff --git a/target/classes/com/srk/servlet/SaveEditedStudent.class b/target/classes/com/srk/servlet/SaveEditedStudent.class new file mode 100644 index 00000000..5641528c Binary files /dev/null and b/target/classes/com/srk/servlet/SaveEditedStudent.class differ diff --git a/target/classes/com/srk/servlet/ViewStudents.class b/target/classes/com/srk/servlet/ViewStudents.class new file mode 100644 index 00000000..a29d82c2 Binary files /dev/null and b/target/classes/com/srk/servlet/ViewStudents.class differ diff --git a/target/classes/vo/Student.class b/target/classes/vo/Student.class new file mode 100644 index 00000000..8a1cb396 Binary files /dev/null and b/target/classes/vo/Student.class differ diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 00000000..c0cf8c76 --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=studentapp +groupId=com.jdevs +version=2.5-SNAPSHOT diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 00000000..e8a6db95 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,7 @@ +vo/Student.class +com/srk/dao/StudentDAO.class +com/srk/servlet/DeleteStudent.class +com/srk/servlet/SaveEditedStudent.class +com/srk/servlet/RegistrationController.class +com/srk/servlet/ViewStudents.class +com/srk/servlet/EditStudent.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 00000000..ae4b7d6a --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,7 @@ +/var/lib/jenkins/workspace/Newproject/src/com/srk/servlet/ViewStudents.java +/var/lib/jenkins/workspace/Newproject/src/com/srk/dao/StudentDAO.java +/var/lib/jenkins/workspace/Newproject/src/vo/Student.java +/var/lib/jenkins/workspace/Newproject/src/com/srk/servlet/DeleteStudent.java +/var/lib/jenkins/workspace/Newproject/src/com/srk/servlet/RegistrationController.java +/var/lib/jenkins/workspace/Newproject/src/com/srk/servlet/SaveEditedStudent.java +/var/lib/jenkins/workspace/Newproject/src/com/srk/servlet/EditStudent.java diff --git a/target/studentapp-2.5-SNAPSHOT.war b/target/studentapp-2.5-SNAPSHOT.war new file mode 100644 index 00000000..d40629cf Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT.war differ diff --git a/target/studentapp-2.5-SNAPSHOT/META-INF/MANIFEST.MF b/target/studentapp-2.5-SNAPSHOT/META-INF/MANIFEST.MF new file mode 100644 index 00000000..5e949512 --- /dev/null +++ b/target/studentapp-2.5-SNAPSHOT/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/target/studentapp-2.5-SNAPSHOT/NewFile.jsp b/target/studentapp-2.5-SNAPSHOT/NewFile.jsp new file mode 100644 index 00000000..79087358 --- /dev/null +++ b/target/studentapp-2.5-SNAPSHOT/NewFile.jsp @@ -0,0 +1,12 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + +Insert title here + + + + + \ No newline at end of file diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/dao/StudentDAO.class b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/dao/StudentDAO.class new file mode 100644 index 00000000..b6f44362 Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/dao/StudentDAO.class differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/DeleteStudent.class b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/DeleteStudent.class new file mode 100644 index 00000000..bb9be6ef Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/DeleteStudent.class differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/EditStudent.class b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/EditStudent.class new file mode 100644 index 00000000..63148621 Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/EditStudent.class differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/RegistrationController.class b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/RegistrationController.class new file mode 100644 index 00000000..e95df44f Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/RegistrationController.class differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/SaveEditedStudent.class b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/SaveEditedStudent.class new file mode 100644 index 00000000..5641528c Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/SaveEditedStudent.class differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/ViewStudents.class b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/ViewStudents.class new file mode 100644 index 00000000..a29d82c2 Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/com/srk/servlet/ViewStudents.class differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/vo/Student.class b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/vo/Student.class new file mode 100644 index 00000000..8a1cb396 Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/classes/vo/Student.class differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/lib/javax.servlet-api-3.0.1.jar b/target/studentapp-2.5-SNAPSHOT/WEB-INF/lib/javax.servlet-api-3.0.1.jar new file mode 100644 index 00000000..4e2edcc9 Binary files /dev/null and b/target/studentapp-2.5-SNAPSHOT/WEB-INF/lib/javax.servlet-api-3.0.1.jar differ diff --git a/target/studentapp-2.5-SNAPSHOT/WEB-INF/web.xml b/target/studentapp-2.5-SNAPSHOT/WEB-INF/web.xml new file mode 100644 index 00000000..b5d99ab5 --- /dev/null +++ b/target/studentapp-2.5-SNAPSHOT/WEB-INF/web.xml @@ -0,0 +1,8 @@ + + + CustomWebApp + + index.jsp + + + \ No newline at end of file diff --git a/target/studentapp-2.5-SNAPSHOT/home.jsp b/target/studentapp-2.5-SNAPSHOT/home.jsp new file mode 100644 index 00000000..4597fcd7 --- /dev/null +++ b/target/studentapp-2.5-SNAPSHOT/home.jsp @@ -0,0 +1,49 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + +Display + + + +<% String name = request.getParameter("fullname"); + String Addr = request.getParameter("address"); + String age = request.getParameter("age"); + String Qual = request.getParameter("qual"); + String Persent = request.getParameter("percent"); + String Year = request.getParameter("yop"); %> + + + + + + + + + + + + + + + + + + + + + + + + + +
Full Name<%= name %>
Address<%= Addr %>
Age<%= age %>
Qualification<%= Qual %>
Percentage<%= Persent %>
Year of Passout<%= Year %>
+ + \ No newline at end of file diff --git a/target/studentapp-2.5-SNAPSHOT/index.jsp b/target/studentapp-2.5-SNAPSHOT/index.jsp new file mode 100644 index 00000000..5d19d508 --- /dev/null +++ b/target/studentapp-2.5-SNAPSHOT/index.jsp @@ -0,0 +1,55 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + +User Data + + + +

Student Registration Form

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Student Full Name
Student Father Name
Student Permanent Address
Student Age
Student Qualification
Student Percentage
Year Passed
+ +
+
+ +