Thread: HEEEELPPPPPPPPP!!!!!!!!!!!!
Please, HEELPP!!!
I need to connect a JSP page to a postgres database!!
Im very novice into JSP programming, but I have a large experience in other languages like C, C++, assembler and others....
I'd like that somebody says to me the main ideas of this architecture and how connect to a postgres database. I need to show several pages working on Wednesday evening!!! to my teacher!!!!
Please, help me!!!
Gonzalo Aranda
Hi Gonzalo,
if you are new to web-programming, you should buy O'Reilly's Java Server Pages Book from Hans Bergsten and read it (This is highly recommendet!). Additionally get the jakarta taglibs, espacially DBTags.
Examples for using the taglib you can find on the DBTags Homepage:
Regards
Ralf
--
Fraunhofer IPK
Automatisierung und Robotik
Dipl.-Inf. Ralf Berger
Pascalstr. 8-9
10587 Berlin
Tel.: ++49-(0)30 390 06 129
Mobile: ++49-(0)175 52 50 118
Fax.: ++49-(0)30 391 10 37
Web : http://www.ar.ipk.fhg.de
Web : http://www.e-industrial-services.de
---
In anything at all, perfection is finally attained not when
there is no longer anything to add, but when there is
no longer anything to take away.
Antoine de Saint Exupery
-----Ursprüngliche Nachricht-----
Von: Gonzalo Aranda [mailto:garanda@bitakora.com]
Gesendet: Dienstag, 19. März 2002 13:41
An: pgsql-jdbc@postgresql.org
Betreff: [JDBC] HEEEELPPPPPPPPP!!!!!!!!!!!!Please, HEELPP!!!I need to connect a JSP page to a postgres database!!Im very novice into JSP programming, but I have a large experience in other languages like C, C++, assembler and others....I'd like that somebody says to me the main ideas of this architecture and how connect to a postgres database. I need to show several pages working on Wednesday evening!!! to my teacher!!!!Please, help me!!!Gonzalo Aranda
That's a tall order for before Weds... Hopefully your teacher has a development environment already set up for you. If not, I'd say step one is to get an extension from your teacher. Step two of course is to find a bunch of examples that already work so that you can start by modifying somebody else's work. Here are some links that might help with step 2: http://www.taglib.com/index.jsp (You don't need taglibs for a simple "demo" program, and I'm not sure it's worth the effort to add one more set of concepts to your task, but this site also has some very simple examples that do not involve tags.) http://www.coreservlets.com/ This site has the full text of the book in PDF format along with several simple database examples. Finally, if you already have the jsp part running & just need to connect to the db, I maintain a "newbie faq" that includes a simple "hello world" jdbc example at: http://www.fankhausers.com/postgresql/jdbc/ -NickF -------------------------------------------------------------------------- Nick Fankhauser nickf@ontko.com Phone 1.765.935.4283 Fax 1.765.962.9788 Ray Ontko & Co. Software Consulting Services http://www.ontko.com/ -----Original Message----- From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Gonzalo Aranda Sent: Tuesday, March 19, 2002 7:41 AM To: pgsql-jdbc@postgresql.org Subject: [JDBC] HEEEELPPPPPPPPP!!!!!!!!!!!! Please, HEELPP!!! I need to connect a JSP page to a postgres database!! Im very novice into JSP programming, but I have a large experience in other languages like C, C++, assembler and others.... I'd like that somebody says to me the main ideas of this architecture and how connect to a postgres database. I need to show several pages working on Wednesday evening!!! to my teacher!!!! Please, help me!!! Gonzalo Aranda