Web technologies -- Laboratory 7 -- 2007-2008 -- info.uvt.ro

From Wikiversity
Important! These pages are somehow outdated and it is recommended to consult the newer version at Web technologies -- 2009-2010 -- info.uvt.ro (by Marc Frâncu).

Navigation[edit]

Topics[edit]

CRUD[edit]

Persistence[edit]

Transaction[edit]

JDBC[edit]

References[edit]

Tutorials[edit]

Discussion points[edit]

  • driver types
  • database URL
  • entities
    • driver manager
    • driver
    • connection
    • statement
      • prepared statement
      • callable statement
    • result set
    • cursor
    • SQL types

Java API[edit]

Assignment[edit]

Starting from the previous assignment, create a new web application that should store its records inside an H2 temporary database.

Like the previous assignment this must be deployed on the Tomcat server under the name <username>-assignment-06 and also committed on the SVN server.


Ciprian Dorin Crăciun, 2007-11-14, ccraciun@info.uvt.ro