ArcBees / GWTP

A complete model-view-presenter framework to simplify your next GWT project.
Other
335 stars 132 forks source link

Example on http://dev.arcbees.com does not work #793

Closed raphaelbauer closed 8 years ago

raphaelbauer commented 8 years ago

Just trying to follow the setup steps for http://dev.arcbees.com/gwtp/get-started/from-scratch/Create-Files.html.

Unfortunately ClientModule does not compile because it is not clear where "new Builder()..." comes from. I guess that's a missing import. I can figure it out ofc, but for a true beginner that's a show stopper...

raphaelbauer commented 8 years ago

guess import import com.gwtplatform.mvp.client.gin.DefaultModule.Builder; is missing...