Ejemplo n.º 1
0
 @JSONP(queryParam = R.JSONP_CALLBACK)
 @GET
 @Path("/updateStudentsScore")
 public int updateStudentsScore() {
   return ManageScore.updateAllStudentsScore();
 }