RES: AJAX + JSP tutorial

2010-03-15 Thread siomara
.gov.br wrote: >> Hi everybody, >> >> I need a very basic but excellent AJAX + JSP tutorial. >> >> Can someone help me? >> >> Thanks >> >> Siomara >> >> >> > > > --

AJAX + JSP tutorial

2010-03-15 Thread siomara
Hi everybody, I need a very basic but excellent AJAX + JSP tutorial. Can someone help me? Thanks Siomara

How to run postgreSQL script from inside of another script

2010-03-03 Thread siomara
/*==*/ @createTables; @populateTables; @selectTableValues; I need to know how this script would look like for PostgreSQL, since this one does not work, resulting in error. Any help is welcome. Thanks Siomara -Mensagem original- De

running postgreSQL script

2010-03-02 Thread siomara
Does anybody know how to cal a postgreSQL script from inside of another one? With Oracle I used: @script.sql Does anyone know the equivalent with postgreSQL? Thanks Siomara

RES: File Upload

2009-10-15 Thread siomara
; //import comum.TipoArquivo; import licitacao.Licitacao; import comum.Usuario; /** * * @author siomara */ public class MantemArquivo extends HttpServlet { // Process the HTTP GET request protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException