The shikshak bsc-it mu
رفتن به کانال در Telegram
1 593
مشترکین
-124 ساعت
+77 روز
+4030 روز
آرشیو پست ها
25. Develop simple Marks Entry Application to demonstrate accessing Database using EJB.
Develop a web application to allow the user to enter inventory details [Product name, Product Price and Quantity]. When the user clicks on button “Store”, call a bean to add the inventory details into the database using JDBC API. Display the appropriate message.
https://www.youtube.com/watch?v=g5GOf7iDZ-8&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=25
26. ITS JUST A INTRO HOW THE CODE WORKS AND HOW ORM ASSOCIATION WORKS
https://www.youtube.com/watch?v=5jL68IwkuyI&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=26
27. Develop a simple Inventory Application Using JPA..
https://www.youtube.com/watch?v=Q7eFmGmIaXY&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=27
28. Develop a Guestbook Application Using JPA.
https://www.youtube.com/watch?v=JFaCXskoEjw&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=28
29. Create simple JPA application to store and retrieve Book details.
https://www.youtube.com/watch?v=rzrq69Hy7oc&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=29
30. Develop a Hibernate application to store Feedback of Website Visitor in MySQL Database.
https://www.youtube.com/watch?v=uY_jE3b8xpE&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=30
31. Develop a Hibernate application to store and retrieve employee details in MySQL Database.
https://www.youtube.com/watch?v=T9odOyTaaQA&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=31
https://www.youtube.com/watch?v=CHOXhSge1wM&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=13
14. Create simple Servlet application to demonstrate Non-Blocking Read Operation.
Create simple Servlet application to demonstrate Non-Blocking Write Operation
https://www.youtube.com/watch?v=P11jKHuI6Co&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=14
15. Create a Servlet application to upload and download a file.
https://www.youtube.com/watch?v=vvBk-V2Gn0o&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=15
16. Create a registration servlet in Java using JDBC. Accept the details such as Username, Password, Email, and Country from the user using HTML Form and store the registration details in the database.
Write a servlet code to store the biodata details of a user into the database. (Name, age, address, hobbies, gender, Qualification)
Develop servlet application to store the details of a student (Name, age, address, gender, dob, hobbies) into the database
https://www.youtube.com/watch?v=Ntv3sGamE84&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=16
17. Develop a web application using JSP to allow the user to register via an HTML page. When the user clicks on button “Register” call a JSP page to add the entered details to the database using JDBC API. [Registration(fname:varchar, lname:varchar, email:varchar, userid: varchar,
password:varchar)]
Write a JSP to accept eno, ename and salary. Insert these records in emp. (Create the emp table with these three fields)
https://www.youtube.com/watch?v=pRm9vQb2jAs&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=17
18. Develop a JSP application to allow the user to modify the registration details after the valid authentication.
BSc IT - SEM 5 - Enterprise Java(Practicals)
https://www.youtube.com/watch?v=K7IIWqBmIiw&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=18
19.Develop a JSP application to authenticate user login with database.
Create a registration and login JSP application to register and authenticate the user based on username and password using JDBC
Develop a web application using JSP to allow the user to login by entering the user id and the password, when the user clicks on “Login” button, call a JSP page to authenticate the login, if successful take the user to “welcome.html”, otherwise display “Login Failed”, and allow the user to re-login. [Login(userid: varchar, password:varchar)]
https://www.youtube.com/watch?v=IDflMQEPauA&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=19
20. Write a JSP code to accept an employee id from user and delete the records of that employee. If the employee id does not exist, it should redirect to page with message “No such employee ID” else it should redirect to another page with the message “Employee record deleted successfully”.
Write a JSP code to accept a department id from user and display all the employee working in that department. Display the output in a tabular format.
Create an html page with fields, eno, name, age, desg, salary. Now on submit this data to a JSP page which will update the employee table of database with matching eno
https://www.youtube.com/watch?v=pMS52AT0AuU&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=20
21. Develop simple application to demonstrate accessing Session Bean using EJB
Create a Currency Converter application using EJB
Write EJB that calculates simple interest and compound interest for principal, number of years and rate of interest
https://www.youtube.com/watch?v=KgNXTFN9St0&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=21
22. Develop simple EJB application to demonstrate Servlet Hit count using Singleton Session Beans.
https://www.youtube.com/watch?v=rEI7MUmL5XM&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=22
23. Develop simple shopping cart application using EJB [Stateful Session Bean]..
https://www.youtube.com/watch?v=-ohO73ukOag&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=23
24. Develop a Simple Room Reservation System Application Using EJB.
https://www.youtube.com/watch?v=JyEto1KmQYc&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=24
*TYBSC-IT SEM 5 ENTERPRISE JAVA IMPORTANT PRACTICALS*
1. Create a servlet for a login page. If the username and password are correct then it says message “Hello [username]” else a message “login failed”
Write a Java Program using Servlet to authenticate user’s username and password.
Develop a Servlet application to demonstrate simple validations
https://www.youtube.com/watch?v=9FHC8Thlrp8&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU
2. Develop servlet application for accepting user registration details and displaying it on another page (At least 6 Values).
https://www.youtube.com/watch?v=st6alUAor_Q&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=2
3. Create a servlet that uses Cookies to store the number of times a user has visited servlet.
https://www.youtube.com/watch?v=u-Qx1KWB9eA&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=3
4. Develop a web application to allow the user to enter two numbers and select an operation [ +,-,*,/ ] in an HTML file. When the user clicks “Calculate” button, call a servlet to compute the answer and display it to the user.
https://www.youtube.com/watch?v=NpJfmkG7sA8&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=4
5. Using Request Dispatcher Interface create a Servlet which will validate the password entered by the user, if the user has entered "Servlet" as password, then he will be forwarded to Welcome Servlet else the user will stay on the index.html page and an error message will be displayed.
Use RequestDispatcher in the following example. Design a form to accept username and password from user. If password is equal to ‘admin’ then the control should go to Welcome Servlet which displays ‘Hello’ with the username entered. If password is not equal to ‘admin’ then control should go to Error Servlet which displays ‘Error in Login’.
https://www.youtube.com/watch?v=S_DzhGwqpgw&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=5
6. Develop Servlet Application to demonstrate use Session Management.
Create a servlet demonstrating the use of session creation and destruction. Also check whether the user has visited this page first time or has visited earlier also using sessions.
https://www.youtube.com/watch?v=ZoSx9eF09V0&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=6
7. Develop a web application using Java Servlets, to provide a set of question [5 Questions minimum] to the user. Each question should have four options, from which the user should be able to selection only one. When the user clicks on button “Done”, call a servlet to compute and display the score of the user [number of correct and incorrect answers.]
https://www.youtube.com/watch?v=2dFUVHpXAeo&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=7
8. Develop a simple JSP application to display values obtained from the use of implicit objects of various types
Write a simple JSP application to demonstrate the use of implicit object (at least 3 methods of 4 objects).
https://www.youtube.com/watch?v=bhVwHmk_S5Y&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=8
9. Write a JSP that takes login details from the user and forward the request to ‘login.jsp’ for ‘Successful login’ message if username and password is equal to admin otherwise display an error message ‘Access Denied’
https://www.youtube.com/watch?v=d5LRU7YXb88&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=9
10. Develop a simple JSP application to pass values from one page to another with validations. (Name-txt, age-txt, hobbies-checkbox, email-txt, gender-radio button).
BSc IT - SEM 5 - Enterprise Java(Practicals)
https://www.youtube.com/watch?v=rx1URP5dsR0&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=10
11. Create a JSP page to demonstrate the use of Expression language.
https://www.youtube.com/watch?v=rDGtSa--w8k&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=11
12. Create a JSP application to demonstrate the use of JSTL..
https://www.youtube.com/watch?v=aGdjV1TojDk&list=PLG0jPn7yVt50PBrezsm9cXGKlMwlaTZGU&index=12
13. Develop a JSP application to demonstrate use of Custom JSP Tags
_*For FY, SY and TY students*, please join your respective group before we reset the link._
📌 *FY BSC-IT*
https://chat.whatsapp.com/G7NY52wC8tT9qyt4AKOUMu
📌 *SY BSC-IT*
https://chat.whatsapp.com/ESdY51vMKEGL9OBldFSahQ
📌 *TY BSC-IT*
https://chat.whatsapp.com/IzhHOGWPs8RJ9NQfu9U0p8
https://www.mongodb.com/academia
Students who has NGT subject should try this free certification.
Exam preparation bhi ho jayega and certificate bhi mil jayega from mongoDb
THE_SHIKSHAK_TYIT_SEM_5_INTERNET_OF_THINGS_FULL_NOTES_TOPIC_WISE.pdf2.10 MB
THE_SHIKSHAK_TYIT_SEM_5_LINUX_SYSTEM_ADMINISTRATION_FULL_NOTES_TOPIC.pdf4.97 MB
THE_SHIKSHAK_TYIT_SEM_5_NEXT_GENERATION_TECHNOLOGY_FULL_NOTES_TOPIC.pdf4.64 MB
