diff --git a/Week3-Project/Taarak INT008/.gitignore b/Week3-Project/Taarak INT008/.gitignore new file mode 100644 index 0000000..11c18f4 --- /dev/null +++ b/Week3-Project/Taarak INT008/.gitignore @@ -0,0 +1 @@ +springclass-2/target \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/detailpage.html b/Week3-Project/Taarak INT008/detailpage.html new file mode 100644 index 0000000..4455678 --- /dev/null +++ b/Week3-Project/Taarak INT008/detailpage.html @@ -0,0 +1,83 @@ + + + +INFORMATION PAGE + + + + + + + + + + + + + + +
+ + + + +


+
+

PLEASE FILL DETAILS

+
NAME              :
+ +
EMAIL ID         :
+ +
PASSWORD      :
+ + +
+
+ + +
+ +
+ + + + + + diff --git a/Week3-Project/Taarak INT008/detailstyle.css b/Week3-Project/Taarak INT008/detailstyle.css new file mode 100644 index 0000000..a9652ab --- /dev/null +++ b/Week3-Project/Taarak INT008/detailstyle.css @@ -0,0 +1,90 @@ +.heading{ +/*margin:20px;*/ +background:rgba(0,0,0,0.4); + +height:100px; + +} +.heading .fornavigation ul li{ +display:inline-block; +padding:25px; +font-size:25px; +font-weight: bold; + + + +} +.forright + { float:right; width:30%; clear:right } + + +a{ + color:#ffffff; + text-decoration:none; + +} + + .infostyle{ + + margin: 20px; + /*height: 50px;*/ + font-size: 25px; + color:#FFFFFF; + + + + + } + + input{color:#FFFFFF; + font-size: 15px; + /*border-color:transparent;*/ + background: transparent; + border-bottom:2px solid #FFFFFF; + } + + .formdetails{ + + width:500px; + margin-left: 20px; + + } + + .detailbutton{ + + margin-top: 50px; + margin-left: 150px; + background: linear-gradient(#0033cc, #33ccff); + width:63px; + + } + + .detailclass{ + + /*background: url("http://www.cerc-ug.org/pic/b/62/629461_innovation-wallpaper-hd.jpg");*/ + background:url("https://i.pinimg.com/originals/08/a7/ab/08a7ab130881d2fb60585dc37744e04b.jpg"); + + background-repeat:no-repeat; + background-size:cover; + } + + + .foot{ + + + background-color: #333; + + + position: relative; + top:500px; + bottom:0px; + + } + + #fit3 + { + height:25px; + background-color:#614051; + } + + diff --git a/Week3-Project/Taarak INT008/emplist.css b/Week3-Project/Taarak INT008/emplist.css new file mode 100644 index 0000000..e34a759 --- /dev/null +++ b/Week3-Project/Taarak INT008/emplist.css @@ -0,0 +1,74 @@ + +.heading{ +/*margin:20px;*/ +background:rgba(0,0,0,0.4); + +height:100px; + +} +.heading .fornavigation ul li{ +display:inline-block; +padding:25px; +font-size:25px; +font-weight: bold;} + +table +{ + + border-collapse: collapse; +} + +table td, table th { + border: 4px solid black; + padding: 15px; +} + +.formstyle{ + + + margin-top: 100px; +} + +body{ + background: url("https://i.pinimg.com/originals/dd/6d/08/dd6d080ac1f635254ea2e1be3fad2794.jpg"); + background-repeat:no-repeat; +background-size:cover; +} + + +.foot{ + + + background-color: #333; + + margin-top: 100px; + top:300px; + bottom: 0px; + + } + + #fit3 + { + height:25px; + background-color:#614051; + } + + + .forright + { float:right; width:30%; clear:right } + + +a{ + color:#ffffff; + text-decoration:none; + font-weight: bold; +} + +.detailbutton{ + + margin-top: 50px; + margin-left: 150px; + background: linear-gradient(#0033cc, #33ccff); + width:63px; + + } diff --git a/Week3-Project/Taarak INT008/employeedetail.html b/Week3-Project/Taarak INT008/employeedetail.html new file mode 100644 index 0000000..7eb988b --- /dev/null +++ b/Week3-Project/Taarak INT008/employeedetail.html @@ -0,0 +1,92 @@ + + + + DETAILS OF EMPLOYEE + + + + + +
+ + + +
+ +

PERSONAL DETAIL


+ +
+ +
+ Employee id: + +
+
+ name: +
+ + +
+ Password: +
+ +
+ Email id: +
+ +
+ +
+ +
+ +
+ + + + + + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/employeedetaildeco.css b/Week3-Project/Taarak INT008/employeedetaildeco.css new file mode 100644 index 0000000..2088304 --- /dev/null +++ b/Week3-Project/Taarak INT008/employeedetaildeco.css @@ -0,0 +1,103 @@ +.heading{ +/*margin:20px;*/ +background:rgba(0,0,0,0.4); + +height:100px; + +} +.heading .fornavigation ul li{ +display:inline-block; +padding:25px; +font-size:25px; +font-weight: bold;} + +.forright + { float:right; width:30%; clear:right } + + +a{ + color:#ffffff; + text-decoration:none; + +} + +.foot{ + + + background-color: #333; + font-size:30px; + font-weight: bold; + color: #000000; + margin-top: 67px; + top:300px; + bottom: 0px; + text-align: center; + + + } + + #fit3 + { + height:25px; + background-color:#614051; + } +.formstyle{ +border-radius: 10px; + width: 300px; + font-size: 15px; + padding: 3px; + margin-top: 50px; + border: 5px solid red; + background-image: linear-gradient(red, yellow); + margin-left: 38%; + /*background-color: #88ff4d;*/} + + .detailstyle{ +border-radius: 25px; + font-size: 20px; + padding: 10px; + margin-top: 50px; + border: 5px solid red; + background:#FFFFFF; + width: 40%; + text-align: center; + display: inline-block; + margin-left: 3%; + } + + +body{background-color: #000000;} + +.updatebutton{ + + padding: 10px; + margin-top: 50px; + margin-left: 38%; + width: 64px; + display: inline; + + +} +.delbutton{ + height:50px; + width:100px; + border-radius: 25px; + display: inline; + margin-left: 10px; +} +.forupdate +{height:50px; + width:100px; + border-radius: 25px; +margin-top: 43px;} + +.deletedetails +{ + padding: 10px; + margin-top: 5px; + font-size: 40px; + display: inline; + + + +} \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/employeelist.html b/Week3-Project/Taarak INT008/employeelist.html new file mode 100644 index 0000000..2abc59f --- /dev/null +++ b/Week3-Project/Taarak INT008/employeelist.html @@ -0,0 +1,148 @@ + + + + + EMPLOYEE LIST + + + + + + +
+ + + +
+ +

MEMBERS ON BOARD:


+
+ + + + + + + + +
+
+ +
+ +
+ +
+ + + + + + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/employeelistbackend.js b/Week3-Project/Taarak INT008/employeelistbackend.js new file mode 100644 index 0000000..fec7cb0 --- /dev/null +++ b/Week3-Project/Taarak INT008/employeelistbackend.js @@ -0,0 +1,83 @@ + + +function postingdetails(){ + + var Name=document.getElementById('fname').value; + var Password=document.getElementById('password').value; + + var emailid=document.getElementById('email').value; + console.log(emailid); + + var PostingData={ + "name": Name, + + "Email":emailid, + "password":Password + + + + } + $.ajax({ + type: 'POST', + url: 'http://localhost:8083//register/Employee', + data:PostingData, + success: function(data) { + alert("SUBMISSION SUCCESSFUL:WELCOME ABOARD"); + location.href = "employeelist.html"; + } + }); + } + +function deleteDetails(){ + + +var idgetting=localStorage.getItem("id"); +//"id"=idgetting; + +if(confirm("ARE YOU SURE?")){ + $.ajax({ + url: 'http://localhost:8083//register/Employee' + idgetting, + type: 'DELETE', + // data:DeletingSingleData, + + + success: function(data) { + alert("DATA DELETED SUCCESSFULLY"); + location.href = "employeelist.html"; + } + +});} + else{ + alert("im upset"); + } +} + +function updatingdetails(){ + + var firstname=document.getElementById('fname').value; + + + var emailid=document.getElementById('email').value; + + var password=document.getElementById('password').value; + var UpdateData={ + "fname": name, + + "Email":emailid, + "password":password, + "id":idgetting + + + } + + + $.ajax({ + url: 'http://localhost:8083//register/Employee'+idgetting, + type: 'PUT', + data:UpdateData, + success: function(data) { + alert("UPDATED SUCCESSFULLY"); + location.href = "employeelist.html"; + } +}); + } \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/index.html b/Week3-Project/Taarak INT008/index.html new file mode 100644 index 0000000..393acdc --- /dev/null +++ b/Week3-Project/Taarak INT008/index.html @@ -0,0 +1,31 @@ + + + + LINK FOR ALL PAGES + + + + + + SIGNUP + LOGIN + CREATE + EMPLOYEE LIST + DETAIL OF SINGLE EMPLOYEE + +

+

+ In the project, I have applied CRUD operation using API's which were developed in C#. + In the "CREATE" page ,once the details are filled the data will be posted/created in database. + The employee list helps us to retrieve data of all the members oboard and when the "DETAILS" button(present in table of employee list page) is pressed it displays the data of that selected employee. + On that selected page,the employee can perform functions like Update and delete as well. +
+ + All the CRUD opertions are performed dynamically with the help of Local storage concept. + + +

+ + + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/login.html b/Week3-Project/Taarak INT008/login.html new file mode 100644 index 0000000..d4cdd39 --- /dev/null +++ b/Week3-Project/Taarak INT008/login.html @@ -0,0 +1,55 @@ + + + +LOGIN PORTAL + + + + + + + + +
+
+

LOGIN

+ +
+ + +
+ +
+ + + +
+
+ + +
+ + + NOT A REGISTERED USER?? + + + + + +
+ + + + diff --git a/Week3-Project/Taarak INT008/loginstyle.css b/Week3-Project/Taarak INT008/loginstyle.css new file mode 100644 index 0000000..3e878ab --- /dev/null +++ b/Week3-Project/Taarak INT008/loginstyle.css @@ -0,0 +1,55 @@ + +.bodyclass +{ +background:url("http://www.cerc-ug.org/pic/b/62/629422_innovation-wallpaper-hd.jpg"); + +/*background:url("slidetest.jpg");*/ + +background-repeat:no-repeat; +background-size:cover; +} +.formstyle +{ + +text-align:center; + + +background:rgba(0,0,0,0.4); +width:280px; +height:320px; +/*left:20%; +top:40%;*/ +border:5px ; + border-radius:5px; +/*position:absolute;*/ +margin-left:auto; +margin-right:auto; +margin-top:10%; +} + + .loginheading + {top:50%; + font-style:oblique; + font-size:30px; + color:#FFFFFF; + + } + + a{ + color:#FFFFFF; + font-style:oblique;} + + .submitstyle{ + padding:20px; + } + + + +.details input{ +font-size:20px; +padding:6px; +margin-bottom:10px; + font-style:italic; +} + + diff --git a/Week3-Project/Taarak INT008/signup portal.html b/Week3-Project/Taarak INT008/signup portal.html new file mode 100644 index 0000000..09a7c99 --- /dev/null +++ b/Week3-Project/Taarak INT008/signup portal.html @@ -0,0 +1,62 @@ + + + +SIGNUP PORTAL + + + + + + +
+ +

LET'S GET STARTED

+
+
+ + +
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+ +
+ + + + + + + + +
+ + + + + diff --git a/Week3-Project/Taarak INT008/signupstyle.css b/Week3-Project/Taarak INT008/signupstyle.css new file mode 100644 index 0000000..e8b8e38 --- /dev/null +++ b/Week3-Project/Taarak INT008/signupstyle.css @@ -0,0 +1,55 @@ + +.bodyclass +{ +background:url("https://images.unsplash.com/photo-1508710985089-e985fabbb184?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80"); + +/*background:url("slidetest.jpg");*/ + +background-repeat:no-repeat; +background-size:cover; +} +.formstyle +{ + +text-align:center; + + +background:rgba(0,0,0,0.5); +width:280px; +height:410px; +/*left:20%; +top:40%;*/ +border:5px ; + border-radius:5px; +/*position:absolute;*/ +margin-left:auto; +margin-right:auto; +margin-top:10%; +} + + .signupheading + {top:40%; + font-style:oblique; + font-size:30px; + color:#FFFFFF; + + } + + a{ + color:#FFFFFF; + font-style:oblique;} + + .submitstyle{ + padding:20px; + } + + + +.details input{ +font-size:20px; +padding:6px; +margin-bottom:10px; + font-style:italic; +} + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.gitignore b/Week3-Project/Taarak INT008/springclass-2/.gitignore new file mode 100644 index 0000000..c456c4a --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.gitignore @@ -0,0 +1,25 @@ +/target/ +!.mvn/wrapper/maven-wrapper.jar + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +/build/ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.lock b/Week3-Project/Taarak INT008/springclass-2/.metadata/.lock new file mode 100644 index 0000000..e69de29 diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.mylyn/.taskListIndex/segments_1 b/Week3-Project/Taarak INT008/springclass-2/.metadata/.mylyn/.taskListIndex/segments_1 new file mode 100644 index 0000000..a342bb1 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.mylyn/.taskListIndex/segments_1 differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.mylyn/.taskListIndex/write.lock b/Week3-Project/Taarak INT008/springclass-2/.metadata/.mylyn/.taskListIndex/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version new file mode 100644 index 0000000..25cb955 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index new file mode 100644 index 0000000..1d0cf96 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version new file mode 100644 index 0000000..6b2aaa7 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/3.tree b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/3.tree new file mode 100644 index 0000000..5e4b270 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.root/3.tree differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources new file mode 100644 index 0000000..1a57280 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml new file mode 100644 index 0000000..7e56bf1 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml @@ -0,0 +1,8 @@ + +
+
+ + + +
+
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi new file mode 100644 index 0000000..1329968 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -0,0 +1,3350 @@ + + + + ModelMigrationProcessor.001 + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration + + + + + + + + topLevel + shellMaximized + + + + + persp.actionSet:org.eclipse.mylyn.doc.actionSet + persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet + persp.actionSet:org.eclipse.rse.core.search.searchActionSet + persp.actionSet:org.eclipse.search.searchActionSet + persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation + persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo + persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet + persp.actionSet:org.eclipse.ui.actionSet.keyBindings + persp.actionSet:org.eclipse.ui.actionSet.openFiles + persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets + persp.actionSet:org.springsource.ide.eclipse.quicksearch.actionSet + persp.actionSet:org.springsource.ide.eclipse.commons.launch.actionSet + persp.actionSet:org.eclipse.jst.j2ee.J2eeMainActionSet + persp.actionSet:org.eclipse.jdt.ui.JavaActionSet + persp.actionSet:org.eclipse.debug.ui.launchActionSet + persp.actionSet:org.eclipse.debug.ui.debugActionSet + persp.actionSet:org.eclipse.ui.NavigateActionSet + persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer + persp.viewSC:org.eclipse.wst.server.ui.ServersView + persp.viewSC:org.eclipse.datatools.connectivity.DataSourceExplorerNavigator + persp.viewSC:org.eclipse.ui.views.BookmarkView + persp.viewSC:org.eclipse.ui.views.ContentOutline + persp.viewSC:org.eclipse.ui.views.PropertySheet + persp.viewSC:org.eclipse.ui.views.ResourceNavigator + persp.viewSC:org.eclipse.wst.common.snippets.internal.ui.SnippetsView + persp.viewSC:org.eclipse.ui.views.AllMarkersView + persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks + persp.viewSC:org.eclipse.search.ui.views.SearchView + persp.viewSC:org.eclipse.ui.console.ConsoleView + persp.showIn:org.eclipse.ui.navigator.ProjectExplorer + persp.actionSet:org.eclipse.wst.ws.explorer.explorer + persp.newWizSC:org.eclipse.m2e.core.wizards.Maven2ProjectWizard + persp.newWizSC:org.springsource.ide.eclipse.commons.gettingstarted.wizard.boot.NewSpringBootWizard + persp.newWizSC:org.springsource.ide.eclipse.gettingstarted.wizards.import.generic.newalias + persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView + persp.perspSC:org.eclipse.debug.ui.DebugPerspective + persp.perspSC:org.eclipse.jdt.ui.JavaPerspective + persp.perspSC:org.eclipse.ui.resourcePerspective + persp.perspSC:org.eclipse.wst.web.ui.webDevPerspective + persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard + persp.newWizSC:org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard + persp.newWizSC:org.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard + persp.newWizSC:org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectWizard + persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectWizard + persp.newWizSC:org.eclipse.wst.web.ui.internal.wizards.SimpleWebProjectWizard + persp.newWizSC:org.eclipse.jpt.ui.wizard.newJpaProject + persp.newWizSC:org.eclipse.jst.servlet.ui.internal.wizard.AddServletWizard + persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddSessionBeanWizard + persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddMessageDrivenBeanWizard + persp.newWizSC:org.eclipse.jpt.ui.wizard.newEntity + persp.newWizSC:org.eclipse.jst.ws.creation.ui.wizard.serverwizard + persp.newWizSC:org.eclipse.ui.wizards.new.folder + persp.newWizSC:org.eclipse.ui.wizards.new.file + persp.actionSet:org.eclipse.wst.server.ui.internal.webbrowser.actionSet + persp.actionSet:org.eclipse.debug.ui.breakpointActionSet + persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet + persp.showIn:org.eclipse.eclemma.ui.CoverageView + persp.newWizSC:org.eclipse.jpt.jpa.ui.wizard.newJpaProject + persp.perspSC:org.eclipse.jpt.ui.jpaPerspective + + + + active + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Java + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:General + + + + + + + + Minimized + + View + categoryTag:Mylyn + + + View + categoryTag:General + + + + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:Server + + + View + categoryTag:Data Management + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + View + categoryTag:General + + + + + + + + Minimized + + View + categoryTag:Help + + + View + categoryTag:General + + + View + categoryTag:Help + + + + + + + View + categoryTag:Help + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:Help + + + + org.eclipse.e4.primaryDataStack + EditorStack + + + Editor + org.eclipse.m2e.editor.MavenPomEditor + removeOnHide + + menuContribution:popup + popup:org.eclipse.core.runtime.xml.source.EditorContext + popup:.EditorContext + popup:#AbstractTextEditorContext + + + menuContribution:popup + popup:org.eclipse.core.runtime.xml.source.RulerContext + popup:.RulerContext + popup:#AbstractTextEditorRulerContext + + + menuContribution:popup + popup:#OverviewRulerContext + + + menuContribution:popup + popup:org.eclipse.core.runtime.xml.source.EditorContext + popup:.source.EditorContext + popup:org.eclipse.wst.sse.ui.StructuredTextEditor.EditorContext + + + menuContribution:popup + popup:org.eclipse.core.runtime.xml.source.RulerContext + popup:.source.RulerContext + popup:org.eclipse.wst.sse.ui.StructuredTextEditor.RulerContext + + + menuContribution:popup + popup:org.eclipse.m2e.core.pomFile.source.EditorContext + popup:org.eclipse.core.runtime.xml.source.EditorContext + popup:#AbstractTextEditorContext + + + menuContribution:popup + popup:org.eclipse.m2e.core.pomFile.source.RulerContext + popup:org.eclipse.core.runtime.xml.source.RulerContext + popup:#AbstractTextEditorRulerContext + + + menuContribution:popup + popup:#OverviewRulerContext + + + menuContribution:popup + popup:org.eclipse.m2e.core.pomFile.source.EditorContext + popup:org.eclipse.core.runtime.xml.source.source.EditorContext + popup:org.eclipse.wst.sse.ui.StructuredTextEditor.EditorContext + + + menuContribution:popup + popup:org.eclipse.m2e.core.pomFile.source.RulerContext + popup:org.eclipse.core.runtime.xml.source.source.RulerContext + popup:org.eclipse.wst.sse.ui.StructuredTextEditor.RulerContext + + + + + Editor + org.eclipse.jdt.ui.CompilationUnitEditor + removeOnHide + + menuContribution:popup + popup:#CompilationUnitEditorContext + popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext + popup:#AbstractTextEditorContext + + + menuContribution:popup + popup:#CompilationUnitRulerContext + popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext + popup:#AbstractTextEditorRulerContext + + + menuContribution:popup + popup:#OverviewRulerContext + + + + + Editor + org.eclipse.jdt.ui.CompilationUnitEditor + removeOnHide + + + + Editor + org.eclipse.jdt.ui.CompilationUnitEditor + removeOnHide + + + + Editor + org.eclipse.jdt.ui.CompilationUnitEditor + removeOnHide + + menuContribution:popup + popup:#CompilationUnitEditorContext + popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext + popup:#AbstractTextEditorContext + + + menuContribution:popup + popup:#CompilationUnitRulerContext + popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext + popup:#AbstractTextEditorRulerContext + + + menuContribution:popup + popup:#OverviewRulerContext + + + + + Editor + org.eclipse.jdt.ui.CompilationUnitEditor + removeOnHide + + menuContribution:popup + popup:#CompilationUnitEditorContext + popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext + popup:#AbstractTextEditorContext + + + menuContribution:popup + popup:#CompilationUnitRulerContext + popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext + popup:#AbstractTextEditorRulerContext + + + menuContribution:popup + popup:#OverviewRulerContext + + + + + + + + + View + categoryTag:General + active + activeOnClose + + ViewMenu + menuContribution:menu + + + menuContribution:popup + popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu + + + + + + + View + categoryTag:General + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java Browsing + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + menuContribution:popup + popup:org.eclipse.ui.views.AllMarkersView + popup:org.eclipse.ui.ide.MarkersView + + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + + + + + + View + categoryTag:Server + + ViewMenu + menuContribution:menu + + + + + + + View + categoryTag:Data Management + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + + View + categoryTag:General + + ViewMenu + menuContribution:menu + + + menuContribution:popup + popup:org.eclipse.m2e.core.pomFile.source.OutlineContext + popup:org.eclipse.ui.DefaultTextEditor.source.OutlineContext + popup:org.eclipse.wst.sse.ui.StructuredTextEditor.OutlineContext + + + menuContribution:popup + popup:org.eclipse.jdt.ui.outline + + + menuContribution:popup + popup:org.eclipse.jdt.ui.outline + + + menuContribution:popup + popup:org.eclipse.jdt.ui.outline + + + + + + + + View + categoryTag:Mylyn + + ViewMenu + menuContribution:menu + + + menuContribution:popup + popup:org.eclipse.mylyn.tasks.ui.menus.activeTask + + + menuContribution:popup + popup:org.eclipse.mylyn.tasks.ui.views.tasks + + + + + + + View + categoryTag:General + + + + toolbarSeparator + + + + Draggable + + + + toolbarSeparator + + + + Draggable + + + toolbarSeparator + + + + Draggable + + + Draggable + + + Draggable + + + Draggable + + + + + + + Draggable + + + Draggable + + + toolbarSeparator + + + + Draggable + + + + Draggable + + + toolbarSeparator + + + + toolbarSeparator + + + + Draggable + + + stretch + SHOW_RESTORE_MENU + + + Draggable + HIDEABLE + SHOW_RESTORE_MENU + + + + + stretch + + + Draggable + + + Draggable + + + + + TrimStack + Draggable + + + + + TrimStack + Draggable + + + + + TrimStack + Draggable + + + TrimStack + Draggable + + + + + TrimStack + Draggable + + + TrimStack + Draggable + + + + + + platform:win32 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + deleted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + platform:win32 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor + + + + + View + categoryTag:Ant + + + + + View + categoryTag:Gradle + + + + + View + categoryTag:Gradle + + + + + View + categoryTag:Data Management + + + + + View + categoryTag:Data Management + + + + + View + categoryTag:Data Management + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Java + + + + + View + categoryTag:Git + + + + + View + categoryTag:Git + + + + + View + categoryTag:Git + + + + + View + categoryTag:Git + NoRestore + + + + + View + categoryTag:Git + + + + + View + categoryTag:General + + + + + View + categoryTag:Help + + + + + View + categoryTag:Debug + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java Browsing + + + + + View + categoryTag:Java + + + + + View + categoryTag:General + + + + + View + categoryTag:Java + + + + + View + categoryTag:Java + + + + + View + categoryTag:JPA + + + + + View + categoryTag:JPA + + + + + View + categoryTag:JavaServer Faces + + + + + View + categoryTag:JavaServer Faces + + + + + View + categoryTag:Web Services + + + + + View + categoryTag:Maven + + + + + View + categoryTag:Maven + + + + + View + categoryTag:Mylyn + + + + + View + categoryTag:Mylyn + + + + + View + categoryTag:Mylyn + + + + + View + categoryTag:Oomph + + + + + View + categoryTag:API Tools + + + + + View + categoryTag:Plug-in Development + + + + + View + categoryTag:Plug-in Development + + + + + View + categoryTag:Plug-in Development + + + + + View + categoryTag:Plug-in Development + + + + + View + categoryTag:Plug-in Development + + + + + View + categoryTag:Remote Systems + + + + + View + categoryTag:Remote Systems + + + + + View + categoryTag:Remote Systems + + + + + View + categoryTag:Remote Systems + + + + + View + categoryTag:Remote Systems + + + + + View + categoryTag:Remote Systems + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:Team + + + + + View + categoryTag:Team + + + View + categoryTag:Help + + + + + View + categoryTag:Terminal + + + + + View + categoryTag:Other + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:Help + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:General + + + + + View + categoryTag:Debug + + + + + View + categoryTag:JavaScript + + + + + View + categoryTag:JavaScript + + + + + View + categoryTag:JavaScript + + + + + View + categoryTag:JavaScript + + + + + View + categoryTag:JavaScript + + + + + View + categoryTag:Server + + + + + View + categoryTag:XML + + + + + View + categoryTag:XML + + + + + View + categoryTag:XML + + + + + View + categoryTag:XML + + + + + View + categoryTag:XML + + + + + View + categoryTag:Other + + + + glue + move_after:PerspectiveSpacer + SHOW_RESTORE_MENU + + + move_after:Spacer Glue + HIDEABLE + SHOW_RESTORE_MENU + + + glue + move_after:SearchField + SHOW_RESTORE_MENU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache new file mode 100644 index 0000000..593f470 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache new file mode 100644 index 0000000..593f470 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps new file mode 100644 index 0000000..593f470 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/index.db b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/index.db new file mode 100644 index 0000000..e69de29 diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt new file mode 100644 index 0000000..8586397 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt @@ -0,0 +1 @@ +java \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache new file mode 100644 index 0000000..593f470 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt new file mode 100644 index 0000000..2c8c835 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt @@ -0,0 +1 @@ +INDEX VERSION 1.131+C:\Users\taarak.dhingra\eclipse-workspace\springclass-2\.metadata\.plugins\org.eclipse.jdt.core diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat new file mode 100644 index 0000000..3de398e Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml new file mode 100644 index 0000000..2333fad --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml @@ -0,0 +1,4 @@ + + + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml new file mode 100644 index 0000000..a9843bd --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml @@ -0,0 +1,4 @@ + + + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml new file mode 100644 index 0000000..a4ee3cb --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml new file mode 100644 index 0000000..9e390f5 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml new file mode 100644 index 0000000..e74a85b --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml @@ -0,0 +1,9 @@ + +
+
+
+
+
+
+
+
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core.ui/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core.ui/dialog_settings.xml new file mode 100644 index 0000000..dc3f6a7 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core.ui/dialog_settings.xml @@ -0,0 +1,7 @@ + +
+
+
+
+
+
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0.cfs new file mode 100644 index 0000000..10c0c85 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_1.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_1.cfs new file mode 100644 index 0000000..d32dbba Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_1.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_1_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_1_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_1_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_2.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_2.cfs new file mode 100644 index 0000000..d9c1008 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_2.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_2_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_2_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_2_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_3.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_3.cfs new file mode 100644 index 0000000..514c166 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_3.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments.gen b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments.gen new file mode 100644 index 0000000..53b4656 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments.gen differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_5 b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_5 new file mode 100644 index 0000000..dee5c26 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_5 differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/write.lock b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0.cfs new file mode 100644 index 0000000..2510e88 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_1.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_1.cfs new file mode 100644 index 0000000..051597c Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_1.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_1_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_1_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_1_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_2.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_2.cfs new file mode 100644 index 0000000..60040b4 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_2.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_2_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_2_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_2_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_3.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_3.cfs new file mode 100644 index 0000000..3562592 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_3.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments.gen b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments.gen new file mode 100644 index 0000000..53b4656 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments.gen differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_5 b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_5 new file mode 100644 index 0000000..e8a0946 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_5 differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/write.lock b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_0.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_0.cfs new file mode 100644 index 0000000..ae457b9 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_0.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_0_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_0_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_0_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_1.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_1.cfs new file mode 100644 index 0000000..14225ba Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_1.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_1_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_1_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_1_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_2.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_2.cfs new file mode 100644 index 0000000..0b404df Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_2.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_2_1.del b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_2_1.del new file mode 100644 index 0000000..1b473bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_2_1.del differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_3.cfs b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_3.cfs new file mode 100644 index 0000000..1381861 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/_3.cfs differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/segments.gen b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/segments.gen new file mode 100644 index 0000000..53b4656 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/segments.gen differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/segments_5 b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/segments_5 new file mode 100644 index 0000000..2230052 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/segments_5 differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/write.lock b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/nexus/af7a7e0610c6b13c8658c4439bb72f44/write.lock new file mode 100644 index 0000000..e69de29 diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser new file mode 100644 index 0000000..20045bd Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.10.0.20181127-2120.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.10.0.20181127-2120.xml new file mode 100644 index 0000000..e33758c --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.10.0.20181127-2120.xml @@ -0,0 +1,43 @@ + + + + %date [%thread] %-5level %logger{35} - %msg%n + + + OFF + + + + + ${org.eclipse.m2e.log.dir}/0.log + + ${org.eclipse.m2e.log.dir}/%i.log + 1 + 10 + + + 100MB + + + %date [%thread] %-5level %logger{35} - %msg%n + + + + + + WARN + + + + + + + + + + + + + + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup new file mode 100644 index 0000000..1f73e14 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup @@ -0,0 +1,6 @@ + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.rse.core/initializerMarks/org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.rse.core/initializerMarks/org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark new file mode 100644 index 0000000..e69de29 diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.tips.ide/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.tips.ide/dialog_settings.xml new file mode 100644 index 0000000..5ca0b77 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.tips.ide/dialog_settings.xml @@ -0,0 +1,3 @@ + +
+
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.tm.terminal.view.ui/.executables/data.properties b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.tm.terminal.view.ui/.executables/data.properties new file mode 100644 index 0000000..313f2a9 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.tm.terminal.view.ui/.executables/data.properties @@ -0,0 +1,6 @@ +#Tue Feb 12 20:32:07 IST 2019 +0.Icon=C\:\\Users\\taarak.dhingra\\AppData\\Local\\Programs\\Git\\mingw64\\share\\git\\git-for-windows.ico +0.Path=C\:\\Users\\taarak.dhingra\\AppData\\Local\\Programs\\Git\\bin\\sh.exe +0.Translate=true +0.Args=--login -i +0.Name=Git Bash diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml new file mode 100644 index 0000000..50f1edb --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml new file mode 100644 index 0000000..3ff7ab9 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml @@ -0,0 +1,6 @@ + +
+ + + +
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.intro/introstate b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.intro/introstate new file mode 100644 index 0000000..236d56c --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.intro/introstate @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml new file mode 100644 index 0000000..851c296 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml @@ -0,0 +1,15 @@ + +
+
+ + + + + + + + + + +
+
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml new file mode 100644 index 0000000..c79f19a --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml new file mode 100644 index 0000000..6574033 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.core/variablesAndContainers.dat b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.core/variablesAndContainers.dat new file mode 100644 index 0000000..3f8e74c Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.core/variablesAndContainers.dat differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.ui/OpenTypeHistory.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.ui/OpenTypeHistory.xml new file mode 100644 index 0000000..a4ee3cb --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.ui/OpenTypeHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.ui/QualifiedTypeNameHistory.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.ui/QualifiedTypeNameHistory.xml new file mode 100644 index 0000000..9e390f5 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.jsdt.ui/QualifiedTypeNameHistory.xml @@ -0,0 +1,2 @@ + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml new file mode 100644 index 0000000..63fae25 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.xml.core/default_catalog.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.xml.core/default_catalog.xml new file mode 100644 index 0000000..37faa16 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.xml.core/default_catalog.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml new file mode 100644 index 0000000..edaa85c --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Week3-Project/Taarak INT008/springclass-2/.metadata/version.ini b/Week3-Project/Taarak INT008/springclass-2/.metadata/version.ini new file mode 100644 index 0000000..eaa502d --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.metadata/version.ini @@ -0,0 +1,3 @@ +#Mon Mar 04 10:09:53 IST 2019 +org.eclipse.core.runtime=2 +org.eclipse.platform=4.10.0.v20181206-0815 diff --git a/Week3-Project/Taarak INT008/springclass-2/.mvn/wrapper/maven-wrapper.jar b/Week3-Project/Taarak INT008/springclass-2/.mvn/wrapper/maven-wrapper.jar new file mode 100644 index 0000000..01e6799 Binary files /dev/null and b/Week3-Project/Taarak INT008/springclass-2/.mvn/wrapper/maven-wrapper.jar differ diff --git a/Week3-Project/Taarak INT008/springclass-2/.mvn/wrapper/maven-wrapper.properties b/Week3-Project/Taarak INT008/springclass-2/.mvn/wrapper/maven-wrapper.properties new file mode 100644 index 0000000..cd0d451 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/.mvn/wrapper/maven-wrapper.properties @@ -0,0 +1 @@ +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip diff --git a/Week3-Project/Taarak INT008/springclass-2/mvnw b/Week3-Project/Taarak INT008/springclass-2/mvnw new file mode 100644 index 0000000..5551fde --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/mvnw @@ -0,0 +1,286 @@ +#!/bin/sh +# ---------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# ---------------------------------------------------------------------------- + +# ---------------------------------------------------------------------------- +# Maven2 Start Up Batch script +# +# Required ENV vars: +# ------------------ +# JAVA_HOME - location of a JDK home dir +# +# Optional ENV vars +# ----------------- +# M2_HOME - location of maven2's installed home dir +# MAVEN_OPTS - parameters passed to the Java VM when running Maven +# e.g. to debug Maven itself, use +# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +# MAVEN_SKIP_RC - flag to disable loading of mavenrc files +# ---------------------------------------------------------------------------- + +if [ -z "$MAVEN_SKIP_RC" ] ; then + + if [ -f /etc/mavenrc ] ; then + . /etc/mavenrc + fi + + if [ -f "$HOME/.mavenrc" ] ; then + . "$HOME/.mavenrc" + fi + +fi + +# OS specific support. $var _must_ be set to either true or false. +cygwin=false; +darwin=false; +mingw=false +case "`uname`" in + CYGWIN*) cygwin=true ;; + MINGW*) mingw=true;; + Darwin*) darwin=true + # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home + # See https://developer.apple.com/library/mac/qa/qa1170/_index.html + if [ -z "$JAVA_HOME" ]; then + if [ -x "/usr/libexec/java_home" ]; then + export JAVA_HOME="`/usr/libexec/java_home`" + else + export JAVA_HOME="/Library/Java/Home" + fi + fi + ;; +esac + +if [ -z "$JAVA_HOME" ] ; then + if [ -r /etc/gentoo-release ] ; then + JAVA_HOME=`java-config --jre-home` + fi +fi + +if [ -z "$M2_HOME" ] ; then + ## resolve links - $0 may be a link to maven's home + PRG="$0" + + # need this for relative symlinks + while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi + done + + saveddir=`pwd` + + M2_HOME=`dirname "$PRG"`/.. + + # make it fully qualified + M2_HOME=`cd "$M2_HOME" && pwd` + + cd "$saveddir" + # echo Using m2 at $M2_HOME +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --unix "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --unix "$CLASSPATH"` +fi + +# For Mingw, ensure paths are in UNIX format before anything is touched +if $mingw ; then + [ -n "$M2_HOME" ] && + M2_HOME="`(cd "$M2_HOME"; pwd)`" + [ -n "$JAVA_HOME" ] && + JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" + # TODO classpath? +fi + +if [ -z "$JAVA_HOME" ]; then + javaExecutable="`which javac`" + if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then + # readlink(1) is not available as standard on Solaris 10. + readLink=`which readlink` + if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then + if $darwin ; then + javaHome="`dirname \"$javaExecutable\"`" + javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" + else + javaExecutable="`readlink -f \"$javaExecutable\"`" + fi + javaHome="`dirname \"$javaExecutable\"`" + javaHome=`expr "$javaHome" : '\(.*\)/bin'` + JAVA_HOME="$javaHome" + export JAVA_HOME + fi + fi +fi + +if [ -z "$JAVACMD" ] ; then + if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + else + JAVACMD="`which java`" + fi +fi + +if [ ! -x "$JAVACMD" ] ; then + echo "Error: JAVA_HOME is not defined correctly." >&2 + echo " We cannot execute $JAVACMD" >&2 + exit 1 +fi + +if [ -z "$JAVA_HOME" ] ; then + echo "Warning: JAVA_HOME environment variable is not set." +fi + +CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher + +# traverses directory structure from process work directory to filesystem root +# first directory with .mvn subdirectory is considered project base directory +find_maven_basedir() { + + if [ -z "$1" ] + then + echo "Path not specified to find_maven_basedir" + return 1 + fi + + basedir="$1" + wdir="$1" + while [ "$wdir" != '/' ] ; do + if [ -d "$wdir"/.mvn ] ; then + basedir=$wdir + break + fi + # workaround for JBEAP-8937 (on Solaris 10/Sparc) + if [ -d "${wdir}" ]; then + wdir=`cd "$wdir/.."; pwd` + fi + # end of workaround + done + echo "${basedir}" +} + +# concatenates all lines of a file +concat_lines() { + if [ -f "$1" ]; then + echo "$(tr -s '\n' ' ' < "$1")" + fi +} + +BASE_DIR=`find_maven_basedir "$(pwd)"` +if [ -z "$BASE_DIR" ]; then + exit 1; +fi + +########################################################################################## +# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central +# This allows using the maven wrapper in projects that prohibit checking in binary data. +########################################################################################## +if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then + if [ "$MVNW_VERBOSE" = true ]; then + echo "Found .mvn/wrapper/maven-wrapper.jar" + fi +else + if [ "$MVNW_VERBOSE" = true ]; then + echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..." + fi + jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar" + while IFS="=" read key value; do + case "$key" in (wrapperUrl) jarUrl="$value"; break ;; + esac + done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties" + if [ "$MVNW_VERBOSE" = true ]; then + echo "Downloading from: $jarUrl" + fi + wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" + + if command -v wget > /dev/null; then + if [ "$MVNW_VERBOSE" = true ]; then + echo "Found wget ... using wget" + fi + wget "$jarUrl" -O "$wrapperJarPath" + elif command -v curl > /dev/null; then + if [ "$MVNW_VERBOSE" = true ]; then + echo "Found curl ... using curl" + fi + curl -o "$wrapperJarPath" "$jarUrl" + else + if [ "$MVNW_VERBOSE" = true ]; then + echo "Falling back to using Java to download" + fi + javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java" + if [ -e "$javaClass" ]; then + if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then + if [ "$MVNW_VERBOSE" = true ]; then + echo " - Compiling MavenWrapperDownloader.java ..." + fi + # Compiling the Java class + ("$JAVA_HOME/bin/javac" "$javaClass") + fi + if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then + # Running the downloader + if [ "$MVNW_VERBOSE" = true ]; then + echo " - Running MavenWrapperDownloader.java ..." + fi + ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR") + fi + fi + fi +fi +########################################################################################## +# End of extension +########################################################################################## + +export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"} +if [ "$MVNW_VERBOSE" = true ]; then + echo $MAVEN_PROJECTBASEDIR +fi +MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --path --windows "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --windows "$CLASSPATH"` + [ -n "$MAVEN_PROJECTBASEDIR" ] && + MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"` +fi + +WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +exec "$JAVACMD" \ + $MAVEN_OPTS \ + -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ + "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ + ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@" diff --git a/Week3-Project/Taarak INT008/springclass-2/mvnw.cmd b/Week3-Project/Taarak INT008/springclass-2/mvnw.cmd new file mode 100644 index 0000000..e5cfb0a --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/mvnw.cmd @@ -0,0 +1,161 @@ +@REM ---------------------------------------------------------------------------- +@REM Licensed to the Apache Software Foundation (ASF) under one +@REM or more contributor license agreements. See the NOTICE file +@REM distributed with this work for additional information +@REM regarding copyright ownership. The ASF licenses this file +@REM to you under the Apache License, Version 2.0 (the +@REM "License"); you may not use this file except in compliance +@REM with the License. You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, +@REM software distributed under the License is distributed on an +@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +@REM KIND, either express or implied. See the License for the +@REM specific language governing permissions and limitations +@REM under the License. +@REM ---------------------------------------------------------------------------- + +@REM ---------------------------------------------------------------------------- +@REM Maven2 Start Up Batch script +@REM +@REM Required ENV vars: +@REM JAVA_HOME - location of a JDK home dir +@REM +@REM Optional ENV vars +@REM M2_HOME - location of maven2's installed home dir +@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands +@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending +@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven +@REM e.g. to debug Maven itself, use +@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files +@REM ---------------------------------------------------------------------------- + +@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' +@echo off +@REM set title of command window +title %0 +@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on' +@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% + +@REM set %HOME% to equivalent of $HOME +if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") + +@REM Execute a user defined script before this one +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre +@REM check for pre script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" +if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" +:skipRcPre + +@setlocal + +set ERROR_CODE=0 + +@REM To isolate internal variables from possible post scripts, we use another setlocal +@setlocal + +@REM ==== START VALIDATION ==== +if not "%JAVA_HOME%" == "" goto OkJHome + +echo. +echo Error: JAVA_HOME not found in your environment. >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +:OkJHome +if exist "%JAVA_HOME%\bin\java.exe" goto init + +echo. +echo Error: JAVA_HOME is set to an invalid directory. >&2 +echo JAVA_HOME = "%JAVA_HOME%" >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +@REM ==== END VALIDATION ==== + +:init + +@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". +@REM Fallback to current working directory if not found. + +set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% +IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir + +set EXEC_DIR=%CD% +set WDIR=%EXEC_DIR% +:findBaseDir +IF EXIST "%WDIR%"\.mvn goto baseDirFound +cd .. +IF "%WDIR%"=="%CD%" goto baseDirNotFound +set WDIR=%CD% +goto findBaseDir + +:baseDirFound +set MAVEN_PROJECTBASEDIR=%WDIR% +cd "%EXEC_DIR%" +goto endDetectBaseDir + +:baseDirNotFound +set MAVEN_PROJECTBASEDIR=%EXEC_DIR% +cd "%EXEC_DIR%" + +:endDetectBaseDir + +IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig + +@setlocal EnableExtensions EnableDelayedExpansion +for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a +@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% + +:endReadAdditionalConfig + +SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" +set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar" +set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar" +FOR /F "tokens=1,2 delims==" %%A IN (%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties) DO ( + IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B +) + +@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central +@REM This allows using the maven wrapper in projects that prohibit checking in binary data. +if exist %WRAPPER_JAR% ( + echo Found %WRAPPER_JAR% +) else ( + echo Couldn't find %WRAPPER_JAR%, downloading it ... + echo Downloading from: %DOWNLOAD_URL% + powershell -Command "(New-Object Net.WebClient).DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')" + echo Finished downloading %WRAPPER_JAR% +) +@REM End of extension + +%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %* +if ERRORLEVEL 1 goto error +goto end + +:error +set ERROR_CODE=1 + +:end +@endlocal & set ERROR_CODE=%ERROR_CODE% + +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost +@REM check for post script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" +if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" +:skipRcPost + +@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' +if "%MAVEN_BATCH_PAUSE%" == "on" pause + +if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% + +exit /B %ERROR_CODE% diff --git a/Week3-Project/Taarak INT008/springclass-2/pom.xml b/Week3-Project/Taarak INT008/springclass-2/pom.xml new file mode 100644 index 0000000..bd88212 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/pom.xml @@ -0,0 +1,127 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.0.9.BUILD-SNAPSHOT + + + com.example + springclass-2 + 0.0.1-SNAPSHOT + springclass-2 + Demo project for Spring Boot + + + 1.8 + + + + + org.springframework.boot + spring-boot-starter + + + com.microsoft.sqlserver + mssql-jdbc + 7.2.1.jre11 + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.boot + + spring-boot-starter + + + + + + + + org.springframework + + spring-web + + + + + + + + org.springframework.boot + + spring-boot-starter-web + + + + + + + + org.springframework.boot + + spring-boot-starter-test + + test + + + + + + + + + src/main/resources + + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + diff --git a/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/Springclass2Application.java b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/Springclass2Application.java new file mode 100644 index 0000000..49dfa9f --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/Springclass2Application.java @@ -0,0 +1,14 @@ +package com.example.demo2; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +@SpringBootApplication +public class Springclass2Application { + + public static void main(String[] args) { + SpringApplication.run(Springclass2Application.class, args); + } + +} + diff --git a/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/Employee.java b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/Employee.java new file mode 100644 index 0000000..953ed45 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/Employee.java @@ -0,0 +1,34 @@ +package com.example.demo2.beans; + +public class Employee { + String name; + int id; + String password; + + + public Employee(String name, int id, String password) { + super(); + this.name = name; + this.id = id; + this.password = password; + } + public String getName() { + return name; + } + public void setName(String name) { + this.name = name; + } + public int getId() { + return id; + } + public void setId(int id) { + this.id = id; + } + public String getPassword() { + return password; + } + public void setPassword(String password) { + this.password = password; + } + +} diff --git a/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/EmployeeRegistration.java b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/EmployeeRegistration.java new file mode 100644 index 0000000..b82b502 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/EmployeeRegistration.java @@ -0,0 +1,127 @@ +package com.example.demo2.beans; +import java.sql.Connection; +import java.sql.DriverManager; +import java.sql.ResultSet; +import java.sql.Statement; +import java.util.ArrayList; +import java.util.List; + +public class EmployeeRegistration { + private List EmployeeRecords; + private static EmployeeRegistration stdregd = null; + private EmployeeRegistration(){ + EmployeeRecords = new ArrayList(); + } + public static EmployeeRegistration getInstance() { + if(stdregd == null) { + stdregd = new EmployeeRegistration(); + return stdregd; + } + else { + return stdregd; + } + } + public boolean add(Employee std) { + + Connection con=null; + try { + String url= "jdbc:sqlserver://CYG175\\SQLEXPRESS;database=week3java"; + String user="sa"; + con = DriverManager.getConnection(url, user, "leave12345"); + if(con != null) { + Statement stmt = con.createStatement(); + String qry1="Insert Into Employee VALUES('" + std.getName() +"','"+ std.getPassword() + "')"; + return stmt.execute(qry1); + + } + else + { + return false; + } + } + catch(Exception e) { + e.printStackTrace(); + return false; + } + } + + + public String updateEmployee(Employee std) { + Connection con=null; + try { + String url="jdbc:sqlserver://CYG175\\SQLEXPRESS;database=week3java"; + String user="sa"; + con = DriverManager.getConnection(url, user, "leave12345"); + System.out.println("Outside"); + + if(con!=null) { + System.out.println("In update student"); + Statement stmt = con.createStatement(); + String qry1 = "UPDATE Employee " + + "SET name = '" + std.getName() + "'" + + ", password = '" + std.getPassword() + "'" + + " WHERE id= " + std.getId() + ""; + System.out.println(std.getId()); + System.out.println("Below update student"); + + stmt.executeUpdate(qry1); + System.out.println("Below update student"); + + return "Update successful"; + + + } + + } + catch(Exception e){ + e.printStackTrace(); + } + + return "Update un-successful"; + + } + public String deleteEmployee(int id) { + Connection con = null; + try { + String url="jdbc:sqlserver://CYG175\\SQLEXPRESS;database=week3java"; + String user="sa"; + con = DriverManager.getConnection(url, user, "leave12345"); + if(con!= null) { + Statement stmt = con.createStatement(); + String qry1 = "DELETE FROM Employee " + + "WHERE id = " + id + ""; + stmt.execute(qry1); + return "true"; + } + } + catch(Exception e) { + e.printStackTrace(); + } + + return "Delete un-successful"; + } + + public List getEmployeeRecords() { + List employeeList = new ArrayList(); + Connection con=null; + try { + String url="jdbc:sqlserver://CYG175\\SQLEXPRESS;database=week3java"; + String user="sa"; + con = DriverManager.getConnection(url, user, "leave12345"); + if(con != null) { + Statement stmt = con.createStatement(); + String qry1="select * from Employee"; + ResultSet rs = stmt.executeQuery(qry1); + while(rs.next()) + { + employeeList.add(new Employee(rs.getString(2),rs.getInt(1),rs.getString(3))); + } + } + + } + catch(Exception e) { + e.printStackTrace(); + } + return employeeList; + } + } \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/EmployeeRegistrationReply.java b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/EmployeeRegistrationReply.java new file mode 100644 index 0000000..78a50fb --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/beans/EmployeeRegistrationReply.java @@ -0,0 +1,34 @@ +package com.example.demo2.beans; + +public class EmployeeRegistrationReply { +String name; +String password; +int id; +String registrationStatus; + +public String getName() { + return name; +} +public void setName(String name) { + this.name = name; +} +public String getPassword() { + return password; +} +public void setPassword(String password) { + this.password = password; +} +public int getId() { + return id; +} +public void setId(int id) { + this.id = id; +} +public String getRegistrationStatus() { + return registrationStatus; +} +public void setRegistrationStatus(String registrationStatus) { + this.registrationStatus = registrationStatus; +} + +} diff --git a/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/controllers/EmployeeRegistrationController.java b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/controllers/EmployeeRegistrationController.java new file mode 100644 index 0000000..6af75ce --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/controllers/EmployeeRegistrationController.java @@ -0,0 +1,101 @@ +package com.example.demo2.controllers; +import java.util.List; + + + +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; + +import org.springframework.web.bind.annotation.RequestMapping; + +import org.springframework.web.bind.annotation.RequestMethod; + +import org.springframework.web.bind.annotation.ResponseBody; + + + +import com.example.demo2.beans.*; + + + +@Controller + +public class EmployeeRegistrationController { + @RequestMapping(method = RequestMethod.POST, value="/register/Employee") + @ResponseBody + + public EmployeeRegistrationReply registerEmployee(@RequestBody Employee Employee) { + + System.out.println("In registerEmployee"); + + EmployeeRegistrationReply stdregreply = new EmployeeRegistrationReply(); + + EmployeeRegistration.getInstance().add(Employee); + + //We are setting the below value just to reply a message back to the caller + + stdregreply.setName(Employee.getName()); + + stdregreply.setId(Employee.getId()); + + stdregreply.setPassword(Employee.getPassword()); + + stdregreply.setRegistrationStatus("Successful"); + + + + return stdregreply; + + } + + @RequestMapping(method = RequestMethod.PUT, value="/register/Employee") + @ResponseBody + + public EmployeeRegistrationReply updateEmployee(@RequestBody Employee Employee) { + + System.out.println("In registerEmployee"); + + EmployeeRegistrationReply stdregreply = new EmployeeRegistrationReply(); + + EmployeeRegistration.getInstance().updateEmployee(Employee); + + //We are setting the below value just to reply a message back to the caller + + stdregreply.setName(Employee.getName()); + + stdregreply.setId(Employee.getId()); + + stdregreply.setPassword(Employee.getPassword()); + + stdregreply.setRegistrationStatus("Successful"); + + + + return stdregreply; + + } + + @RequestMapping(method = RequestMethod.DELETE, value="/register/Employee/{id}") + @ResponseBody + + public EmployeeRegistrationReply deleteEmployee(@PathVariable("id") int id) { + + System.out.println("In registerEmployee"); + + EmployeeRegistrationReply stdregreply = new EmployeeRegistrationReply(); + + EmployeeRegistration.getInstance().deleteEmployee(id); + + //We are setting the below value just to reply a message back to the caller + + stdregreply.setRegistrationStatus("Successful"); + + + + return stdregreply; + + } + + +} diff --git a/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/controllers/EmployeeRetrieveController.java b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/controllers/EmployeeRetrieveController.java new file mode 100644 index 0000000..2ef8a76 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/main/java/com/example/demo2/controllers/EmployeeRetrieveController.java @@ -0,0 +1,34 @@ +package com.example.demo2.controllers; +import java.util.List; + + + +import org.springframework.stereotype.Controller; + +import org.springframework.web.bind.annotation.RequestMapping; + +import org.springframework.web.bind.annotation.RequestMethod; + +import org.springframework.web.bind.annotation.ResponseBody; + + + +import com.example.demo2.beans.Employee; + +import com.example.demo2.beans.EmployeeRegistration; + + + +@Controller + +public class EmployeeRetrieveController { + + @RequestMapping(method = RequestMethod.GET, value="/Employee/allEmployee") + @ResponseBody + + public List getAllEmployees() { + return EmployeeRegistration.getInstance().getEmployeeRecords(); + + } + +} diff --git a/Week3-Project/Taarak INT008/springclass-2/src/main/resources/application.properties b/Week3-Project/Taarak INT008/springclass-2/src/main/resources/application.properties new file mode 100644 index 0000000..e3b3ac3 --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/main/resources/application.properties @@ -0,0 +1,3 @@ +server.port=8083 + +spring.profile.active=@spring.profiles.active@ \ No newline at end of file diff --git a/Week3-Project/Taarak INT008/springclass-2/src/test/java/com/example/demo2/Springclass2ApplicationTests.java b/Week3-Project/Taarak INT008/springclass-2/src/test/java/com/example/demo2/Springclass2ApplicationTests.java new file mode 100644 index 0000000..82244cd --- /dev/null +++ b/Week3-Project/Taarak INT008/springclass-2/src/test/java/com/example/demo2/Springclass2ApplicationTests.java @@ -0,0 +1,17 @@ +package com.example.demo2; + +import org.junit.Test; +import org.junit.runner.RunWith; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.test.context.junit4.SpringRunner; + +@RunWith(SpringRunner.class) +@SpringBootTest +public class Springclass2ApplicationTests { + + @Test + public void contextLoads() { + } + +} + diff --git a/Week3-Project/Taarak INT008/updatepage.html b/Week3-Project/Taarak INT008/updatepage.html new file mode 100644 index 0000000..dee929a --- /dev/null +++ b/Week3-Project/Taarak INT008/updatepage.html @@ -0,0 +1,110 @@ + + + +UPDATE PAGE + + + + + + + + + + + + + + +
+ + + + +


+
+

PLEASE UPDATE DETAILS

+
FIRST NAME   :
+
LAST NAME    :
+ +
EMAIL ID         :
+ +
PASSWORD      :
+
EMPLOYEEID :
+ +
+
+ + + + +
+ + + + + + + diff --git a/Week3-Project/Taarak INT008/updatepagedeco.css b/Week3-Project/Taarak INT008/updatepagedeco.css new file mode 100644 index 0000000..e69de29