Revision: 6086
Author: tamplinjohn
Date: Thu Sep 3 15:40:15 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=6086
Modified:
/wiki/UsingOOPHM.wiki
=======================================
--- /wiki/UsingOOPHM.wiki Wed Aug 5 12:08:38 2009
+++ /wiki/UsingOOPHM.wiki Thu Sep 3 15:40:15 2009
@@ -12,19 +12,26 @@
The solution is to invert the problem -- instead of embedding the browser
in hosted mode, we will embed a hosted mode plugin in the browser. This
has a much smaller footprint that is easier to support, and then we can get
support for multiple browsers per platform and cross-machine hosted mode
(ie, running hosted mode on Linux and connecting to it from IE on a Windows
machine).
= Installing the Plugin =
+
You will need to install a plugin in each browser you intend to use with
OOPHM.
* *Google Chrome*
Not yet, sorry.
- * *Firefox 3 (not 3.5 yet)*
- Install the
[http://google-web-toolkit.googlecode.com/svn/branches/oophm/plugins/xpcom/prebuilt/oophm-xpcom.xpi
plugin] in your browser.
+ * *Firefox*
+ <font color="red">_*Note: If you have previously installed an OOPHM
plugin, you will need to uninstall or disable it first.*_</font><br>
+ Install the appropriate XPI by clicking below while running Firefox:
+ *
[http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff2.xpi
Firefox 2] (Mac PPC/x86, Linux x86/x86_64)
+ *
[http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3.xpi
Firefox 3] (Win x86, Mac PPC/x86, Linux x86/x86_64)
+ *
[http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff35.xpi
Firefox 3.5] (Win x86, Mac PPC/x86, Linux x86/x86_64)
+
+ If you are running multiple versions of Firefox, it is recommended to
use different profiles for each version.
* *Safari 3/4 on MacOSX*
- Run the installer from this
[http://google-web-toolkit.googlecode.com/svn/branches/oophm/plugins/webkit/prebuilt/oophm.dmg
disk image].
+ Run the installer from this
[http://google-web-toolkit.googlecode.com/svn/trunk/plugins/webkit/prebuilt/oophm.dmg
disk image].
* *IE6/7/8*
- 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.
+ Download
[http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/prebuilt/oophm.dll
oophm.dll] to local disk. Run regsvr32 oophm.dll and restart IE.
= Using OOPHM =
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:
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---