Open Project on Java II (Download, Update and Share)

After uploading my previous project, here I am uploading my one of this semester project (Buddies Chat System). This project is done by me and my project partner Shruti P. Hirur. Buddies chat system is a text chatting system with text format and emoticons options. In project we have uses java socket programming to communicate between different clients. Server responds different action according to the different type of packet sent by the user.
The following images demonstrate the project very well.


This project source code you will get in the form of NetBean project format. You can down load the source from :

Client
Server
MySql.jar (required in Library)
Mail.jar (required in library)
Database

Please download , improve and share it. Don’t forget to send one improved copy to me.

Open Project on Java I (Download, Update and Share)

Hello Java programmers, actually I had completed my college project (Career Aspiration Consultancy) and presented successfully in my exam. It deals with most of the operations of IT job consultancy like profile (candidate, company and job), search/report (candidate, company and job) and user settings/validation and user logs.

From next semester I have to begin with the new project. But I don’t want this project to get finished in this stage, coz I know that there are lots of things can be improved in it. So I decided to make it open source by publishing here. I don’t know whether this way is proper or not, but I believe it will help me to improve this project and help the beginner who want to learn core java.

This project is platform independent, but the calculator and notepad in this project is getting opened from windows system file.

This project consists of 32 java files and mysql.jar file. I had use NetBeans 6.0 IDE to type the source codes, so I think even you might need to develop it in the same IDE. I am providing download link  as zipped format.

Download CAC 0.0.1  Here

I have used MySQL 5.0 as backend. I have done most of the database modification with MySQL GUI tools. You can restore the database structure from the below sql file.

Download CAC.sql Here.

Please download , improve and share it. Don’t forget to send one improved copy to me.

These are the some reference that I followed for this project.

I am not sure whether I am doing it in right way, please do suggest me. Thank You.