Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.54 KB

File metadata and controls

39 lines (29 loc) · 1.54 KB

Basic Blog App (Java Server Faces)

asic Blog Application with Java Server Faces

About

  • OOP Design
  • Using Data Access Object Classes (DAO)
  • HTML Rendering
  • Learning JSF Special .xhtml tags (e.g: h:outputText..)
  • Adding inline or outline .css and .js file in JSF application
  • All CRUD (Create,Read,Update,Delete) operations with MySQL
  • File upload and file show
  • Using JSF Converter
  • User Login
  • Login Filter

Screenshots

Home:

Login:

Admin Page:

Installion

  • Step 1. Download or git clone this project
  • Step 2. Import db.sql on your server then you change infos (dbusername,dbpassword, etc.) in src/java/util/DbFunctions.java
  • Step 3. Run project on IDE or write command mvn install Then it will run on server localhost:8080

Login: Username: admin / Password: pass

Notes

If your IDE does not have the JSF 2.2 and MySQL Connector jars library, you can find the .jar files in /jarfiles for working requirements.