Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

80
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!