facebook

Scaffolding gwt deprecated

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #322836 Reply

    Hi,
    i tryed to use scaffold for gwt, but i use gwt 2.4.
    i obtain in scaffoldmodule PlaceController(eventBus); [The constructor PlaceController(EventBus) is deprecated]
    the same in
    AbstractProxyEditActivity public void onViolation(Set<Violation> errors)
    ScaffoldDesktopApp placeHistoryHandler.register(placeController, eventBus, defaultPlace);.

    How can be changed?
    thanks
    michele

    #322857

    cconway
    Member

    Hi Michele,

    There is no way to automatically eliminate the warnings. The Google API is constantly changing and these changes were made after our latest version of GWT scaffolding. They should not hinder your current application.

    If you truly wanted to fix the problems, you would need to research the Google documentation for what they replaced the objects with, then manually make the changes to your code.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Scaffolding gwt deprecated

You must be logged in to post in the forum log in