Skip to content

lukitaa/ferreteria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ferretería

Software para la administración y compra de artículos de una ferretería.
Sistema desarrollado con Java Servlets.

#Requisitos

  • JDK 1.7 or higher
  • Apache Tomcat 7
  • Hibernate 4.x
  • jBCrypt 0.3
  • MySQL 5.x*

* Puedes reemplazar MySQL por cualquier otro motor compatible con Hibernate.

#Instalación

Aún no completada, pero los pasos por el momento son los siguientes.

  1. Ejecuta el archivo ./Ferreteria/db/install.sql sobre MySQL
  2. Añade las dependencias al proyecto:
  3. MySQL driver
  4. Hibernate
  5. Persistence JPA 2.0
  6. jBCrypt
  7. En el directorio ./Ferreteria/src/java/, copia el archivo hibernate.cfg.xml.template y pegalo en la misma carpeta con el nombre hibernate.cfg.xml
  8. Luego modifica el nuevo archivo hibernate.cfg.xml con tus datos
  9. El servlet index cuenta con el método install() para generar un usuario
  10. Otros datos, como productos, deberán ser precargados en la base de datos ya que exceden el propósito de este sistema

#Autores

Luca Giordano y Lucio Martínez.

#Licencia

Copyright (C) 2014 Luca Giordano, Lucio Martínez.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Servlet powered website. Yupi!

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors