- Category:
- Ajax
- Tags:
-
[Java]
[源码]
- File Size:
- 3.33mb
- Update:
- 2013-06-21
- Downloads:
- 0 Times
- Uploaded by:
- 风光好
Description: Function uses ajax to achieve national relationship with actor table cascade realization
Page displays the time automatically from a database table, check out the national state is displayed
When you select a country, can not refresh automatically modify the corresponding actor list.
Initialization interface is displayed, actor list defaults to the list of countries in the first value corresponding actor list
None of the actors involved in the display refresh rates movie information
When you select an actor, through query, you can check out from the database of the actors involved rated movie information, and to achieve without refresh the display
The average score = total score/(number PARTICIPATING* 5)
When the score is five stars picture to be achieved, in the order from left to right represent 1.2.3.4.5 points
To movie ratings
After the specified movie "Your rating" column, select the corresponding stars, clicked, then participated in the score to the film and submit d
To Search:
File list (Check if you may need any files):
MovieScore\.classpath
..........\.myhibernatedata
..........\.mymetadata
..........\.project
..........\.settings\.jsdtscope
..........\.........\com.genuitec.eclipse.migration.prefs
..........\.........\com.genuitec.runtime.libraries.xml
..........\.........\org.eclipse.core.resources.prefs
..........\.........\org.eclipse.jdt.core.prefs
..........\.........\org.eclipse.wst.jsdt.ui.superType.container
..........\.........\org.eclipse.wst.jsdt.ui.superType.name
..........\src\cn\yiscat\DAO\ActorDAO.java
..........\...\..\......\...\CountryDAO.java
..........\...\..\......\...\MovieDAO.java
..........\...\..\......\Entity\Actor.java
..........\...\..\......\......\Country.java
..........\...\..\......\......\Movie.java
..........\...\..\......\Service\AjaxActorJson.java
..........\...\..\......\.......\AjaxCountryJson.java
..........\...\..\......\.......\AjaxMovieJson.java
..........\...\..\......\.......\AjaxRateJson.java
..........\...\..\......\Util\HibernateSessionFactory.java
..........\...\.om\test\add.java
..........\...\hibernate.cfg.xml
..........\WebRoot\css\index.css
..........\.......\images\bg.jpg
..........\.......\......\Ghost_Rider.jpg
..........\.......\......\hfh.jpg
..........\.......\......\Looking_for_Jakie.jpg
..........\.......\......\Rob_B_Hood.jpg
..........\.......\......\Shaolin_Monastery.jpg
..........\.......\......\Terminator.jpg
..........\.......\......\The_6th_Day.jpg
..........\.......\......\The_Myth.jpg
..........\.......\......\The_Sorcerer_Apprentice.jpg
..........\.......\index.jsp
..........\.......\js\ajax.js
..........\.......\..\json.js
..........\.......\..\stars.js
..........\.......\META-INF\MANIFEST.MF
..........\.......\WEB-INF\classes\cn\yiscat\DAO\ActorDAO.class
..........\.......\.......\.......\..\......\...\CountryDAO.class
..........\.......\.......\.......\..\......\...\MovieDAO.class
..........\.......\.......\.......\..\......\Entity\Actor.class
..........\.......\.......\.......\..\......\......\Country.class
..........\.......\.......\.......\..\......\......\Movie.class
..........\.......\.......\.......\..\......\Service\AjaxActorJson.class
..........\.......\.......\.......\..\......\.......\AjaxCountryJson.class
..........\.......\.......\.......\..\......\.......\AjaxMovieJson.class
..........\.......\.......\.......\..\......\.......\AjaxRateJson.class
..........\.......\.......\.......\..\......\Util\HibernateSessionFactory.class
..........\.......\.......\.......\.om\test\add.class
..........\.......\.......\.......\hibernate.cfg.xml
..........\.......\.......\lib\commons-beanutils-1.8.0.jar
..........\.......\.......\...\commons-collections-3.1.jar
..........\.......\.......\...\commons-lang-2.5.jar
..........\.......\.......\...\commons-logging-1.1.1.jar
..........\.......\.......\...\ezmorph-1.0.6.jar
..........\.......\.......\...\json-lib-2.4-jdk15.jar
..........\.......\.......\...\ojdbc6.jar
..........\.......\.......\web.xml
..........\.......\.......\classes\cn\yiscat\DAO
..........\.......\.......\.......\..\......\Entity
..........\.......\.......\.......\..\......\Service
..........\.......\.......\.......\..\......\Util
..........\.......\.......\.......\..\yiscat
..........\.......\.......\.......\.om\test
..........\src\cn\yiscat\DAO
..........\...\..\......\Entity
..........\...\..\......\Service
..........\...\..\......\Util
..........\WebRoot\WEB-INF\classes\cn
..........\.......\.......\.......\com
..........\src\cn\yiscat
..........\...\.om\test
..........\WebRoot\WEB-INF\classes
..........\.......\.......\lib
..........\src\cn
..........\...\com
..........\WebRoot\css
..........\.......\images
..........\.......\js
..........\.......\META-INF
..........\.......\WEB-INF
..........\.myeclipse
..........\.settings
..........\src
..........\WebRoot
MovieScore