It is a Basic Comment App for different users.

Overview

Zoho-comments

It is a Basic Comment App for different users.

Technology Used : JAVA Swing, Mysql. Tools Used : Eclipse , WampServer.

Mysql Table : signup,login,comment

How to Run : Download the project in your eclipse and run , but for database connection you have to install Wampserver and in that you have to make mentioned tables by yourself. -> Also user has to add mysql driver in project for executing queries/ making connection with database. ->Email should be in "@gmail.com" format. -> Password should be greater than 8 size and also contains a upper case Alphabet & character.

Process: -> First in Login class ,if User is using first time , user has to create account by using signup option and there he has to add Email,Password & secret code.After creating it will redirect user to login class ->In the login class user has to pass valid credentials otherwise it will show Error .After logging in user can filter comments for there username and also can post the comment and it will show there email and comment that user did.

Show Password: Screenshot (181)

Comment Class Screenshot (182)

Testing by clicking on submit Screenshot (183)

After Submit Screenshot (184)

Filter Button Screenshot (185)

After Filter Screenshot (186)

Screenshot (187)

Reset Password Screenshot (188)

Poor Password Screenshot (189)

Sign Up class Screenshot (179)

Checking for valid credentials Screenshot (180)

Database Tables:-

mysql> mysql> use online Database changed mysql> ; ERROR: No query specified

mysql> select *from signup; +------------------------+----------+-------------+ | Email | Password | Secret_Code | +------------------------+----------+-------------+ | [email protected] | 1234 | jai | | [email protected] | 12345 | tanish | | [email protected] | asdsa | dsdsd | | [email protected] | k | k | | [email protected] | Jai123@@ | sdsds | | [email protected] | Jai123@@ | jai | | [email protected] | Jai123@@ | 12345 | +------------------------+----------+-------------+ 7 rows in set (0.00 sec)

mysql> select *from signup; +------------------------+----------+-------------+ | Email | Password | Secret_Code | +------------------------+----------+-------------+ | [email protected] | 1234 | jai | | [email protected] | 12345 | tanish | | [email protected] | asdsa | dsdsd | | [email protected] | k | k | | [email protected] | Jai123@@ | sdsds | | [email protected] | Jai123@@ | jai | | [email protected] | Jai123@@ | 12345 | +------------------------+----------+-------------+ 7 rows in set (0.00 sec)

mysql> select *from signup; +------------------------+----------+-------------+ | Email | Password | Secret_Code | +------------------------+----------+-------------+ | [email protected] | 1234 | jai | | [email protected] | 12345 | tanish | | [email protected] | asdsa | dsdsd | | [email protected] | k | k | | [email protected] | Jai123@@ | sdsds | | [email protected] | Jai123@@ | jai | | [email protected] | Jai123@@ | 12345 | | [email protected] | | 12345 | +------------------------+----------+-------------+ 8 rows in set (0.00 sec)

mysql> show tables; +------------------+ | Tables_in_online | +------------------+ | comment | | login | | signup | +------------------+ 3 rows in set (1.25 sec)

mysql> select *from signup; +------------------------+---------------------+-------------+ | Email | Password | Secret_Code | +------------------------+---------------------+-------------+ | [email protected] | 1234 | jai | | [email protected] | Jai123@@ | tanish | | [email protected] | asdsa | dsdsd | | [email protected] | k | k | | [email protected] | Jai123@@ | sdsds | | [email protected] | Jai123@@ | jai | | [email protected] | Jai123@@ | 12345 | | [email protected] | dsadsaksdsdsadssdsa | 12345 | | [email protected] | Jai123@@ | jai | +------------------------+---------------------+-------------+ 9 rows in set (0.02 sec)

mysql> select *from login; Empty set (0.05 sec)

mysql> select *from comment; +------------------------+--------------------------+ | Email | Comment | +------------------------+--------------------------+ | [email protected] | First project | | [email protected] | Second project | | [email protected] | jai | | [email protected] | dafsfd | | [email protected] | jjjj | | [email protected] | | | [email protected] | sdass aadfdsf dsfd sd df | | [email protected] | jja | | [email protected] | is it working? | | [email protected] | how are you? | | [email protected] | dekh | | [email protected] | dsadsads | | [email protected] | xcxcxczczx | | [email protected] | cdsddddddddddddd | | [email protected] | dwaqqqqqqqqqqq | | [email protected] | wqqqqqqqqqqqqqqqqqqq | | [email protected] | wqqqqqqqqqqqqqqqq | | [email protected] | wqqqqqqqqqqq | | [email protected] | kkk | | [email protected] | kk | | [email protected] | kk | | [email protected] | kk | | [email protected] | k | | [email protected] | dd | | [email protected] | jjjj | | [email protected] | it is testing . | | [email protected] | testing | | [email protected] | testing | | [email protected] | testing | | [email protected] | testing | | [email protected] | testing | +------------------------+--------------------------+ 31 rows in set (0.02 sec)

mysql>

You might also like...

In the application, users should be able to register, login and create/update/delete their own to-do lists.

Mini TO-DO app About the project Todoist In the application, users should be able to register, login and create/update/delete their own to-do lists. Y

Nov 22, 2022

Melnica Server is a custom basic Servlet Container application which depends on Socket Programming.

Melnica Server is a custom basic Servlet Container application which depends on Socket Programming.

Melnica Server Melnica Server is a custom basic Servlet Container application which depends on Socket Programming. The Description of Project Melnica

Jun 26, 2022

This is simple project to show how to create a basic API using Java 11 + Maven + Spring Boot + PostgrSQL + Flyway.

This is simple project to show how to create a basic API using Java 11 + Maven + Spring Boot + PostgrSQL + Flyway.

Dec 10, 2022

Magic Bean: A very basic library which will generate POJOs.

Magic Bean: A very basic library which will generate POJOs.

Dec 27, 2022

Basic crud operations with json data, main focus is with tests

Spring Crud operations Basic crud operations with json data, main focus is with tests. For future reference Road Map Basic Crud on controllers (done)

Feb 1, 2022

It contains a simple program to apply basic arithmetic operations in Morse code

Morse-Calculator By Mohamad Farag F. Makkawi This project falls under DSL (Domain Specific Language) . the Input is an equation in which simple arithm

Apr 29, 2022

This repo holds all the basic code and documentation to the ev3 roboter of group 3 from WS21/22

e3base This repo holds all the basic code and documentation to the ev3 roboter of group 3 from WS21/22 Task Every group had to build a roboter using t

Feb 12, 2022

A basic shard that demonstrates optional implementations, and interfaces.

Glass - Example A basic shard that demonstrates optional implementations, and interfaces. Basic Information A lot of stuff will be more complex than o

Feb 13, 2022

ALL THE BASIC PROGRAM OF DSA with JAVA HERE ....

JAVA-WORKSPACE ALL THE BASIC PROGRAM OF DSA with JAVA HERE .... What is a Data Structure? Data Structure is a way to organized data in such a way that

Sep 30, 2022
Owner
null
Squadio-App is a Users-Accounts financial system. exposes Rest APIs with JWT authentication/Authorization process .

squadio-app Description Squadio-App is a Users-Accounts financial system. exposes Rest APIs with JWT authentication/Authorization process . How to Run

Bashar Othman 1 Jan 29, 2022
With react-native-update-in-app library you can easily implement in-app updates in your React Native app using CDN or any other file server

React Native In-App update With react-native-update-in-app library you can easily implement in-app updates in your React Native app using CDN or any o

Nepein Andrey 7 Dec 21, 2022
Esse repositório disponibiliza uma versão zero de uma API de cadastro de usuários (Users) a ser melhorada com desafios ☕️ 🇧🇷

java-training-api Esse repositório disponibiliza uma versão zero de uma API de cadastro de usuários (Users) na pasta SRC a ser melhorada. DESAFIOS Os

Guillaume Falourd 91 Dec 22, 2022
Geoponics is an E-Commerce Android Based Application Designed for Farmers As Well As Normal Users to Buy and Sell Agricultural goods!

Geoponics : E-Commerce Application Geoponics is an E-Commerce Android Based Aplication Designed for Farmers As Well As Normal Users to Buy and Sell Ag

Prasad 3 Aug 31, 2021
An Auction website. Users can Put up items for sale, bid on currently active auctions and write reviews for items that they have won in the auctions.

Auction-Project An Auction website. Users can Put up items for sale, bid on currently active auctions and write reviews for items that they have won i

Nika Salia 3 Sep 7, 2021
🕊️ The world's most advanced open source instant messaging engine for 100K~10M concurrent users https://turms-im.github.io/docs

简体中文 What is Turms Turms is the most advanced open-source instant messaging engine for 100K~10M concurrent users in the world. Please refer to Turms D

null 1.2k Dec 27, 2022
A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.

Flowable (V6) Maven Central: Docker Images: License: Homepage: https://www.flowable.org/ flowable / flowəb(ə)l / a compact and highly efficient workfl

Flowable 6k Jan 7, 2023
Users can create and sign up for giveaways which, upon expiring, will select a random winner from the pool of entries

PROJECT NAME Readaway Project Description Users can create and sign up for giveaways which, upon expiring, will select a random winner from the pool o

null 2 Apr 4, 2022
Discourse-java is a platform where users can freely discuss on topics they want to, and like-minded people can join in and contribute

Discourse is the 100% open source discussion platform built for the next decade of the Internet. Use it as a: mailing list discussion forum long-form

Infosys Ltd 16 Oct 19, 2022
A Network Observer which would provide maximum details about the network to the administrator on their screen without knowing to their users.

Smart-Network-Observer-With-Energy-Framework A Network Observer which would provide maximum details about the network to the administrator on their sc

Shrutika Ambre 5 Jul 15, 2022