Skip to content

Releases: kbmakevin/Dynamic-FAQ-App

Initial Release

19 Apr 23:47
Compare
Choose a tag to compare

Using a JSP page, MVC architecture, Servlets, JPA, EL, and JPQL, this application obtains the information to create a dynamic FAQ web page from a local MySQL database that consists of Topics and FAQ tables.

The user is able to execute case-insensitive searches for topic names and is displayed questions and answers from the local MySQL database whose topic matches the queried topic name.