Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JDBC, JSP action tags, Servlet, Server Install & Deploy.
Rating: 3.7 out of 5(65 ratings)
4,173 students

JDBC, JSP action tags, Servlet, Server Install & Deploy.

JDBC with Oracle and MySql + JSP action tags + Server Install and Deploy a Servlet Application
Created byShiv Java
Last updated 2/2022
English

What you'll learn

  • Java
  • JDBC
  • JSP
  • Wildfly
  • Weblogic

Course content

6 sections6 lectures1h 22m total length
  • Steps to prepare a JDBC application.0:49

Requirements

  • Core Java

Description

  • Steps to create a JDBC application

+

  • JDBC with Oracle Database

+

  • JDBC with MySql Database

+

  • JSP action tags : <jsp:useBean> & <jsp:setProperty> & <jsp:getProperty>

+

  • WildFly  Application Server Installation

+

  • Weblogic Application Server Installation

  • and Deploying a Servlet Application.


Basic Knowledge of Core Java is required. An understanding of Web technologies like HTML and HTTP is helpful.

JDBC , Servlets and JSP Objective

Learn the fundamentals of JDBC and using the different interfaces in the JDBC API. Learn how to use Java servlets in the role of Web application control. Identify the options to state management in a Java Web application and understand the pros/cons of each. Understand how JSPs can help to separate Web logic and functionality from page layout.

Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client may access a database. It is a Java-based data access technology used for Java database connectivity. It is part of the Java Standard Edition platform, from Oracle Corporation. It provides methods to query and update data in a database, and is oriented toward relational databases. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the Java virtual machine (JVM) host environment.

Jakarta Server Pages (JSP; formerly JavaServer Pages) is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. Released in 1999 by Sun Microsystems,[1] JSP is similar to PHP and ASP, but uses the Java programming language.

To deploy and run Jakarta Server Pages, a compatible web server with a servlet container, such as Apache Tomcat or Jetty, is required.

An application server framework contains a comprehensive service layer model. It includes a set of components accessible to the software developer through a standard API defined for the platform itself. For Web applications, these components usually run in the same environment as their web server(s), and their main job is to support the construction of dynamic pages. However, many application servers do more than generate web pages: they implement services such as clustering, fail-over, and load-balancing, so developers can focus on implementing the business logic.


I'm new here so, I'll try to adapt and build more and more with time.


Who this course is for:

  • Java developers
  • JDBC developers