Closed raphaelbauer closed 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...
guess import import com.gwtplatform.mvp.client.gin.DefaultModule.Builder; is missing...
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...