This project generates the QR code for the given link using Java programming. In this project technology such as servlet and JSP are used.
Technology used :
Servlet
JSP
HTML - CSS - Bootstrap
Link for servlets jar :
https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api
Link for JSTL jar :
https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl
To generate a QR code you need two jar files xzing-core and xzing-se. Download these jar files from this link: https://mvnrepository.com/artifact/com.google.zxing
Its project creates your QR code and later encodes it with the given link and saves it with a name given by you. later redirects you to the home page where you can see your QR code and download it.
Submitted by Banshita Gangwar (Banshita)
Download packets of source code on Coders Packet
Comments