SlideShare a Scribd company logo
GWT(Google Web Toolkit)
Web기술개발팀
배 철민 Manager
13년 6월 13일 목요일
GWT(Google Web Toolkit) 소개
13년 6월 13일 목요일
Contents
• What is GWT?
• Why GWT?
• Disadvantage of GWT
• Development Flow
• GWT 환경설정
• GWT 분석 및 예제
13년 6월 13일 목요일
What is GWT?
• Google Web Toolkit is a development toolkit to
create Rich Internet Application
• GWT provides developers option to write client
side application in Java
• GWT complies the code written in Java to
JavaScript code.
• GWT automatically generates javascript code
suitable for each browser(cross-browsing)
13년 6월 13일 목요일
Back-end Development Front-end Development
지금까지 잘 해오고 있었는데...
13년 6월 13일 목요일
Why GWT?
• auto-complete / refactoring / navigation /
project management
• Developers can debug the client side
application as Java application
• Extensible
13년 6월 13일 목요일
Disadvantage GWT
• Not Indexable
• Not degradable
• Not designer’s friendly
13년 6월 13일 목요일
GWT Component
13년 6월 13일 목요일
Development Flow
13년 6월 13일 목요일
Development Flow
13년 6월 13일 목요일
GWT 환경설정
http://www.gwtproject.org/download.html
13년 6월 13일 목요일
GWT?
• Elements(HTML + CSS)
• Event Handler (JavaScript)
• Server Communication (JavaScript)
Web Application의 구성
13년 6월 13일 목요일
GWT Library 분석
Web Application Elements
구성요소(DOM Tree, Element)
13년 6월 13일 목요일
GWT Library 분석
-Elements 관련-
13년 6월 13일 목요일
GWT Library 분석
-Elements 관련-
13년 6월 13일 목요일
GWT Library 분석
-Elements 관련-
13년 6월 13일 목요일
GWT Library 분석
-Elements 관련-
13년 6월 13일 목요일
GWT Elements
• The Elements are really minimum
• raw Elements and ugly Elements
• need to build everything
• GWT 3rd party widget library
(GWT-Bootstrap, GWT-CodeMirror, etc..)
13년 6월 13일 목요일
Example
1 2
13년 6월 13일 목요일
GWT Library 분석
-Event Handler-
13년 6월 13일 목요일
Basic Event Handle
GWT Event Handler Android Event Handler
13년 6월 13일 목요일
Large Project Event Handle
• MVP Model
• EventBus
13년 6월 13일 목요일
MVP Model
13년 6월 13일 목요일
MVP Model
13년 6월 13일 목요일
MVP Model
Model
13년 6월 13일 목요일
MVP Model
Model
13년 6월 13일 목요일
MVP Model
ModelPresenter
13년 6월 13일 목요일
MVP Model
ModelPresenter
13년 6월 13일 목요일
MVP Model
ModelPresenterView
13년 6월 13일 목요일
MVP Model
ModelPresenterView
사용자 이벤트
13년 6월 13일 목요일
MVP Model
ModelPresenterView
사용자 이벤트 모델 변경/질의
13년 6월 13일 목요일
MVP Model
ModelPresenterView
사용자 이벤트 모델 변경/질의
변경 통지
13년 6월 13일 목요일
MVP Model
ModelPresenterView
뷰 변경
사용자 이벤트 모델 변경/질의
변경 통지
13년 6월 13일 목요일
MVP Model
13년 6월 13일 목요일
MVP Model
EventBus
13년 6월 13일 목요일
Example
13년 6월 13일 목요일
GWT Library 분석
-Server Communication-
13년 6월 13일 목요일
AJAX
13년 6월 13일 목요일
using RPC mechanism
13년 6월 13일 목요일
Example
13년 6월 13일 목요일
GWT is useful than Javascript ?
13년 6월 13일 목요일
GWT is useful than Javascript ?
13년 6월 13일 목요일
Useful Resources
Google Web Toolkit : https://developers.google.com/web-toolkit/
GWT Project : http://www.gwtproject.org/
Wikipedia : http://en.wikipedia.org/wiki/Google_Web_Toolkit
Google Code : https://code.google.com/p/google-web-toolkit/
Java tutorial : http://www.tutorialspoint.com/java/index.htm
GWT tutorial : http://www.tutorialspoint.com/gwt/gwt_useful_resources.htm
Smart Showcase : http://www.smartclient.com/smartgwt/showcase/#main
13년 6월 13일 목요일
MGWT(Mobile Google Web Toolkit) 소개
13년 6월 13일 목요일
MGWT 소개 동영상
13년 6월 13일 목요일
MGWT 소개 동영상
13년 6월 13일 목요일
MGWT 소개 동영상
13년 6월 13일 목요일
Index
• What is MGWT?
• Why MGWT?
• MGWT 환경설정
• MGWT Example
13년 6월 13일 목요일
what is MGWT?
• adds functionality thats currently missing in the
gwt core for mobile development
13년 6월 13일 목요일
why MGWT?
• HTML5 App vs Native App
• MGWT uses GWT Best Practices
• MVP framework
• UiBinder
• Custom ActivityManager
• MGWT event model
13년 6월 13일 목요일
MGWT 환경설정
http://www.m-gwt.com/
13년 6월 13일 목요일
Example
13년 6월 13일 목요일
Useful Resources
M-GWT : http://www.m-gwt.com/
Google Code : https://code.google.com/p/mgwt/
Github : https://github.com/dankurka/mgwt
Docs : http://docs.mgwt.googlecode.com/git/javadoc/latest/index.html
13년 6월 13일 목요일
13년 6월 13일 목요일

More Related Content

PDF
2020년 9월 5일 개발 이야기 정리
PDF
2020년 7월 4일 개발 이야기 정리
PDF
2020년 8월 30일 개발 이야기 정리
PDF
2021년 4월 10일 개발자 이야기
PDF
2020년 09월 27일 특별 도서 증정 이벤트
PPTX
웹 프로그래밍 팀프로젝트 최종발표
PPTX
웹프로그래밍 팀프로젝트 중간발표
PDF
2020년 2월 스택오버플로 개발자 설문 결과
2020년 9월 5일 개발 이야기 정리
2020년 7월 4일 개발 이야기 정리
2020년 8월 30일 개발 이야기 정리
2021년 4월 10일 개발자 이야기
2020년 09월 27일 특별 도서 증정 이벤트
웹 프로그래밍 팀프로젝트 최종발표
웹프로그래밍 팀프로젝트 중간발표
2020년 2월 스택오버플로 개발자 설문 결과

Viewers also liked (11)

PDF
Javascript & Angular .js for the enterprise, lessons learned, typescript scal...
PDF
Reasons to migrate to modern web development with JavaScript
PDF
Gwt widget frameworks_presentation
PDF
Geecon 2014 - Five Ways to Not Suck at Being a Java Freelancer
PDF
Multi modularized project setup with gulp, typescript and angular.js
PDF
Angularjs practical project experiences with javascript development in a bank
PDF
Maven - Taming the Beast
PDF
Migration tales from java ee 5 to 7
PDF
Angular 2 : learn TypeScript already with Angular 1
PDF
KYSUC - Keep Your Schema Under Control
PDF
Just enough app server
Javascript & Angular .js for the enterprise, lessons learned, typescript scal...
Reasons to migrate to modern web development with JavaScript
Gwt widget frameworks_presentation
Geecon 2014 - Five Ways to Not Suck at Being a Java Freelancer
Multi modularized project setup with gulp, typescript and angular.js
Angularjs practical project experiences with javascript development in a bank
Maven - Taming the Beast
Migration tales from java ee 5 to 7
Angular 2 : learn TypeScript already with Angular 1
KYSUC - Keep Your Schema Under Control
Just enough app server
Ad

Similar to Gwt presentation (20)

PPTX
How_to_choose_the_right_framework
PPTX
웹-프론트엔드 프레임워크를 고르기 위한 팁
PPTX
2022 백엔드 멘토링 자료
PDF
GRUTER가 들려주는 Big Data Platform 구축 전략과 적용 사례: GRUTER의 빅데이터 플랫폼 및 전략 소개
PDF
2020년 9월 12일 개발 이야기 정리
PPTX
Continuous Integration & Collaboration
PPTX
제 1회
PDF
Frends meetup 2013.07
PPT
발표자료
PDF
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
PDF
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
PPTX
How to implement your dream 20150427
PDF
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
PDF
Gae와cloud sql을이용한 전자결재 개발
PPTX
my activities before getting a job
PDF
Web analytics 2.0 study ch.9
PDF
SoundHub 프로젝트 발표 자료
PDF
좌충우돌 Data Engineering 학습기
PPTX
기술적 변화를 이끌어가기
PDF
사용자분석 @코더스하이세미나
How_to_choose_the_right_framework
웹-프론트엔드 프레임워크를 고르기 위한 팁
2022 백엔드 멘토링 자료
GRUTER가 들려주는 Big Data Platform 구축 전략과 적용 사례: GRUTER의 빅데이터 플랫폼 및 전략 소개
2020년 9월 12일 개발 이야기 정리
Continuous Integration & Collaboration
제 1회
Frends meetup 2013.07
발표자료
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
How to implement your dream 20150427
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
Gae와cloud sql을이용한 전자결재 개발
my activities before getting a job
Web analytics 2.0 study ch.9
SoundHub 프로젝트 발표 자료
좌충우돌 Data Engineering 학습기
기술적 변화를 이끌어가기
사용자분석 @코더스하이세미나
Ad

Gwt presentation