Widget Development OOPHM and Vaadin >6.1

Hello Forum!

I would like to know if there is a vaadin oophm package for newer vaadin versions than 6.1?

What is the best way of developing new widgets?

Cherio
Stefan

Things are much simpler with more recent GWT versions used starting with Vaadin 6.2 - you don’t need any special OOPHM JARs. Instead, the GWT development mode support is included in the standard gwt-dev.jar .

See the section about debugging and GWT development mode in
the book
.

Thank you Henri now i got it.

I wrote a blog post a while ago about how to make new widgets with GWT Dev mode for Vaadin 6.3, but should be about the same nowadays too.


http://jonas.granvik.me/blog/vaadin-63-widget-and-gwt-dev-mode

// Jonas