Login validation page with Angularjs using Oracle data with JSP.

Опубликовано: 29 Сентябрь 2024
на канале: Subhroneel Ganguly
7,150
21

I have tried to create a user login page with angular js. This login page uses angular framework with ajax http get to retrieve data from a JSP page retrieving data from Oracle 12c database in JSON format and stores in an array and checks the value with user name and password entered by the user. For accessing user's input we used ng-model and ng-submit to submit the page. Submitting the page invokes a checkLogin function which actually do the trick.

Source Code for user_login.html : https://drive.google.com/file/d/0Bznr...

Source Code for get_oracle_data.jsp : https://drive.google.com/file/d/0Bznr...