All Projects → b2stry → Mytwitter

b2stry / Mytwitter

Licence: apache-2.0
一个模仿Twitter的Java Web项目(基于原生的Servlet)

Programming Languages

java
68154 projects - #9 most used programming language
javaweb
17 projects

Labels

Projects that are alternatives of or similar to Mytwitter

Atmosphere
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
Stars: ✭ 3,552 (+1929.71%)
Mutual labels:  servlet
Hrrs
Record, transform, and replay HTTP requests in Java EE and Spring applications.
Stars: ✭ 54 (-69.14%)
Mutual labels:  servlet
Pepper Metrics
pepper metrics is a tool, it can helps you collect runtime performance use RED method, and then output as log / timeseries data, by default it use prometheus as datasource, grafana as UI
Stars: ✭ 119 (-32%)
Mutual labels:  servlet
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (+136.57%)
Mutual labels:  servlet
Warbler
Warbler chirpily constructs .war files of your Ruby applications.
Stars: ✭ 850 (+385.71%)
Mutual labels:  servlet
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-61.71%)
Mutual labels:  servlet
Javaee8 Samples
Java EE 8 Samples
Stars: ✭ 333 (+90.29%)
Mutual labels:  servlet
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (-9.14%)
Mutual labels:  servlet
Qtwebapp
QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.
Stars: ✭ 50 (-71.43%)
Mutual labels:  servlet
Java Interview
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
Stars: ✭ 114 (-34.86%)
Mutual labels:  servlet
Javalin
A simple and modern Java and Kotlin web framework
Stars: ✭ 5,184 (+2862.29%)
Mutual labels:  servlet
Servletjsptutorial
《Servlet & JSP 技術手冊 - 從 Servlet 到 Spring Boot》相關資源
Stars: ✭ 25 (-85.71%)
Mutual labels:  servlet
Learning Servlet
🐸🔫 老年人的Servlet代码
Stars: ✭ 68 (-61.14%)
Mutual labels:  servlet
Xsbt Web Plugin
Servlet support for sbt
Stars: ✭ 381 (+117.71%)
Mutual labels:  servlet
Estore
Java 语言实现的 苹果网上商城 ,前端模仿 苹果爱否 商城的页面 ,后端运用纯 Servlet + JSP +c3p0 数据库连接池以及web 相关技术,实现的基础功能包括前后台、实现展示首页、管理商品页面、商品分类、添加购物车、购买、提交订单 、联系客服等 ,欢迎 star,谢谢!!!
Stars: ✭ 129 (-26.29%)
Mutual labels:  servlet
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (+98.86%)
Mutual labels:  servlet
Tus Java Server
Library to receive tus v1.0.0 file uploads in a Java server environment
Stars: ✭ 64 (-63.43%)
Mutual labels:  servlet
Android Http Server
A complete zero-dependency implementation of a web server and a servlet container in Java with a sample Android application.
Stars: ✭ 158 (-9.71%)
Mutual labels:  servlet
Servlet 3.1 Specification
JSR 340: Java Servlet 3.1 Specification 《Java Servlet 3.1 规范》中文翻译及示例。
Stars: ✭ 137 (-21.71%)
Mutual labels:  servlet
Tarena Java Textbooks
达内 Java 全套教材
Stars: ✭ 75 (-57.14%)
Mutual labels:  servlet
                                                  _            _ _   _            
                                                 | |          (_) | | |           
                                  _ __ ___  _   _| |___      ___| |_| |_ ___ _ __ 
                                 | '_ ` _ \| | | | __\ \ /\ / / | __| __/ _ \ '__|
                                 | | | | | | |_| | |_ \ V  V /| | |_| ||  __/ |   
                                 |_| |_| |_|\__, |\__| \_/\_/ |_|\__|\__\___|_|   
                                             __/ |                                
                                            |___/                                 

关于

一个模仿Twitter的Java Web项目(基于原生的Servlet)

使用说明

# 1.使用命令拉取代码:
    git clone https://github.com/b2stry/mytwitter.git
# 2.使用IDEA or Eclipse or STS导入本项目
# 3.新建数据库create database mytwitter; 导入数据库文件mytwitter.sql
# 4.修改com/twitter/util/DBUtil.java中的数据库链接和密码
# 5.运行项目
    1.直接在IDE中Run On Server运行
    2.从IDE中导出一个war包放到tomcat的webapps目录下,启动tomcat
# 6.浏览器访问:
    http://127.0.0.1:8080 or other

环境

  • jdk:1.8
  • tomcat:8.5
  • mysql:5.7

界面展示

由于页面没有做响应式,推荐使用1366*768分辨率

首页

注册界面

登录界面

主界面

发推

通知界面

用户界面

其他用户界面

聊天界面

查询用户界面

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].