The MASM Forum

Miscellaneous => Miscellaneous Projects => Topic started by: avcaballero on December 02, 2013, 06:24:19 AM

Title: jsp/java/xml/PostgreSQL project
Post by: avcaballero 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 (http://abreojosensamblador.net/Productos/AOJ/html/Pags/Cap06.html#VideoclubDiapositivas).

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

Regards.
Title: Re: jsp/java/xml/PostgreSQL project
Post by: Gunther on December 02, 2013, 06:52:45 AM
Hi Alfonso,

Quote from: avcaballero on December 02, 2013, 06:24:19 AM
You can take a look here (http://abreojosensamblador.net/Productos/AOJ/html/Pags/Cap06.html#VideoclubDiapositivas).

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

looks interesting. What's your goal?

Gunther
Title: Re: jsp/java/xml/PostgreSQL project
Post by: avcaballero 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