• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

Java Projects

Online Shopping Cart project in Java

July 12, 2014 by ProjectsGeek 8 Comments

Online Shopping Cart project in Java

 

Objective

To give users a fabulous experience while shopping, the shopping modules has been divided into different menus and sub menus with proper heading. Upon selecting the proper section, the list of products along with their images and price per items will be available. By default it will include the product page which are available with offers or discounts to give a attractive look and feel to attract customers for their very first time. For customers who want to experience real time shopping experience, they have to first make a profile using their valid email and mobile number for placing their orders.      

               Using tiles, the entire web page has been divided into three section and these are header, footer and body section. Further body section has been divided into three sub section, left menu and right menu and in between contents of the body. To provide easy processing environment, users have to select the product and system will take care, what to be done under the next sections. As many number items selected by the customers it details can be reviewed through the Online Shopping Cart available at the top section. Online Shopping Cart will display the items name, total number of items, price per items and the total amount which has to be paid by the customer.

Existing System

Due to changing market and change in lifestyle, existing system was not able to meet the user requirements and provide flexible processing options. Under the existing system, customers were not able to place their reviews and ratings for products which they have purchased. Customers were not provided with deadline details for each products and order confirmation details. The concept of code and email verification was not available in order to identify authentic customers to make billing process faster. Star ratings was not available on various parameters for different products such as on shipping time, shipping cost, product quality and money.

Proposed System

To make a hassle free Online Shopping Cart system, the confirmation of products order and payment will be done in four steps.Shopping cart will be provided with two options along with product description and price details. Through these two options, they can either check out the product details and other is make payment by selecting proper gateway. Customers can hover over the image to get the enlarge view of the products and reviews of other customers will be available below the product details. Before placing order, customers have to check their address, payment method, code confirmation and after that greeting message with final confirmation and change option.

Project Snapshots 

Shopping cart page
product page
login page
Online Shopping Cart home
Home page online shopping cart
Order page

Hardware Requirements      

  • PENTIUM SERVER with Network Of 586 Dx4 300Mhz.
  • 8.3 GB HDD
  • 64MB RAM.

Software Requirements 

  • JDK1.2.2,JAVA SERVER.
  • SQL SERVER ODBC.
  • OPERATING SYSTEM : WINDOWS NT.

Download Project

 Online Shopping Cart project Abstract Abstract Download
 Online Shopping Cart Source Code Source Code Download

Other Projects to Try:

  1. Shopping Cart mini project in Asp.Net
  2. Online Shopping Java Project
  3. Online Shopping System project Java
  4. Online Shopping System project in Java
  5. Online Shopping System project using Java

Filed Under: Java Projects Tagged With: Java Projects

Online Net Voting Project in Java

July 12, 2014 by ProjectsGeek 2 Comments

Online Net Voting Project in Java

 

Project Objective

Online Net voting projectConducting online voting was not possible earlier due to security reason but with the concept of two layer authentication process for identification of voters and casting their votes by identifying their correct booths will fulfill all the demands imposed by the election commission of India. There were various reason by which this Online Net Voting Project system were in demand like on election day peoples were not able to visit election booth due to their health problem, old age persons were not able to walk to cast their votes by staying in line for a long period, working professional who were out of their city on election day and many more.  

     To cast their precious votes which can bring the changes, peoples have to register by giving their basic information and their voter ID card unique number. Its unique identification method will directly redirect to particular booth for which that person is allowed to vote and user will able to see the list of candidates which have been enrolled from their location or ward or area. The Online Net Voting Project will generate only one time password on the date of election through which person can cast their vote and once they cast, such person will not allowed to cast their vote again.

Existing System

Till now, casting votes were done using electronic ballets and by visiting to their booth location. If such person were not available, they were not able to cast their precious vote and counting number of votes for each nominated candidates were a time taking process even when using electronic ballets. Multiple layer of security mechanism was not possible to implement and huge investment has to be made to provide security and task risk for the loss of human life’s. There was no mechanism to availability and reliability of the voting system and identification of correct person who will cast their vote.

Proposed System

Online Net Voting Project system has been integrated with proper authentication and validation system such as inbuilt internet phishing system, HTTPS and SSL layer from overcoming security risks and its one time password generating system for casting their votes. People can register for vote anytime but they will only allowed to cast their vote on particular date and for particular interval of time, means for example between 8 AM to 4 PM. Voters will also able to check the results on specified date and the result generating system will able to count the result within few minutes by using per defined processing modules. This system will also able to maintain consistency and eliminate redundancy by ensuring the non-duplication of voters and election booths. 

Hardware

  • Processor : Intel Pentium or more
  • Ram : 128 MB or more
  • Cache : 512 KB
  • Hard disk : 16 GB hard disk recommended

Software

  • Operating system : Windows 2000 or later 
  • Front End : Java using Servlets
  • Back End : Oracle 8i

Download Project

Online Net Voting project Abstract  Download Abstract
Online Net Voting Source code  Source Code Download

Other Projects to Try:

  1. Online Voting System project Idea
  2. Voting System Project using Android
  3. Smart Voting System Project IOT Project
  4. Secure Voting System project in Java
  5. Net Conference Project in Java

Filed Under: Java Projects Tagged With: Java Projects

Proxy Server for FTP project in Java

July 12, 2014 by ProjectsGeek Leave a Comment

Proxy Server for FTP project in Java

Project Objective

File transfer protocol is basically used for transferring file from one system to the other system using particular IP address or by using its host name. There will be two types of user which will work here, the first one will be for FTP server and the second will be for FTP client. The connection between the server and client can be established in two different ways that is but using external IP using WAN and by using internal IP using LAN. Through this transferring medium users will able to send their data and documents in secure way without using third party software’s.                                                                                         

Before sending data and documents it will be encrypted so that no other can hack it and even happens, they will not able to read particular information and only decrypted at the receiver side on particular host name or IP address for which this session has been initiated. To establish a secure transmission connection between two or more clients, the sender will first send the login information to the FTP server using FTP port number which will be checked by FTP server to establish connection and check user authentication details and once confirmation received by server side, sending and receiving operations can be achieved easily.

Existing System

In previous existing system there was no authentication mechanism was implemented by which account checkup can be performed by the server side and allowing connection establishment by other client for a particular session. Clients were only able to send and receive files and data using IP address only and not by their host name. Sometimes it was not possible to establish connection between two systems due to port number problem and once session has been provided it was not closed until the system has been rebooted. Even sending data, information and other documents was not encrypted and was not possible to send using the internet connection.

Project Snapshots

login Error
main windows
Proxy Server for FTP login
Proxy Server for FTP project Server
time settings
ftp proxy server

Proxy Server for FTP System

Proxy server for FTP will have two section: one which will act as server and other which will act as client. To establish communication, FTP client will send connection establishment request using port number 21 which is used for FTP and upon validation and authentication process of a particular client, it will establish connection and a session id for fixed interval of time. If FTP clients stay idle their session will be deleted and ask for re authentication for the next time. Through this system, clients will not only able to send and receive files for local computers connected by their networks but also to clients who are not connected to their networks using external IP address by using the concept of internet.

Software requirements

  • Operating system: windows 98, MS-DOS
  • Language  :  Java2.0
  • Browser  :  Internet Explorer4.0      

Hardware Requirements

  • CPU  : Pentium 2.0
  • RAM  : 32 MB
  • Hard disk: 1.74MB
  • Monitor  : SVGA color monitor
  • Keyboard : 105 standard and mouse.

Download Project

Proxy Server for FTP Abstract Download Abstract
Proxy Server for FTP Source code Source code Download

Other Projects to Try:

  1. Smart FTP Client Android Project with Source
  2. Email Program System Java Project
  3. Mail Server Final Year Project Idea
  4. NFS Proxy Server System project
  5. Chat Server project in Java

Filed Under: Java Projects Tagged With: Java Projects

Net Conference Project in Java

July 11, 2014 by ProjectsGeek Leave a Comment

Net Conference Project in Java

 

Project Objective

Due to growing market and complex business environment, you and your business clients always require to get in touch and provide an environment to have personal interaction with each other. Net conference is a web based application that will provide a communication medium between your business clients including yourself with others such as vendors and stockiest to share information and discuss problems using a common platform. It will not only allow to enable real time voice communication but also enable to share videos and enable live video conferencing.                                                                                     

There are various features which are available under this Net Conference Project package and among all is accessing this application by suing internet through particular domain name or IP address. To enhance the security features and maintain confidentiality between your business clients, each member will have unique id and the admin will have the authority to set personal identification id along with their appearance image. Admin will able to conduct live meeting for minimum twenty members at a time and each can share even documents and files and send these attachments to the admin panel. In between while ongoing conference you can mute the voice system, pause the video session for particular member or for all members.

Existing System

Although existing Net Conference Project system having the capability to share videos and enable voice communication but there are other customize options which are not available for the current business requirements. Under this system, it was not possible to share current system screen in real time environment and simultaneous video conferencing mode. Organization were not able to change their logo style and name of organization for giving traditional look and feel for their conferencing package. Customers were not able to check out and see the list of products and services offered by the organization. Accessing of remote computer for troubleshoot the client problems were not available under this old package.

Proposed System

In this new web based net conference system, each users will have its own dashboard with the functionality features which they can use. Real time transmission protocol has been achieved through this project by which admin and clients can stream their current video session along with audio facility for sharing their live system screen. Predefined video session has been enabled by which clients can be provided with you tube video link which they can access later on by using the concept of CMS. Its central server will act as gateway for communication medium where the admin have the responsibility to control and modify its access.

Final conference
Net Conference project conf
Add users
Net Conference login
Employee details
Net Conference project

