Skip to content

Commit

Permalink
them chuc nang update admin
Browse files Browse the repository at this point in the history
  • Loading branch information
dangthai121200 committed Dec 4, 2021
1 parent 2cb33dc commit 7252344
Show file tree
Hide file tree
Showing 16 changed files with 545 additions and 416 deletions.
Binary file modified build/web/WEB-INF/classes/controller/ControllerAdmin.class
Binary file not shown.
Binary file modified build/web/WEB-INF/classes/dao/DaoAdmin.class
Binary file not shown.
Binary file modified build/web/WEB-INF/classes/service/ServiceAdmin.class
Binary file not shown.
Binary file added build/web/WEB-INF/lib/servlet-api.jar
Binary file not shown.
297 changes: 166 additions & 131 deletions build/web/profile.jsp

Large diffs are not rendered by default.

Binary file modified dist/Web_Manager_Movie.war
Binary file not shown.
2 changes: 2 additions & 0 deletions nbproject/build-impl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ exists or setup the property manually. For example like this:
<copyfiles files="${libs.hibernate4-support.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${libs.jpa2-persistence.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.commons-lang3-3.11.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.servlet-api.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
<mkdir dir="${build.web.dir}/META-INF"/>
<manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
</target>
Expand All @@ -1011,6 +1012,7 @@ exists or setup the property manually. For example like this:
<copyfiles files="${libs.hibernate4-support.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${libs.jpa2-persistence.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.commons-lang3-3.11.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
<copyfiles files="${file.reference.servlet-api.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
</target>
<target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
<delete dir="${build.web.dir}/WEB-INF/lib"/>
Expand Down
6 changes: 3 additions & 3 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=8bb65f3e
build.xml.data.CRC32=e68b8979
build.xml.script.CRC32=acb420a6
build.xml.stylesheet.CRC32=[email protected]
# 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.
nbproject/build-impl.xml.data.CRC32=8bb65f3e
nbproject/build-impl.xml.script.CRC32=0c946073
nbproject/build-impl.xml.data.CRC32=e68b8979
nbproject/build-impl.xml.script.CRC32=7fbb2f00
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]
4 changes: 2 additions & 2 deletions nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
deploy.ant.properties.file=C:\\Users\\gaone\\AppData\\Roaming\\NetBeans\\8.2\\tomcat80.properties
j2ee.server.home=D:/School/nam4/DoAnChuyenNganh/apache-tomcat-8.5.66
j2ee.server.instance=tomcat80:home=D:\\School\\nam4\\DoAnChuyenNganh\\apache-tomcat-8.5.66
j2ee.server.home=C:/apache-tomcat-8.5.66
j2ee.server.instance=tomcat80:home=C:\\apache-tomcat-8.5.66
selected.browser=Chrome.INTEGRATED
user.properties.file=C:\\Users\\gaone\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
2 changes: 1 addition & 1 deletion nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/D:/School/nam4/DoAnChuyenNganh/Web_Manager_Movie/web/profile.jsp</file>
<file>file:/D:/School/nam4/DoAnChuyenNganh/Web_Manager_Movie/src/java/controller/ControllerAdmin.java</file>
<file>file:/D:/School/nam4/DoAnChuyenNganh/Web_Manager_Movie/src/java/dao/DaoAdmin.java</file>
</group>
</open-files>
</project-private>
4 changes: 3 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ endorsed.classpath=\
${libs.javaee-endorsed-api-7.0.classpath}
excludes=
file.reference.commons-lang3-3.11.jar=src\\java\\lib\\commons-lang3-3.11.jar
file.reference.servlet-api.jar=..\\servlet-api.jar
includes=**
j2ee.compile.on.save=true
j2ee.copy.static.files.on.save=true
Expand All @@ -42,7 +43,8 @@ javac.classpath=\
${libs.MySQLDriver.classpath}:\
${libs.hibernate4-support.classpath}:\
${libs.jpa2-persistence.classpath}:\
${file.reference.commons-lang3-3.11.jar}
${file.reference.commons-lang3-3.11.jar}:\
${file.reference.servlet-api.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.debug=true
Expand Down
4 changes: 4 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<file>${file.reference.commons-lang3-3.11.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
<library dirs="200">
<file>${file.reference.servlet-api.jar}</file>
<path-in-war>WEB-INF/lib</path-in-war>
</library>
</web-module-libraries>
<web-module-additional-libraries/>
<source-roots>
Expand Down
Loading

0 comments on commit 7252344

Please sign in to comment.