Temple University

// This object (from the GSON library) can to convert between JSON POJO (plain old java object) Gson gson = new Gson(); out.print(gson.toJson(list).trim()); %> Study the Code of the Second JSP Page . Look at the code in the shorter JSP page and also look at how much of the code was moved to WebUserView.allUsersAPI(). JSP code is not ... ................
................