Pages

Thursday, February 7, 2013

Aparichit- JAVA based web app which lets you find stranger's email ids (Social Networking) - A Java based Final year academic project for VTU Studets.

Final year Engineering Students who do there academic project in final year here is an awesome idea for you.



 If you want this project for your final year academic project, you can send a mail to mmahalingesh@gmail.com with your details.I will revert back with further details. All type of explanation, guidance will be provided till you are done with your final lab external and project submission.



Technology used: JAVA, JSP , SERVLET, JDBC, MYSQL, SMS gateway API , SMTP API


Functionalities:
  1. Authentication modules, lets you login, register and retrieve forgotten password.
  2. Email Verification: Registration functionality validates the entire all the email ids provided by user to make sure that the email ids are not fake and this is done sending verification email.
  3. Mainly three type of email ids are supported Gmail, yahoo mail and rediff mail.
  4. Pagination technique is implemented to display the email ids.
  5. Sending private messages to the strangers.

SMS based Broadcasting system for University - A Java based Final year academic project for VTU Studets.

Final year Engineering Students who do there academic project in final year here is an awesome idea for you.

 If you want this project for your final year academic project, you can send a mail to mmahalingesh@gmail.com with your details.I will revert back with further details. All type of explanation, guidance will be provided till you are done with your final lab external and project submission.



Technology used: JAVA, JSP , SERVLET, JDBC, MYSQL, SMS gateway API


Functionalities:
  1. Authentication module includes asking the students to register for the SMS Broadcasting network of the university by sending an SMS with their name and USN .
  2. Automatic categorization of students in to groups based on their year and branch so that the SMS sent from university target to specific audience.
  3. Broadcasting module: When admin sends one sms then a sms will be sent to all the registered students who fall in the audience category meaning selected group . For eg: Sending message only to final yea CS students so on…
  4. Feedback module: Taking feedback from students through SMS which will be processed by application and feedback is stored in database.
  5. Use Interface Module: Web portal where Admin can control whole system and use it to send sms, review the feedback received and so on …Functionalities could be added during evolution of project.

Employee Attendance Management System (E-governance)- A Java based Final year academic project for VTU Studets.

Final year Engineering Students who do there academic project in final year here is an awesome idea for you.



 If you want this project for your final year academic project, you can send a mail to mmahalingesh@gmail.com with your details.I will revert back with further details. All type of explanation, guidance will be provided till you are done with your final lab external and project submission.



Technology Used: JAVA, JSP, SERVLET, JDBC, MYSQL, JAVASCRIPT


Functionalities:
  1. Secured Authentication module which uses employee id and password, asking for changing password at regular interval of time (once in 3 months).
  2. Forgot Password functionality.
  3. 2 Major parts of this project are Leave Applications tracking module and Work hours tracking module.
  •       Leave Application Tracking module:
a)      Employee should be able to view number of leaves according to type of leaves remaining his account.
b)      Employee should be able to view the history of leave applications he submitted previously.
c)      Employee should be able to apply for leave by selecting leave type and all other details needed.
d)     Supervisor should be able to approve the leave application he has received through one flex.

  •     Work hours tracking module.
a)      Employee should be able to update the number of hours they worked every day the screen called timesheet.
b)      Submit the timesheet regularly on weekly basis.
c)      Supervisor reviewing and approving the timesheets.
d)     Providing the various types of tasks to choose in timesheet. For Eg: Report preparation and so on…Agaisnt these tasks the employee should enter the number of hours he worked.
Project purpose is to enhance the tracking of employees work progress and thus to improve the productivity of organization.

Online Document reader-text to speech conversion for visually challenged- A Java based Final year academic project for VTU Studets.

Final year Engineering Students who do there academic project in final year here is an awesome idea for you.



 If you want this project for your final year academic project, you can send a mail to mmahalingesh@gmail.com with your details.I will revert back with further details. All type of explanation, guidance will be provided till you are done with your final lab external and project submission.



Technology used: JAVA, JSP, SERVLET, Java speech API.


Functionalities:
  1. Application converts the text to speech.
  2. Text file uploading functionality is to be implemented.
  3. Application should process the uploaded text file and convert the text to speech.
  4. App should be a web app, so that the visually challenged people all over the globe will be able to use it.
  5. No authentication should be needed; Application should be ready to use and simple making to more users friendly for visually challenged people.

Online Content Publishing system (News Portal)- A Java based Final year academic project for VTU Studets.

Final year Engineering Students who do there academic project in final year here is an awesome idea for you.



 If you want this project for your final year academic project, you can send a mail to mmahalingesh@gmail.com with your details.I will revert back with further details. All type of explanation, guidance will be provided till you are done with your final lab external and project submission.
 
Technology used:   JAVA, JSP, SERVLETS, JDBC, MYSQL

Functionalities:
  1.  The Application should behave like a ready to use online news portal, and on load of home page user should be able to view a dynamically generated collection of news articles with brief explanation.
  2.  On click of title of each article a screen comes with full article and further suggestions to read.
  3. Portal should have secure Authentication module with Login, Log out, new user registration, Retrieval of forgotten password. Passwords must be encrypted using MD5 algorithm before storing in Database.
  4. Portal should have a screen where all the collection of topics are dynamically taken from database and displayed.
  5. Thus retrieved each topic should act as hyperlink to all the articles on that topic. When clicked on any topic a screen should get displayed with all the articles on that topic with details such as author name, posted date time.
  6. Editor is to be developed using JavaScript which will be used for writing and formatting the article.
  7. On click of Author’s name a screen comes with All the details of Author that are provided by author to the portal and made public.
  8. Readers of the portal should be able to comment on the article. Commenting fecility is to be implemented for the portal.