Recommended
2020년 09월 27일 특별 도서 증정 이벤트
2020년 2월 스택오버플로 개발자 설문 결과
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
Migration tales from java ee 5 to 7
Angular 2 : learn TypeScript already with Angular 1
KYSUC - Keep Your Schema Under Control
How_to_choose_the_right_framework
2022 백엔드 멘토링 자료
GRUTER가 들려주는 Big Data Platform 구축 전략과 적용 사례: GRUTER의 빅데이터 플랫폼 및 전략 소개
Continuous Integration & Collaboration
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
More Related Content
2020년 09월 27일 특별 도서 증정 이벤트
2020년 2월 스택오버플로 개발자 설문 결과
Viewers also liked (11) 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
Migration tales from java ee 5 to 7
Angular 2 : learn TypeScript already with Angular 1
KYSUC - Keep Your Schema Under Control
Similar to Gwt presentation (20) How_to_choose_the_right_framework
2022 백엔드 멘토링 자료
GRUTER가 들려주는 Big Data Platform 구축 전략과 적용 사례: GRUTER의 빅데이터 플랫폼 및 전략 소개
Continuous Integration & Collaboration
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
[커빙 아키텍쳐] 커빙은 어떻게 소셜 컨텐츠를 모아올까요?
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
좌충우돌 Data Engineering 학습기
Gwt presentation3. Contents
• What is GWT?
• Why GWT?
• Disadvantage of GWT
• Development Flow
• GWT 환경설정
• GWT 분석 및 예제
13년 6월 13일 목요일
4. 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일 목요일
6. Why GWT?
• auto-complete / refactoring / navigation /
project management
• Developers can debug the client side
application as Java application
• Extensible
13년 6월 13일 목요일
12. GWT?
• Elements(HTML + CSS)
• Event Handler (JavaScript)
• Server Communication (JavaScript)
Web Application의 구성
13년 6월 13일 목요일
18. 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일 목요일
43. 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일 목요일
48. Index
• What is MGWT?
• Why MGWT?
• MGWT 환경설정
• MGWT Example
13년 6월 13일 목요일
49. what is MGWT?
• adds functionality thats currently missing in the
gwt core for mobile development
13년 6월 13일 목요일
50. why MGWT?
• HTML5 App vs Native App
• MGWT uses GWT Best Practices
• MVP framework
• UiBinder
• Custom ActivityManager
• MGWT event model
13년 6월 13일 목요일
53. 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일 목요일