Coder Social home page Coder Social logo

ahmedglez / pweb-jsf Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 5.29 MB

This public Github repository contains a school project for a car rental company web application developed using Java, Spring, JavaServer Faces, Maven, and Primefaces. The project aims to provide a user-friendly interface for customers to rent cars and for the company to manage their inventory.

License: MIT License

Java 42.81% HTML 44.94% CSS 10.52% JavaScript 1.73%
carrentalproject java java-server-faces primefaces

pweb-jsf's Introduction

Typing SVG

Property Data
๐Ÿ“‹ Languages JavaScript TypeScript Java Python HTML5 CSS3 GraphQL
๐Ÿงฐ Backend NodeJS Express.js Spring Flask
๐ŸŽจ Frontend Next JS React React Router Redux Apollo-GraphQL
๐Ÿ“š Libraries MUI Bootstrap SASS Ant-Design jQuery JWT Styled Components
๐Ÿ’ป IDEs/Editors Visual Studio Code
๐Ÿ’พ Databases MongoDB Postgres
โ˜๏ธ Hosting/SaaS Vercel Firebase OpenStack Heroku Netlify
๐ŸŽ›๏ธ Operating System Windows Ubuntu
๐Ÿฅ… Tools NPM Webpack Postman Swagger ESLint Babel

Licenses and certifications

https://www.linkedin.com/in/ahmedglez/details/certifications/

๐Ÿ“ซ How to Reach me:

Twitter Linkedin Gmail

Profile views

visitors

Would you ike to meet me?

If you want to contribute to any of my repositories, feel free to submit PRs, issues and email me. Pick a slot if you'd like to meet me and chat about proposals and ideas - but make sure to describe the agenda

pweb-jsf's People

Contributors

ahmedglez avatar eaad2000 avatar jeancharlie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pweb-jsf's Issues

DriverDto selected are not initialized when pressing "New" button

The selected object of type DriverDtop in the ManageDriverBean class is not initialized when pressing the "New" button in driver-list.xhtml

Screenshot (223)

Codigo perteneciente al boton
<p:commandButton value="Nuevo" icon="pi pi-plus" actionListener="#{manageDriverBean.newDriver}" action="#{manageDriverBean.newDriver()}" update=":form:manage-driver-content" oncomplete="PF('manageDriverDialog').show()" styleClass="ui-button-success" style="margin-right: 0.5rem"> <p:resetInput target=":form:manage-driver-content" /> </p:commandButton>

Codigo perteneciente a ManagerDriverBean
//Se ejecuta al dar clic en el button Nuevo public void newDriver() { this.selected = new DriverDto(); }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.