`
flashcloud
  • 浏览: 185498 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论
文章列表
  原文转自:https://txt.appspot.com/pt2club.blogspot.com/2009/12/gwt-20.html   GWT 2.0 介紹 原文网址:http://googlewebtoolkit.blogspot.com/2009/12/introducing-google-web-toolkit-20-now.html今晚稍早,令人兴奋的 Campfire One 结束了,在这个聚会上,我们宣布 GWT ...
源文出自:https://txt.appspot.com/pt2club.blogspot.com/2010/02/gwt-part-2javascript-overlay-type.html 彻底了解 GWT Part 2:JavaScript 的 overlay type 原文:http://googlewebtoolkit.blogspot.com/2008/08/getting-to-really-know-gwt-part-2.html技术校正、审阅:tkcn假设你已经 ...
源文出自:https://txt.appspot.com/pt2club.blogspot.com/2010/02/gwt-part-1jsni.html   彻底了解 GWT Part 1:JSNI   原文:http://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-gwt-part-1-jsni.html 技术校正、审阅:tkcn [前面略过一段很口语、很难翻译、但是不太重要的一段 XD] 彻底了解 GWT,第一步:JSNI 如果你是 GWT 新手,你可能觉得奇怪:到底有什么好激动的?GWT ...
原文出自GWT-Presenter项目的创建者对该项目的简要介绍:gwt-presenter explained   NOTE: Feb 12, 2010: We have upgraded gwt-presenter to 1.1.1 from replace-branch, which has heavy impact on how we handle places. After reading this post, go to gwt-presenter upgrade and read about the place changes.   It took me quite ...
一直关注GWT-Presenter的进展情况,最近该项目发布了1.1.1版(google code上有未对外发布的1.1.0),但相关文档较少,关于1.1的发布也没有相关说明文档。最近无意搜到该项目的创建者的个人博客,其间有该版本较为详尽的说明。同时可以在这里找到该项目的由来
源文转自:Loading a default view on startup with gwt-presenter   As shown in Chris Lowe’s GWT MVP example, I’ve been using getPlaceManager().fireCurrentPlace() in my EntryPoint class to show the initial view after all presenters are loaded. This works fine if there is a history token (placeId) in the UR ...
源文转自:Base presenter and view classes for gwt-presenter   When your presenters extend gwt-presenter’s WidgetPresenter, you are required to implement four methods that are often unused. In order to avoid boilerplate in all my presenters, as well as to do other things that are common to all my present ...
源文转自:Swapping DIVs technique for navigation with gwt-presenter   I have previously written about navigation in gwt-presenter using the DeckPresenter or WidgetContainerPresenter approaches. Those techniques work well for swapping out views in one portion of the page, and could be applied to the whol ...
源文转自:How to show a “Loading…” pop-up in your GWT app   Last week, I posted a technique for displaying a splash screen before GWT loads. In this post, we’ll look at a way to show a modal pop-up after your app is up and running, but while GWT is making AJAX calls.   The basic idea is to show and ...
源文转自:Unit testing with JDO PersistenceManager injected via Guice   This is a follow-up to last week’s post on unit testing ActionHandlers with Guice. David Peterson pointed out on the gwt-dispatch mailing list that I could inject a PersistenceManager into my ActionHandlers in order to provide an ...
源文转自:More on unit testing with an injected JDO PersistenceManager   Regarding my previous post, it turns out that I needed a TestPMF implementation sooner than I thought. The reason is the way I’m injecting a DispatchTestService in my unit tests (as described in this post). I’m calling createInject ...
源文转自:Writing common test data services for gwt-dispatch with Guic   The way it stands now after my last several posts on unit testing is that each test method in a JUnit TestCase runs its own context, including its own PersistenceManager injected with Guice. Because I’m initializing the AppEngin ...
源文转自:How to reduce startup time with gwt-presenter   I’ve finally figured out a way to trim down the initial load time for my app. I’m not quite ready for GWT 2, runAsync(), or the new Place API in gwt-presenter, but I’ve been able to cut my initial load time significantly (from 14s to 2s) by do ...
源文转自:An MVP-compatible EnumListBox for GWT   A frequent request on the GWT and gwt-presenter forums is for a ListBox that implements HasValue like a TextBox. I recently needed one myself, and thought it would be especially cool if I could use it with a Java enum type like this: public static en ...
源文转自:Quick note on using gwt-presenter’s ActionException   It seems that the best way to use gwt-presenter’s ActionException is to extend it, as exception chaining using ActionException does not appear to work. Here’s a working example: package com.roa.common.exception; import net.customwar ...
Global site tag (gtag.js) - Google Analytics