asic Blog Application with Java Server Faces
- 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
- Step 1. Download or
git clone
this project - Step 2. Import
db.sql
on your server then you change infos (dbusername,dbpassword, etc.) insrc/java/util/DbFunctions.java
- Step 3. Run project on IDE or write command
mvn install
Then it will run on serverlocalhost:8080
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.