JDBC, Servlets, JSPs Training
by Suna Techno Soft
Jdbc,Servlets and Jsps:-
JDBC:-
- Introduction to JDBC.
- JDBC Architecture.
- Types of drivers.
- Important interfaces in JDBC.
- Steps for Connecting with the Database.
- Examples on CRUD Operations.
- how to create/insert the data using JDBC.
- how to retrive/fetch the data using JDBC.
- how to update the records using JDBC.
- how to delete the records using JDBC.
- Scrollable and Updatable ResultSet.
- Using ‘PreparedStatement’ interface.
- Difference b/w ‘Statement’ and ‘PreparedStatement’
- Using ‘RowSet’ interface.
- Using ‘StoredProcedures’.
- Difference b/w Statement,PreparedStatement and CallableStatement.
- Using ‘ResultSetMetaData’ interface.
- Transactions.
Servlets:-
- Introduction to Web Applications.
- Need and importance of Servlets.
- Servlet API.
- Servlet Lifecycle.
- General Programming Structure of Servlet Application.
- How to install and run the server.(Tomcat or JBoss)
- How to configure the server with Eclipse.
- First ‘Hello World’ Example On Servlet.
- Example on ‘Lifecycle Methods’ Of Servlet.
- How to access the values from the UI with validation.(Login Page Example)
- Initialization paraments.
- Context Parameters.
- Using ‘RequestDispatcher’ interface.
- difference b/w include(),forward(),sendRedirect() methods.
- Session Tracking Mechanism.
- Cookies
- URL Rewriting.
- HttpSession
- Hidden form Fields.
- Filters.
- Listeners.
JSP'S:-
- Introduction to JSP’S.
- Advantages of JSP’s Over Servlet.
- Model-1 and Model-2 Architectires.
- JSP LifeCycle.
- Importane Tags of JSP’S.
- First Example On JSP’S.
- Implicit Objects in JSP’S with Examples.
- Important Directives in JSP’S with Examples.
->include
->forward
->page
- Action Tags in JSP’S with Examples.
- Expression Langauge with Examples.
- JSTL with Examples.
- JSP and Servlet Communication.
- About MVC Framework.
- About DAO Design Pattern.