private static final long serialVersionUID = 7424226060086357007L;
@Override
protected void doGet(HttpServletRequest req, HttpServletResponse resp)
throws ServletException, IOException {
StoreServiceDAO dao = new StoreServiceDAO();
List<User> users = dao.findList(User.class);
if (users!=null){
for (User user : users) {
}
}