Alumni Association – project in JSP/Servlet

  JAVA Projects

Download Source Code Here –  alumini

Today I am going to share one of my oldest projects I had created around years before when I was learning JSP/Servlet/ JDBC. I had created for a student who wants me to create a JSP project for his college level assignment. The main concept behind developing this assignment is to get in touch with all alumnies even after they wend by passing college. Site admin can send a invitation to all alimnies for any event organized in college/school and alumni should get the invitation after login.

I was today searching through my computer and got this project in my backup directory so thought to share it on my blog. Remember, it was a work of mine when I was learning servlet/jsp and today I consider this code worthless, but at the same time I am sure many students/beginners can get benefited from this code so sharing it now.

Following are the features of Alumni Association project

Student Module:

  • Student can Login, Register to the system
  • Search Friend, senior students and semd Message (scrap)
  • View / Edit profile details.
  • View all scrap come to him, reply to the scrap (message)

Alumni Module:

  • Alumni can Login, Register to the system
  • View invitations send to him by site admin.
  • Search Friend, view all messages(scrap) send to him.
  • View / Edit profile details.

Administrator :

  • Admin can login to the system
  • View/ Edit / Delete any students / Alumni.
  • Send Invitations to Alumni
  • View / Edit profile details.

Download Source Code Here –  alumini

28 thoughts on - Alumni Association – project in JSP/Servlet