Author Topic: jsp/java/xml/PostgreSQL project  (Read 5031 times)

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
jsp/java/xml/PostgreSQL project
« on: December 02, 2013, 06:24:19 AM »
Hello. Sorry for those junk? posts... Well this is 'the miscellaneous thread, isn't it?  :biggrin: I've been developping a project on jsp/java/xml/PostgreeSQL for learning pourposes that i want to share to anyone that it is interested... if any. Hmmm, just in Spanish version, no time for translating it at the moment  :icon_rolleyes:

You can take a look here.

The entire project can be downloaded for free too. 8)

Regards.
The logic of the error is hidden among the most unexpected lines of the program

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: jsp/java/xml/PostgreSQL project
« Reply #1 on: December 02, 2013, 06:52:45 AM »
Hi Alfonso,

You can take a look here.

The entire project can be downloaded for free too. 8)

looks interesting. What's your goal?

Gunther
You have to know the facts before you can distort them.

caballero

  • Member
  • *****
  • Posts: 2160
  • Matrix - Noah
    • abre ojos ensamblador
Re: jsp/java/xml/PostgreSQL project
« Reply #2 on: December 03, 2013, 02:42:04 AM »
Thank you, Gunther

The goal is to manage an hypotetical videoclub (don't know how to say it in English, rent films shop?). So we have a PostgreSQL database underneath with several tables saving data. We have persons that are divided in customers/employees that can be loged as users of the application. Each user has a rol and not every rol can do the same. After 3 minutes of inactivity, the system automatically logout the user.

My main goal is to divide the presentation layer (jsp) from the database access (in java classes) that are conected by java beans. Also, the database queries are in an external xml file that are readed by the java routines that provides information to jsp in array of strings.

Regards
The logic of the error is hidden among the most unexpected lines of the program