burakfircasiguzel / Blog-App-Java-Server-Faces-

Basic Blog Application with Java Server Faces (OOP, DAO, CRUD Operations, User Login, Login Filter, JSF Converter, File Upload, File Show with Servlet, ...)

Home Page:https://github.com/burakfircasiguzel/Blog-App-Java-Server-Faces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic Blog Application with Java Server Faces (OOP, DAO, CRUD Operations, User Login, Login Filter, JSF Converter, File Upload, File Show with Servlet, ...)

https://github.com/burakfircasiguzel/Blog-App-Java-Server-Faces


Languages

Language:HTML 56.0%Language:Java 43.0%Language:JavaScript 1.1%