Software Details

  • Server Operation System
  • Windows NT Server
  • Client Operating System
  • Windows NT Work Station
  • Languages Used:Java 2.0(Servlets, Jdbc, ODBC, JavaWebServer3.0),Java Script,HTML,
  • DataBase : MSACCESS.

Download Project

Net Conference Project Abstract Download Abstract
Net Conference Source Code Source Code Download

Other Projects to Try:

  1. Voice Over Internet protocol Project in Java
  2. Web Messenger Project in .Net
  3. Online Net Voting Project in Java
  4. Net Banking System project in Java
  5. Net Learning portal System project in Java

Filed Under: Java Projects Tagged With: Java Projects

College Library Record System project Java

July 11, 2014 by ProjectsGeek Leave a Comment

College Library Record System project 

 

Project Objective

A library is the place where students can get all their learning resources easily and even their alternatives when no particular books or magazines are available for particular search query. This college library record system will help the employees and librarian to maintain library records in synchronized manner and its optimized retrieving methods will able to provide search results on limited time. This system will eliminate the manual entry mechanism for each and every book and making catalogue on the basis of subject and class. It one to one and one to many relationship will eliminate the data redundancy process and maintain the consistency of the library database.                                                       

The make searching process faster and eliminating manual entry process, each book will be provided with bar code image generated by the system while maintain particular book data in the database. So while issuing the book, they have to make entry for particular student and book details can be entered by using bar code reader. This system will also be available with accounting package and e learning resources in the format of PPT, PDF, DOC etc, by which students can download them or see them online using the library id and their password.

Existing System

Old fashioned working pattern were followed by the library system under the particular college and using the concept manual framework where each work has to be accomplished manually. This system was not able to complete their task on time thus due to pending entry work students were not able to issue new books even when these books have been already purchased by the college authority. Due to new arrivals and changing of edition in each year, students were not in a condition to buy these new books regularly and thus cannot able to gain latest innovations going inside the markets and about new developments with respect to their study field.

Proposed System

 The first and foremost slogan of this system is to eliminate repetitive entry work and thus the concept of bar code has been implemented under this project. Entry worker for maintain book information have to provide few parameters such as name of book, edition, subject, author and total number of books after which system will generate a bar code in serial number for these books and they have to stick these codes on books. It’s accounting package will help full in calculating fine’s for students and auditing book records such as which book is available at which students, number of books available under library, which books are in highly demand and the list of defaulters.

books
CD pack
College Library Record System

Download Project

College Library Record System Abstract Download Abstract
College Library Record Source Code Download project

Other Projects to Try:

  1. Online Library System Project in Java
  2. College Library Application System
  3. College Management System project in Java
  4. College Management System project using Java
  5. College Book Management System Java project

Filed Under: Java Projects Tagged With: Java Projects

Search Engine project in Java

July 11, 2014 by ProjectsGeek Leave a Comment

Search Engine project in Java

 

Project Objective

Search Engine project will able to provide users required information at one particular place by using the words and patterns entered by the user during their search operation. All the information will be provided over the browser screen where users can select appropriate link filtered by the search query. Whatever the information presented to the user can be in any form by default such as it may be in the form of web pages, pdf file, doc file etc. The search query will provide listing of web pages as per their occurrence during search operations.   

    This search mechanism will work on the concept of tags and meta tags which are used while writing the contents under the particular web pages. If the user’s query don’t matched with the tags and meta tags then it will go for summary section to match the given words in order to present the exact output or results. Upon going through web pages an index file will be created where listing of pages will be done by the system and present them as per their index number. Keyword density for a particular post under a particular web page will also help the system to set the priority for indexing the web page.

Existing System

The previous Search Engine was not able to work under real time situation and able to fetch information which are only saved under their database. So there was no mechanism for building the index file and keeping information as per the user search query. Most of time, users were not able to get their desired information and this section keeping users at their limit. Users were only able to get information in the form of web page which are linked to others. Existing system was not able to handle and store files and information using proper keywords and tags in the form of pdf, doc or in the format of zip file.

Proposed System

Some special mechanism has been used to work on the concept of web crawling which can be integrated with this Search Engine project. As to work under real time situation, it will enable the system, to go through the various web pages by using the keyword and prepare the list of it based on the search pattern. Before accessing the data to the users, it will first encrypt the index information and saves them to the database for their use.

Project Snapshots

given text result page
Search Engine project page
search page

Download Project 

Search Engine project Abstract Download Abstract
Search Engine Source code Download Source code

Other Projects to Try:

  1. University Search Engine Project in Java
  2. To Implement Web Crawler in Java BE(IT) CLP-II Pratical
  3. Search Engine using Python Project
  4. Medical Search Engine Android Project
  5. Context Based Search Engine Final Year Project

Filed Under: Java Projects Tagged With: Java Projects

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 23
  • Page 24
  • Page 25
  • Page 26
  • Page 27
  • Interim pages omitted …
  • Page 31
  • Go to Next Page »

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy