Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

GWTP Screencast 1 — Intro to the GWTP Eclipse plugin

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
6,575
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jun 7, 2011

See: http://gwtplatform.com

This is the first GWTP screencast introducing the GWTP plugin for Eclipse as a mechanism to quickly create a new MVP application.

Category:

Science & Technology

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:
see all

All Comments (14)

Sign In or Sign Up now to post a comment!
  • @BindingAnnotation

    @Target({ FIELD, PARAMETER, METHOD })

    @Retention(RUNTIME)

    public @interface ErrorPlace {

    }

  • If ErrorPlace.java is empty, add the following:

    import com.google.inject.BindingAnnot­ation;

    import java.lang.annotation.Target;

    import static java.lang.annotation.ElementTy­pe.FIELD;

    import static java.lang.annotation.ElementTy­pe.PARAMETER;

    import static java.lang.annotation.ElementTy­pe.METHOD;

    import java.lang.annotation.Retention­;

    import static java.lang.annotation.Retention­Policy.RUNTIME;

    see next post:

  • Creating the ErrorPage throws an error and ErrorPlace.java turned out empty (the annotation). Had to fill that file manually to follow your example and end up with a running app.

  • @DotsC The same. But i get this when trying to create ErrorPresenter.

  • I get a nullpointerexception when I try to create the WelcomePresenter any ideas what this could be?

    

  • Hi, please, can you show us the next demo with nested presenters ? Tkx a lot.

  • Very very good plugin ! Thanks a lot ! When will be plugin for Eclipse 3.7 ?

  • Great Tutorial! Can't wait for the next installment. Thanks a Lot!

  • Cool indeed!

  • Thank you. I struggled with GWTP some time ago. But this plugin makes it now very easy to use. If you got some time I would love to see other tutorials about GWTP's features!

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more