1 00:00:01,430 --> 00:00:02,320 Welcome, friends. 2 00:00:02,770 --> 00:00:04,400 Welcome to this section. 3 00:00:04,580 --> 00:00:10,140 In this section, we you develop login subnet, essentially a login solnik. 4 00:00:10,550 --> 00:00:13,550 We will use the login with the user name and password. 5 00:00:13,580 --> 00:00:16,250 So that is a correct username and password. 6 00:00:16,260 --> 00:00:17,570 You will get a welcome page. 7 00:00:17,570 --> 00:00:23,170 If not, you will get an error and you'll be sent back to the form or indexed estimate. 8 00:00:23,300 --> 00:00:24,470 So let us proceed. 9 00:00:24,860 --> 00:00:27,860 How we do that is to login. 10 00:00:27,890 --> 00:00:34,310 So next steps, what are the steps that we will follow or develop the entire login? 11 00:00:34,310 --> 00:00:42,500 So the login application, first of all, a homepage, we will create a homepage which has fields for 12 00:00:42,500 --> 00:00:44,030 user name and password. 13 00:00:44,750 --> 00:00:47,420 So there'll be a user name and your type in the user name. 14 00:00:47,420 --> 00:00:54,440 There'll be a password and the password box will have showing only sticks because it's a password and 15 00:00:55,610 --> 00:00:56,860 password will be entered. 16 00:00:57,080 --> 00:00:58,220 So there'll be a homepage. 17 00:00:58,220 --> 00:01:01,930 This homepage you will call an index dot HDMI and it could be our first speech. 18 00:01:02,900 --> 00:01:07,550 The second step is after submitting the form, but they'll be able to submit button in the homepage 19 00:01:07,550 --> 00:01:08,980 and you click this form. 20 00:01:08,990 --> 00:01:09,800 They get submitted. 21 00:01:09,980 --> 00:01:11,270 We processed the feeds. 22 00:01:11,510 --> 00:01:18,440 So after submitting this form, the process, the feeds, the process, dispiritedness of the subject, 23 00:01:18,440 --> 00:01:25,130 gets the request from the homepage and they start to Yemen and it will process it. 24 00:01:25,400 --> 00:01:31,550 OK, so it will process it in the sense that it will if username and password is valid, which means 25 00:01:31,550 --> 00:01:36,820 that it matches with what we have, then we go to the welcome page. 26 00:01:36,830 --> 00:01:41,100 Otherwise, if it doesn't match, we go back to the page with an specification. 27 00:01:41,450 --> 00:01:41,860 OK. 28 00:01:45,450 --> 00:01:47,830 So Logan's public resources to be used. 29 00:01:47,850 --> 00:01:55,920 So what all will create and what all artifacts will create for this logging application, first of all, 30 00:01:55,920 --> 00:02:01,090 will create and extradite him, as I have already told him, it will work as a homepage. 31 00:02:01,140 --> 00:02:06,960 It will have the fields for username and password so you can enter your username and password and press 32 00:02:06,960 --> 00:02:07,860 the button. 33 00:02:08,310 --> 00:02:11,940 Then when you press the button, you go to login on Java. 34 00:02:12,210 --> 00:02:21,150 This is a soulik login could actually login servlet your java and the subject that validates the form 35 00:02:21,150 --> 00:02:21,630 feeds. 36 00:02:21,810 --> 00:02:27,570 So this will validate the form for you to check whether your password is the same as what we expect 37 00:02:28,620 --> 00:02:31,070 within your user name is the same as what we expect. 38 00:02:31,410 --> 00:02:35,430 And then it'll say to the welcome page. 39 00:02:35,730 --> 00:02:37,990 The welcome page is created by another subject. 40 00:02:38,160 --> 00:02:40,640 Giscard welcomes obbligato Java. 41 00:02:41,700 --> 00:02:46,350 So let that create the successor speech or the end of which it could be all changed. 42 00:02:46,350 --> 00:02:49,800 Back with the error page, which is indexed a statement. 43 00:02:50,050 --> 00:02:55,740 OK, and then the fourth step is the configuration for the boost application that we have created. 44 00:02:55,740 --> 00:03:04,500 The login selector Java and welcome select Java D to the configuration and it may be already used configuration 45 00:03:04,680 --> 00:03:06,990 of the board similar using a related subject. 46 00:03:07,350 --> 00:03:09,560 We will do the same for these two subjects as well. 47 00:03:10,200 --> 00:03:11,520 So we'll get going. 48 00:03:11,530 --> 00:03:19,430 Let me get going with creating index email as a first step in the next lecture will create index estimate. 49 00:03:19,570 --> 00:03:20,010 Thank you.