Tag Archives: SQLite

Using SQLite with JSP

During my study at the university, my group got an assignment in a Web engineering course where we were asked to develop a couple of mini-webshops, one in PHP and one in JSP. To centralize the data storage, we decided to use a single SQLite database. I got the assignment to develop the webshop in […]

Continue Reading