Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # websocket 구현하기 # pom.xml Spring websocket dependency를 pom.xml 에 추가합니다. ```xml <dependency> <groupId>org.springframework</groupId> <artifactId>spring-websocket</artifactId> <version>${org.springframework-version}</version> </dependency> ``` # xml # java org.springframework.web.socket.handler.TextWebSocketHandler 클래스를 상속받아 websocket handler를 생성합니다. # html # 처리 순서 # 참고 --- 참고 - http://blog.naver.com/PostView.nhn?blogId=beabeak&logNo=220471878778&parentCategoryNo=&categoryNo=86&viewDate=&isShowPopularPosts=true&from=search open/websocket.txt Last modified: 2024/10/05 06:15by 127.0.0.1