Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@kbmakevin kbmakevin released this 19 Apr 23:47
· 5 commits to master since this release

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.