Issn't there any way to move the libraries and other files of GWT to another location?
On Aug 5, 11:03 am, Tobe <[email protected]> wrote: > Now, I have a SVN project with PHP where I want to integrate GWT. > Therefore the src and war folders shall be located in the trunk > folder. What do I have to change in the <project-name>.gwt.xml (or > somewhere else) that GWT can find the Entry-Point to compile it in > Eclipse? > > On Jul 22, 12:54 pm,Tobe<[email protected]> wrote: > > > > > Maybe it seemed to easy for me but I think it's all I need :) > > > On Jul 1, 1:48 pm, Ian Bambury <[email protected]> wrote: > > > > I can't advise on the plugin as I don't use it, but the way I do GWT/PHP > > > development is to set up a lightweight web server (I use Abyss) and point > > > the document root at the project's war directory (using different ports > > > you > > > can run as many of these setups as you want) > > > Then you can run the GWT app from Eclipse with the noserver option and it > > > all just works. > > > > Ian > > > >http://examples.roughian.com > > > > 2009/7/1Tobe<[email protected]> > > > > > One other questions refering to the GWT plugin for Eclipse. How can I > > > > integrate GWT into my existing PHP project (PDT) so that I can run it > > > > together with GWT like a normal GWT project - e.g. clicking "Run" to > > > > start the shell and the page in hosted mode? > > > > > On Jun 27, 11:14 pm, Ian Bambury <[email protected]> wrote: > > > > > This isn't *really* what GWT is designed for. Ideally, you have a > > > > > single > > > > > page and 'ajax-in' everything you need later as and when and if you > > > > > need > > > > it. > > > > > You *could* use one GWT project to enhance a number of PHP pages by > > > > getting > > > > > it to add widgets via an id, or by wrapping existing elements (also > > > > > via > > > > an > > > > > id). > > > > > > If you GWT app just had a whole load of 'if this id exists do > > > > such-and-such' > > > > > lines, then you could use the same GWT app to enhance a number of > > > > > pages > > > > and > > > > > the app would only have to be downloaded once. > > > > > > Alternatively, you could write an app for each page. It depends on > > > > > what > > > > your > > > > > curremt PHP setup does, and what you want GWT to do for it. > > > > > > Ian > > > > > >http://examples.roughian.com > > > > > > 2009/6/27Tobe<[email protected]> > > > > > > > Hello, > > > > > > I have an existing project based on PHP and want to use GWT permit > > > > > > some JavaScript actions on the page. Is there a documentation how to > > > > > > integrate GWT, e.g. which files I have to copy and how I can change > > > > > > the GWT file and directory schema to my personal one of the existing > > > > > > project? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
