Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

81
Vistas
Invoke a java Vector from JSP to JavaScript function

I have this object inside a body of my JSP pages.

'<%
    String stato = (String) session.getAttribute("stato");
    Utente u = (Utente) session.getAttribute("utente");
    UtenteDAO uDAO = new UtenteDAO();
    PagamentoDAO pDAO = new PagamentoDAO();
    ProdottoDAO prDAO = new ProdottoDAO();
    OrdiniDAO oDAO = new OrdiniDAO();
    DatiFisiciDAO dfDAO = new DatiFisiciDAO();
    int numClienti = uDAO.ContaClienti();
    Vector<Utente> utenti = uDAO.getAllClienti();
    Vector<Pagamento> pagamenti = pDAO.getAll();
    Vector<Prodotto> magliette = prDAO.getMagliette();
    Vector<Prodotto> barrette = prDAO.getBarrette();
    Vector<Prodotto> integratori = prDAO.getIntegratori();
    Vector<Ordini> ordini = oDAO.getAll();
    Vector<DatiFisici> dati = dfDAO.getAll();
    %>'

I want to invoke the java vector called "utenti" in a Javascript function. Is it possible to realize that?

about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda