Hi Denis, Glad to know you were able to get OOPHM working with the stable 1.6 and 1.7 releases. Thanks for sharing on how you got it setup. Hopefully other developers will stumble upon this thread when they're looking to do something similar until OOPHM releases in the next major release.
Cheers, -Sumit Chandel On Wed, Jul 22, 2009 at 1:14 PM, denis56 <[email protected]> wrote: > > Thanks for reply, > > I actually did get oophm work with gwt 1.6/1.7. > > Wanted to share some feedback. > Building from trunk, I first run into issue #3556 (http:// > code.google.com/p/google-web-toolkit/issues/detail?id=3556) which > luckily had a workaround documented. > > http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM explains > the procedure (no need to compile oophm from branches/oophm), but > being not well-versed in GWT, I had it tough realizing that BOTH gwt- > oophm.jar and gwt-dev.jar need to be included in my project classpath > above the GWT 1.6/1.7 jars. Can a request be placed to extend > UsingOOPHM or can I submit a explanatory paragraph for review? > > After figuring that out the rest worked pretty well. Really really > happy, since in-process hosted mode ceased to work for some reason > after I embedded GWT code in a jsf page, and I now have firebug!!! > > Best wishes, > denis > > On Jul 21, 11:59 pm, Sumit Chandel <[email protected]> wrote: > > Hi Denis, > > Unfortunately, you'll need to work from trunk for both GWT core and OOPHM > as > > the two are under active development, and the OOPHM branch is generally > > staying in sync with changes in trunk. Many GWT developers have been > using > > trunk successfully during development, but keep in mind the disclaimer > that > > trunk is bleeding edge code and not recommended for production. > > > > That said, the next major release will include OOPHM, so you can look > > forward to using it in a stable release soon. > > > > As for using hosted mode in GWT 1.7, could you elaborate a little more on > > what issues you experienced when trying to start up hosted mode? > > > > Hope that helps, > > -Sumit Chandel > > > > On Sat, Jul 18, 2009 at 4:01 PM, denis56 <[email protected]> > wrote: > > > > > pardon for asking, but it seems i am stuck and not moving on. > > > > > i had one issue that hosted browser did not run gwt code (while > > > firefox did) and thought to try my luck with oophm. > > > > > tried to follow instructions at > > > > >http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source. > .. > > > and > > > > >http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa. > .. > > > > > I am using gwt 1.6 on linux. Have checked out > > >http://google-web-toolkit.googlecode.com/svn/branches/oophm, build it > > > (throws some errors, though), got firefox extension installed, > > > replaced my gwt-dev and gwt-user.jar files with the generated ones, > > > but getting the error > > > > > "ClickHandler cannot be resolved to a type" or worse :) > > > > > It is obviously an older compiler not supporting the new features of > > > 1.6. The question is, whether it is possible to use 1.6 (and now 1.7) > > > compiler and simultaneously oophm from trunk? > > > > > thanks a lot > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
