pe.kr 도메인 무료 등록 이벤트
아침에 포커스 신문을 보고 오는데 구석에 이벤트 소식이 있었습니다.
기쁜마음에 달려가 등록을 하려는데... vicki.pe.kr 은 누가 이미 등록을 했더라구요...
아놔... ㅋㅋㅋㅋ 난 그러나 vicki.co.kr 이 있을 뿐이고~
[이벤트 바로가기]
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
In 1.5, GWTShellServlet served resources directly off the classpath (for public files), or generated files from a temporary location. This has the advantage of allowing fast refresh and resource updating, and making things "easy". However, it has the downside of not leaving the user with something that's easy to deploy.
We will rectify the deployment issue in 1.6 by standardizing GWT around the "expanded WAR format". The two key principles are:
- The result of running the GWT compiler (and possibly some associated tools/build rules) will be an expanded WAR directory structure that can be immediately deployed to a Java Servlet Container compatible web server.
- Hosted mode will operate using essentially the same format, in the same directory, to ensure that hosted and compiled web applications behave the same.
In 1.6, we always dump all resources directly into the WAR directory, which the server serves directly out of. We automate in hosted mode what a build process would do. This is triggered by the Hosted Browser actually executing a selection script; the selection script (when running hosted mode) forces a hosted mode link. Subsequent GWT.create() calls may cause incremental links.