Author: [email protected]
Date: Tue Mar 24 12:19:15 2009
New Revision: 5074
Modified:
wiki/UsingOOPHM.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/UsingOOPHM.wiki
==============================================================================
--- wiki/UsingOOPHM.wiki (original)
+++ wiki/UsingOOPHM.wiki Tue Mar 24 12:19:15 2009
@@ -4,7 +4,7 @@
= Introduction =
Previously, we have embedded the browser inside GWT hosted mode using
SWT. This is unsatisfactory for a number of reasons:
- * SWT has native pointers, so you have to build it for 32 or 64 bits.
+ * SWT has native pointers, so you have to build it for 32 or 64 bits
(and we currently only ship 32-bit binaries, so you can't use it with a
64-bit JVM).
* You can only use one browser per platform in hosted mode.
* You can't easily use tools like DOM Inspector, Firebug, etc.
* On Linux, we have to ship an embeddable version of Mozilla 1.7.12,
which is a very old browser. Also, distributing a large binary like this
is problematic to support on a wide range of distributions due to shared
library dependencies.
@@ -24,7 +24,7 @@
Download
[http://google-web-toolkit.googlecode.com/svn/branches/oophm/plugins/ie/prebuilt/oophm.dll
oophm.dll] to local disk. Run regsvr32 oophm.dll and restart IE.
= Using OOPHM =
-OOPHM is currently in trunk, but is not enabled by default because the UI
needs some work and some features are missing, plus it just hasn't had
enough testing to be sure it is completely usable as a replacement. So, to
use it now, you need to add gwt-dev-oophm.jar at the beginning of your
classpath. There are a number of ways to do it:
+OOPHM is currently in trunk (it is not and will not be available with 1.6
or earlier versions), but is not enabled by default because the UI needs
some work and some features are missing, plus it just hasn't had enough
testing to be sure it is completely usable as a replacement. So, to use it
now, you need to add gwt-dev-oophm.jar at the beginning of your classpath.
There are a number of ways to do it:
== Getting the right Classpath ==
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---