Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, ...)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published