Skip to content
Snippets Groups Projects
Commit f7b447b9 authored by Alexandre Dehaine's avatar Alexandre Dehaine
Browse files

part 2 début

parent 6772645c
Branches
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<%@ page pageEncoding="UTF-8" %>
<!DOCTYPE html>
<html>
<head>
<title> MaPage </title>
</head>
<body>
<h1>Hello World</h1>
<%
for (int i = 1; i <= 9; i++)
out.println(i);
%>
avec quelques accents à é è ù
</body>
</html>
\ No newline at end of file
<%@ page pageEncoding="UTF-8" %>
<%@ page import="dao.*" %>
<!DOCTYPE html>
<html>
<head>
<title> MaPage </title>
</head>
<body>
<%
UtilisateurJdbcDao jdbcUser = new UtilisateurJdbcDao();
Utilisateur utilisateur= jdbcUser.findByEmail("alexandre.dehaine.etu@univ-lille.fr");
out.println(utilisateur);
%>
<br>
</body>
</html>
Url d'appel : http://localhost:8080/sae-r4.01/monobjet.jsp
Pour compiler : dans rep src :
javac -d ../classes/ dao/*.java
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment