Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
vasylmalik
/
project-servlet
Public
Notifications
You must be signed in to change notification settings
Fork
696
Star
0
Code
Issues
0
Pull requests
31
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dev
- #13
#13
Open
DemidovDenis
wants to merge 11 commits into
vasylmalik:master
vasylmalik/project-servlet:master
from
DemidovDenis:dev
DemidovDenis/project-servlet:dev
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
Dev
#13
DemidovDenis
wants to merge 11 commits into
vasylmalik:master
vasylmalik/project-servlet:master
from
DemidovDenis:dev
DemidovDenis/project-servlet:dev
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2022
Added a field with cells. Added the functionality of clicking on a cell, at which a request will be sent to the server. Added to each cell the address of the servlet that is responsible for the log…
Show description for 689053c
DemidovDenis
committed
689053c
View commit details
Copy full SHA for 689053c
Browse repository at this point
Commits on Aug 18, 2022
Added to the “doGet” method of the “LogicServlet” class the logic of getting the current session and the object of the playing field.
DemidovDenis
committed
8fc15e8
View commit details
Copy full SHA for 8fc15e8
Browse repository at this point
To the file “index.jsp” added a cross display.
DemidovDenis
committed
f2d2b11
View commit details
Copy full SHA for f2d2b11
Browse repository at this point
Added zero control logic to the “doGet” method of the "LogicServlet" class.
DemidovDenis
committed
745a03b
View commit details
Copy full SHA for 745a03b
Browse repository at this point
Added a method to the “LogicServlet” class that checks if there are three tic-tac-toe in a row.
DemidovDenis
committed
2c9a1d8
View commit details
Copy full SHA for 2c9a1d8
Browse repository at this point
Added the “CheckWin” method call twice to the “doGet” method. The first time after installing the cross, the second time after installing the zero.
DemidovDenis
committed
70958b8
View commit details
Copy full SHA for 70958b8
Browse repository at this point
Added to “index.jsp” directives c:set and c:if after the table, using the “winner” parameter, output the winner.
DemidovDenis
committed
c81d76b
View commit details
Copy full SHA for c81d76b
Browse repository at this point
In “index.jsp” in the “script” section added a function that can send a POST request to the server. I made the function synchronous, and when the response comes from the server, it will reload the …
Show description for 4a154ca
DemidovDenis
committed
4a154ca
View commit details
Copy full SHA for 4a154ca
Browse repository at this point
Created a servlet that will serve the URL "/restart".
DemidovDenis
committed
89f34c9
View commit details
Copy full SHA for 89f34c9
Browse repository at this point
In "LogicServlet", I added another "draw" parameter to the session, updated the “data” field and sent a redirect to "index.jsp".
DemidovDenis
committed
d59e95f
View commit details
Copy full SHA for d59e95f
Browse repository at this point
Commits on Oct 22, 2023
Create README.md
DemidovDenis
authored
96af8c3
View commit details
Copy full SHA for 96af8c3
Browse repository at this point
You can’t perform that action at this time.