Git Product home page Git Product logo

gui_java_message_networking's Introduction

GUI Java Message Networking

Table of contents

Pre-Requisites

How to run

  • Following README.txt file in the project "dist" folder.

Demo

What's included

Some text

GUI_Java_Message_Networking
├── ChatLib
│   ├── build.xml
│   ├── dist
│   │   └── ChatLib.jar
│   ├── lib
│   │   └── DateChooser.jar
│   ├── nbproject
│   │   ├── build-impl.xml
│   │   ├── genfiles.properties
│   │   ├── private
│   │   │   ├── private.properties
│   │   │   └── private.xml
│   │   ├── project.properties
│   │   └── project.xml
│   ├── src
│   │   └── com
│   │       ├── business
│   │       │   └── FileHelper.java
│   │       └── entity
│   │           ├── Client.java
│   │           ├── Message.java
│   │           ├── MessageType.java
│   │           └── Server.java
│   └── test
├── Client
│   ├── build.xml
│   ├── dist
│   │   ├── Client.jar
│   │   ├── lib
│   │   │   ├── ChatLib.jar
│   │   │   └── DateChooser.jar
│   │   └── README.TXT
│   ├── img
│   ├── manifest.mf
│   ├── nbproject
│   │   ├── build-impl.xml
│   │   ├── genfiles.properties
│   │   ├── private
│   │   │   ├── config.properties
│   │   │   ├── private.properties
│   │   │   └── private.xml
│   │   ├── project.properties
│   │   └── project.xml
│   ├── src
│   │   └── com
│   │       ├── business
│   │       │   ├── ClientThread.java
│   │       │   ├── HistoryThread.java
│   │       │   └── ProfileThread.java
│   │       └── ui
│   │           ├── ClientBox.form
│   │           ├── ClientBox.java
│   │           ├── HistoryBox.form
│   │           ├── HistoryBox.java
│   │           ├── ProfileBox.form
│   │           └── ProfileBox.java
│   └── test
├── _DS_Store
├── img
│   ├── leanh
│   │   └── images.jpeg
│   ├── leanh1
│   │   └── Screenshot from 2019-10-27 10-06-52.png
│   └── Screenshot from 2019-10-27 10-06-52.png
├── jdbc
│   └── sqljdbc4.jar
├── README.md
├── Server
│   ├── build.xml
│   ├── dist
│   │   ├── lib
│   │   │   ├── ChatLib.jar
│   │   │   └── sqljdbc4.jar
│   │   ├── README.TXT
│   │   └── Server.jar
│   ├── img
│   │   └── leanh
│   │       └── images1.jpeg
│   ├── imgleanh
│   │   └── 319682.jpg
│   ├── jdbc
│   │   └── sqljdbc4.jar
│   ├── manifest.mf
│   ├── nbproject
│   │   ├── build-impl.xml
│   │   ├── genfiles.properties
│   │   ├── private
│   │   │   ├── config.properties
│   │   │   ├── private.properties
│   │   │   └── private.xml
│   │   ├── project.properties
│   │   └── project.xml
│   ├── sql
│   │   └── database_table.sql
│   ├── src
│   │   └── com
│   │       ├── business
│   │       │   ├── ChatAppBlockingQueue.java
│   │       │   ├── ClientHandler.java
│   │       │   ├── HistoryConsumerThread.java
│   │       │   ├── ProfilePictureConsumerThread.java
│   │       │   └── ServerThread.java
│   │       ├── context
│   │       │   └── DBContext.java
│   │       ├── dao
│   │       │   ├── MessageDAO.java
│   │       │   └── UserDAO.java
│   │       ├── entity
│   │       │   ├── HistoryRequest.java
│   │       │   └── ProfileRequest.java
│   │       └── ui
│   │           ├── ChatBox.form
│   │           ├── ChatBox.java
│   │           ├── ServerBox.form
│   │           └── ServerBox.java
│   └── test
├── sql
│   └── database_table.sql
└── supported_images
    ├── images1.jpeg
    └── images.jpeg

45 directories, 76 files

Creators

Enjoy 🤘

gui_java_message_networking's People

Contributors

leanh153 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.