Category Archives: Web Application

Observer and Observable

Using JAVA Implementation Message Board (Observable) package com.alkathirikhalid.demo; import java.util.Observable; /**  * <p>  * Message Board as Observable.</p>  * <p>  * It can be observed for new message changes, it can also have one or more  * observers, when an … Continue reading

Posted in Programming, Web Application, Web Developement | Leave a comment

C.V.S.S

Certificate verification System Service, a web app for managing certificate issuing institutions. Introduction Institutions, Organizations, Employers and even Individuals, can now verify a certificate authenticity coming from the intended institution to the intended candidate, hence preventing forgery, duplication and even … Continue reading

Posted in Web Application, Web Developement | Leave a comment