avant chap9

This commit is contained in:
dthev 2024-10-06 21:55:54 +02:00
parent 6c888e5f12
commit e9751677f4
8 changed files with 25 additions and 18 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/nbproject/private/
/build/

View File

@ -7,8 +7,8 @@
<!-- the Compile on Save feature is turned off for the project. --> <!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting --> <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.--> <!-- in the project's Project Properties dialog box.-->
<project name="Test2JakartaV7-2" default="default" basedir="."> <project name="Test2JakartaV9" default="default" basedir=".">
<description>Builds, tests, and runs the project Test2JakartaV7-2.</description> <description>Builds, tests, and runs the project Test2JakartaV9.</description>
<import file="nbproject/build-impl.xml"/> <import file="nbproject/build-impl.xml"/>
<!-- <!--

View File

@ -17,7 +17,7 @@
- cleanup - cleanup
--> -->
<project xmlns:webproject1="http://www.netbeans.org/ns/web-project/1" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:webproject3="http://www.netbeans.org/ns/web-project/3" basedir=".." default="default" name="Test2JakartaV7-2-impl"> <project xmlns:webproject1="http://www.netbeans.org/ns/web-project/1" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:webproject3="http://www.netbeans.org/ns/web-project/3" basedir=".." default="default" name="Test2JakartaV9-impl">
<import file="ant-deploy.xml"/> <import file="ant-deploy.xml"/>
<fail message="Please build using Ant 1.7.1 or higher."> <fail message="Please build using Ant 1.7.1 or higher.">
<condition> <condition>
@ -470,7 +470,7 @@ or ant -Dj2ee.platform.classpath=&lt;server_classpath&gt; (where no properties f
</fileset> </fileset>
</union> </union>
<taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/> <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
<testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="Test2JakartaV7-2" testname="TestNG tests" workingDir="${basedir}"> <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="Test2JakartaV9" testname="TestNG tests" workingDir="${basedir}">
<xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/> <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
<propertyset> <propertyset>
<propertyref prefix="test-sys-prop."/> <propertyref prefix="test-sys-prop."/>
@ -618,7 +618,7 @@ or ant -Dj2ee.platform.classpath=&lt;server_classpath&gt; (where no properties f
<condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}"> <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
<isset property="test.method"/> <isset property="test.method"/>
</condition> </condition>
<condition else="-suitename Test2JakartaV7-2 -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}"> <condition else="-suitename Test2JakartaV9 -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
<matches pattern=".*\.xml" string="@{testClass}"/> <matches pattern=".*\.xml" string="@{testClass}"/>
</condition> </condition>
<delete dir="${build.test.results.dir}" quiet="true"/> <delete dir="${build.test.results.dir}" quiet="true"/>

View File

@ -1,8 +1,8 @@
build.xml.data.CRC32=ff2a0cb9 build.xml.data.CRC32=bf060b82
build.xml.script.CRC32=dffdee25 build.xml.script.CRC32=2e36ddce
build.xml.stylesheet.CRC32=1707db4f@1.98.0.1 build.xml.stylesheet.CRC32=1707db4f@1.99.0.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=ff2a0cb9 nbproject/build-impl.xml.data.CRC32=bf060b82
nbproject/build-impl.xml.script.CRC32=f38222bd nbproject/build-impl.xml.script.CRC32=f70eb4c9
nbproject/build-impl.xml.stylesheet.CRC32=334708a0@1.98.0.1 nbproject/build-impl.xml.stylesheet.CRC32=334708a0@1.99.0.1

View File

@ -29,8 +29,8 @@ endorsed.classpath=
excludes= excludes=
file.reference.jakarta.servlet.jsp.jstl-2.0.0.jar=../../../../Users/sio/Downloads/jakarta.servlet.jsp.jstl-2.0.0.jar file.reference.jakarta.servlet.jsp.jstl-2.0.0.jar=../../../../Users/sio/Downloads/jakarta.servlet.jsp.jstl-2.0.0.jar
file.reference.jakarta.servlet.jsp.jstl-api-2.0.0.jar=../../../../Users/sio/Downloads/jakarta.servlet.jsp.jstl-api-2.0.0.jar file.reference.jakarta.servlet.jsp.jstl-api-2.0.0.jar=../../../../Users/sio/Downloads/jakarta.servlet.jsp.jstl-api-2.0.0.jar
file.reference.mysql-connector-java-8.0.23.jar=C:\\Users\\sio\\Downloads\\mysql-connector-java-8.0.23.jar file.reference.mysql-connector-java-8.0.23.jar=../../../../Users/sio/Downloads/mysql-connector-java-8.0.23.jar
file.reference.mysql-connector-java-8.0.23.jar-1=C:\\Program Files\\Apache Software Foundation\\Tomcat 10.1\\drivers\\mysql-connector-java-8.0.23.jar file.reference.mysql-connector-java-8.0.23.jar-1=../Drivers/mysql-connector-java-8.0.23.jar
includes=** includes=**
j2ee.compile.on.save=true j2ee.compile.on.save=true
j2ee.copy.static.files.on.save=true j2ee.copy.static.files.on.save=true
@ -85,6 +85,6 @@ src.dir=${source.root}/java
test.src.dir=test test.src.dir=test
war.content.additional= war.content.additional=
war.ear.name=${war.name} war.ear.name=${war.name}
war.name=Test2JakartaV7-2.war war.name=Test2JakartaV9.war
web.docbase.dir=web web.docbase.dir=web
webinf.dir=web/WEB-INF webinf.dir=web/WEB-INF

View File

@ -3,7 +3,7 @@
<type>org.netbeans.modules.web.project</type> <type>org.netbeans.modules.web.project</type>
<configuration> <configuration>
<data xmlns="http://www.netbeans.org/ns/web-project/3"> <data xmlns="http://www.netbeans.org/ns/web-project/3">
<name>Test2JakartaV7-2</name> <name>Test2JakartaV9</name>
<minimum-ant-version>1.6.5</minimum-ant-version> <minimum-ant-version>1.6.5</minimum-ant-version>
<web-module-libraries> <web-module-libraries>
<library dirs="200"> <library dirs="200">

View File

@ -16,9 +16,14 @@ import java.sql.SQLException;
* @author sio * @author sio
*/ */
public class ClientMySQL { public class ClientMySQL {
//private final Connection theConnection = Connexion.getConnect("10.121.38.165", "bdclient", "adminBDClient", "mdpBDClient"); /*Connexion MV serveurBD lycée
private final Connection laConnection = Connexion.getConnect("localhost", "bdclient", "adminBDClient", "mdpBDClient"); private final Connection laConnection = Connexion.getConnect("10.121.38.165", "bdclient", "adminBDClient", "mdpBDClient");*/
/*Connexion wampserver
private final Connection laConnection = Connexion.getConnect("localhost", "bdclient", "adminBDClient", "mdpBDClient");*/
//connexion MV serveurBD maison
private final Connection laConnection = Connexion.getConnect("192.168.1.21", "bdclient", "adminBDClient", "mdpBDClient");
public int create(Client c){ public int create(Client c){
int id=-1; int id=-1;

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Context path="/Test2JakartaV7-2"/> <Context path="/Test2JakartaV9"/>