IntelliJ IDEA, custom urls in hosts file

2014-12-03 Thread Stefan Berger
t:. But when I open http://test.loc.com:/MyApp.html?gwt.codesvr=127.0.0.1:9997 I get Plugin failed to connect to Development Mode server at 127.0.0.1:9997 Using IntelliJ + Firefox or Eclipse + any browser my own urls work, Havent' tried other browsers. Is that a bug? Is this the right pla

Re: Can i get some URLs of live projects built using GWT.

2014-06-16 Thread Alain Ekambi
We are building Ahomé Desk with GWT. http://www.desk.ahome-it.com/ 2014-06-17 7:04 GMT+02:00 REVATHI V : > Thank you, Mr. Thomas and Mr. Joseph > > > On Monday, June 16, 2014 2:58:58 PM UTC+5:30, REVATHI V wrote: >> >> Can i get some URLs of live projects built

Re: Can i get some URLs of live projects built using GWT.

2014-06-16 Thread REVATHI V
Thank you, Mr. Thomas and Mr. Joseph On Monday, June 16, 2014 2:58:58 PM UTC+5:30, REVATHI V wrote: > > Can i get some URLs of live projects built using GWT. > Especially would like to see some project which are interactive with a > good UI. > Thanku. > -- You rec

Re: Can i get some URLs of live projects built using GWT.

2014-06-16 Thread Joseph Lust
- Orkut.com - bombermine.com - aws.amazon.com -> login and most dashboards are GWT (i.e. EC2) - cyclingthealps.com - gwtbootstrap.github.io - wikiroutes.info/en Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google We

Re: Can i get some URLs of live projects built using GWT.

2014-06-16 Thread Thomas Broyer
On Monday, June 16, 2014 11:28:58 AM UTC+2, REVATHI V wrote: > > Can i get some URLs of live projects built using GWT. > Especially would like to see some project which are interactive with a > good UI. > > You've just used one: https://groups.google.com/forum/ i

Can i get some URLs of live projects built using GWT.

2014-06-16 Thread REVATHI V
Can i get some URLs of live projects built using GWT. Especially would like to see some project which are interactive with a good UI. Thanku. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this grou

Re: No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-13 Thread Thomas Broyer
nsider asking on https://groups.google.com/d/forum/google-plugin-eclipse or Stack Overflow. On Tuesday, May 13, 2014 12:18:17 AM UTC+2, Rob Tanner wrote: > > Hi, > > Every time I try to bring up an application in Development mode in Eclipse > I get this message and that'

Re: No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
's as far as it goes: > > *[WARN] No startup URLs supplied and no plausible ones found -- use > -startupUrl* > > My web.xml includes: > > > FERPASigningRequest.jsp > > > Isn't that the startup URL. I'm confused. > > ~ Rob > > --

No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
Hi, Every time I try to bring up an application in Development mode in Eclipse I get this message and that's as far as it goes: *[WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl* My web.xml includes: FERPASigningRequest.jsp Isn't that the s

Re: When I deploy GWT project to production, hosted.html contains links to external URLs.

2014-03-14 Thread Jens
You don't have to deploy that file at all. You only need to deploy it if you want to debug your production server. Not sure if you can tell GWT to generate the hosted.html file differently. But of course you can modify it yourself before deployment. -- J. -- You received this message because

When I deploy GWT project to production, hosted.html contains links to external URLs.

2014-03-14 Thread Sergey Kamenev
Our tester are not happy about this line in hosted.html: loadIframe("http://gwt.google.com/missing-plugin";); Can I deploy so that hosted.html does not contain such lines? Thank you. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsu

Re: User visible urls

2012-08-29 Thread Carlos Aguayo
Hi, I created an example and published an example based on Thomas' example: http://carlosaguayo.posterous.com/html5-history-in-gwt On Tuesday, February 28, 2012 10:31:43 AM UTC-5, apanizo wrote: > > Hi all, > > In the next weeks I'm going to start a new app, and I am really interested > in this

Re: User visible urls

2012-02-28 Thread Adolfo Panizo Touzon
Hi all, In the next weeks I'm going to start a new app, and I am really interested in this question. The solution that @Thomas has proposed is really interested. But I don't know exactly how it works. The question is, could you provide me an simple simple example? Or link? Thank you, Adolfo.

Re: User visible urls

2012-02-27 Thread Carlos Aguayo
works like a sharm! thanks buddy! On Wednesday, February 22, 2012 5:08:23 AM UTC-5, Thomas Broyer wrote: > > On Tuesday, February 21, 2012 6:04:55 PM UTC+1, Carlos Aguayo wrote: >> >> Hi Thomas, could you share the one that you wrote to use pushState? >> Thanks! >> > > Here's a skeleton implement

Re: User visible urls

2012-02-22 Thread Thomas Broyer
On Tuesday, February 21, 2012 6:04:55 PM UTC+1, Carlos Aguayo wrote: > > Hi Thomas, could you share the one that you wrote to use pushState? Thanks! > Here's a skeleton implementation: https://gist.github.com/1883821 -- You received this message because you are subscribed to the Google Groups "

Re: User visible urls

2012-02-21 Thread Carlos Aguayo
Hi Thomas, could you share the one that you wrote to use pushState? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/pKyIVdEyL4EJ. To pos

Re: Submitting case studies that don't have public URLs

2012-01-20 Thread Thomas Broyer
Maybe have a look here: http://code.google.com/team/index.html?product=developertools&searchquery=gwt -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-too

Submitting case studies that don't have public URLs

2012-01-20 Thread Junket
Hi, I have followed the GWT blog for some time now and have found the odd case studies to be extremely helpful. I have a contact who has just completed a major re-write of their product which is used in the Financial Services industry and they chose GWT as the means to deliver a rich and interact

Re: User visible urls

2011-12-05 Thread Phil McDonnell
Looks great! Thanks! On Mon, Dec 5, 2011 at 3:13 AM, Thomas Broyer wrote: > Historyis > made for that. > > If you want to use HTML5's pushState/popstate, that should be possible > using deferred-binding (to replace

Re: User visible urls

2011-12-05 Thread Thomas Broyer
Historyis made for that. If you want to use HTML5's pushState/popstate, that should be possible using deferred-binding (to replace the underlying implementation using onhashchange with one using pushState). If you'r

Re: User visible urls

2011-12-04 Thread Raphael André Bauer
On Mon, Dec 5, 2011 at 7:21 AM, Phil McDonnell wrote: > I like the concept of GWT being a webapp, but users still want bookmark-able > urls in many situations.  Does anyone have a pointer for best ways to expose > urls that can bookmark somewhere deep in a gwt app? > > For insta

User visible urls

2011-12-04 Thread Phil McDonnell
I like the concept of GWT being a webapp, but users still want bookmark-able urls in many situations. Does anyone have a pointer for best ways to expose urls that can bookmark somewhere deep in a gwt app? For instance, a shopping site might have the url " my-gwt-app.com/products/stuffed-

Re: URLs in Jetty

2011-04-29 Thread David Chandler
To run GWT development mode (?gwt.codesvr=...), you need to install the GWT dev mode plugin for the browser. Ordinarily, the browser will prompt you to do this automatically via the missing-plugin page you see in your error message. Once this page comes up for you, just follow the prompts. http://

Re: URLs in Jetty

2011-04-29 Thread khiem nguyen
u need to install gwt-plugin to work in dev-mode On Fri, Apr 29, 2011 at 2:43 PM, Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > If you debug inside eclipse works? > > > 2011/4/29 Tyo > >> I'm novice in GWT. >> I'd make simple application and I'm tryig to test in in dev mode using >

Re: URLs in Jetty

2011-04-29 Thread Juan Pablo Gardella
If you debug inside eclipse works? 2011/4/29 Tyo > I'm novice in GWT. > I'd make simple application and I'm tryig to test in in dev mode using > Jetty. > Strange thing: when I run URL http://127.0.0.1:/Maas.html my > application works properly, but when running correct URL > http://127.0.0.1

URLs in Jetty

2011-04-29 Thread Tyo
I'm novice in GWT. I'd make simple application and I'm tryig to test in in dev mode using Jetty. Strange thing: when I run URL http://127.0.0.1:/Maas.html my application works properly, but when running correct URL http://127.0.0.1:/Maas.html?gwt.codesvr=127.0.0.1:9997 browser shows nothing

Re: GWT URLs with # don't work with IE7

2011-04-14 Thread Andy
gment from the server via RPC and inserting that into the DOM using setInnerHTML. This is the case that causes problems for IE. -Andy On Apr 13, 1:33 pm, Roy wrote: > Hello, > > There seem to be a know issue with IE which doesn't respond to URLs > that have # sign in them. >

Re: GWT URLs with # don't work with IE7

2011-04-14 Thread Thomas Broyer
On Wednesday, April 13, 2011 7:33:29 PM UTC+2, Roy wrote: > > Hello, > > There seem to be a know issue with IE which doesn't respond to URLs > that have # sign in them. > See for example: > https://mootools.lighthouseapp.com/projects/2706/tickets/638-request-fail

Re: GWT URLs with # don't work with IE7

2011-04-13 Thread Roy
I've already got this line in index.html. Can you try few # based URLs with IE7? On Apr 13, 6:47 pm, Jan Mostert wrote: > What does your index.html page look like? There's some iFrame magic that > needs to be done for history to work in IE > > This is what I use in

Re: GWT URLs with # don't work with IE7

2011-04-13 Thread Roy
Now that I think about it I don't think I can modify the URL not to have "#" as we need "#!" in order the site to support Google's Ajax crawling scheme... Any ideas? On Apr 13, 6:53 pm, Roy wrote: > I've already got this line in index.html. > Can you try

Re: GWT URLs with # don't work with IE7

2011-04-13 Thread joe kolba
t;> Hello, >> >> There seem to be a know issue with IE which doesn't respond to URLs >> that have # sign in them. >> See for example: >> https://mootools.lighthouseapp.com/projects/2706/tickets/638-request-fails-when-url-has-hash-in-ie7 >> >> As we

Re: GWT URLs with # don't work with IE7

2011-04-13 Thread Jan Mostert
e seem to be a know issue with IE which doesn't respond to URLs > that have # sign in them. > See for example: > https://mootools.lighthouseapp.com/projects/2706/tickets/638-request-fails-when-url-has-hash-in-ie7 > > As we use # quite frequently in out GWT based application we a

GWT URLs with # don't work with IE7

2011-04-13 Thread Roy
Hello, There seem to be a know issue with IE which doesn't respond to URLs that have # sign in them. See for example: https://mootools.lighthouseapp.com/projects/2706/tickets/638-request-fails-when-url-has-hash-in-ie7 As we use # quite frequently in out GWT based application we are la

Re: New Created Web App launched in Eclipse -> Waiting for launch URLs

2011-04-06 Thread Ashton Thomas
Maybe NOT a URL problem?? I am having a similar issue *maybe* When I run my application it starts up and then terminates leaving the console saying it has started and the url "waiting for" I was able to recompile my project a couple of times and the issue went away but now I can't get around

Re: New Created Web App launched in Eclipse -> Waiting for launch URLs

2011-04-06 Thread Jeff Larsen
you need to find the Development Mode window inside eclipse and copy/paste that url. It should have ?gwt.codesvr=127.0.0.1:9097 (or something similar) at the end of the url. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to thi

Re: New Created Web App launched in Eclipse -> Waiting for launch URLs

2011-04-06 Thread Ed
ot;Waiting or launch URLs". > > The Console Tab however says "The server is running at http://localhost:/"; > in the last line. > > What am I doing wrong? > > thanks in advance, > Champy > > -- > You received this message because you are subscribed t

New Created Web App launched in Eclipse -> Waiting for launch URLs

2011-04-06 Thread Champyrivers
Hi, I created a new Web App with Google Web Toolkit in Eclipse and clicked Run. The URL that should show in the Development Tab below the Code doesnt appear, it keeps saying "Waiting or launch URLs". The Console Tab however says "The server is running at http://localhost:/&quo

Juniper IVE fails to rewrite ClientBundle CSS urls in FF and Chrome

2011-02-17 Thread JRuiz
. An application using GWT 2.0.3 with CSS in a ClientBundle has CSS rules that include images as background. When accessing the application from the Internet a Juniper SA-4000 version 6.5R8 rewrites all URLs and gives access to the internal server, for example: Real URL: http://privateserver.domai

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-03 Thread Kenneth Jacker
> yes, you are right, on ff 3.6 and safari 5 it did not work for me, but on > good old ie6 it works. OK, you have confirmed the problem ... > if you need the pdf, send me a short notice You are so kind! But that won't be necessary. As a die hard Unix/Linux user for many years, I put on m

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread dominic jansen
yes, you are right, on ff 3.6 and safari 5 it did not work for me, but on good old ie6 it works. if you need the pdf, send me a short notice best, dom 2010/12/1 Kenneth Jacker : >> try these links: >> >>   [ Complete URLs deleted.  -khj ] > > I have tried them.  Th

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread metalhammer29a
in GWT MVP apps generated by Roo, the way ProxyPlace and ProxyListPlace are implemented, result in oddly looking URLs. aside from the aesthetics, it reveals the underlying business object and full package name. take for example these history tokens

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Nick Newman
my apps is to support both hashed and "pretty" urls. > > So my apps go the same state when launched as http://domain.com/page/1 > and as http://domain.com#page/1 > > When user navigates the app I use the hash urls and History object (as > to not reload the pages). Howeve

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Mike
What I do in my apps is to support both hashed and "pretty" urls. So my apps go the same state when launched as http://domain.com/page/1 and as http://domain.com#page/1 When user navigates the app I use the hash urls and History object (as to not reload the pages). However sometimes

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Kenneth Jacker
> try these links: > > [ Complete URLs deleted. -khj ] I have tried them. The pages are displayed as expected. I can see the content in my browsers. > works fine for me *Printing* works "fine"? If so, I'm puzzled. Which browser(s) are you using? Thanks f

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread dominic jansen
hey, try these links: http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html works fine for me best dom 2010/12/1 Kenneth Jacker : >> http://code.google.com/webtoolkit/doc/latest/DevGuid

OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Kenneth Jacker
> http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHist... > http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAnd... Does anyone know how to print the above? I tried both Firefox and Chrome, but the printed content is either missing or "garbled". Thanks, -Kenne

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Will
Most GWT applications use the # (hash) to change between states so that they do not have to reload the entire page to change views. In which case, you could change your URLs to the following: 1) domain.com/appname#login 2) domain.com/appname#familyManagement 3) domain.com/appname#userManagement

how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread anjan bacchu.dev
Hi All, We have an enterprise app done in GWT 2.0.3 and SmartGWT 2.2 which has a few screens, login and a few CRUD screens. We would like to have nice URLs for the same, one each for all the pages including login. Eg : 1) http://domain.com/appname/login for the login Page 2) http://domain.com

Re: Web Browser's history not saving last urls

2010-11-23 Thread Pablo G.F
Thanks, that works!! On 23 nov, 15:11, Thomas Broyer wrote: > On 23 nov, 14:11, "Pablo G.F" wrote: > > > Hello: > > > I have a GWT application where I call some > > "redirects" (Window.Location.replace(url)). That URL is captured by a > > servlet and it passes the control to a Controlles (via Sp

Re: Web Browser's history not saving last urls

2010-11-23 Thread Thomas Broyer
On 23 nov, 14:11, "Pablo G.F" wrote: > Hello: > > I have a GWT application where I call some > "redirects" (Window.Location.replace(url)). That URL is captured by a > servlet and it passes the control to a Controlles (via Spring). That > redirects are made when some widgets of my app are clicked

Web Browser's history not saving last urls

2010-11-23 Thread Pablo G.F
Hello: I have a GWT application where I call some "redirects" (Window.Location.replace(url)). That URL is captured by a servlet and it passes the control to a Controlles (via Spring). That redirects are made when some widgets of my app are clicked. I´ve added a listener and it captures the event,

Re: Page Navigation and Unique URLs

2010-11-02 Thread Jeff Schwartz
them their click event handlers will render the appropriate views. Jeff On Tue, Nov 2, 2010 at 6:16 AM, Sreekanth Nambiar wrote: > Hi All, > >Due to many reasons i need unique URLs to each page and i don't > want to load all the panels and frames to the same page.

Page Navigation and Unique URLs

2010-11-02 Thread Sreekanth Nambiar
Hi All, Due to many reasons i need unique URLs to each page and i don't want to load all the panels and frames to the same page. How can i achieve this in GWT. I understand GWT talks about loading different panels on the same page and hiding and showing them as per requirement. Th

Re: relative urls in html retrieved by RequestBuilder

2010-08-05 Thread Ezequiel Block
Upsss... sorry for double posting, I thought my first post was not received by list... On Aug 5, 4:20 pm, Ezequiel Block wrote: > Hi list, > > I'm retrieving an html page from server using RequestBuilder and > showing it inside a HTMLPanel, this works ok, but relative url paths > like IMG src="./

relative urls in html retrieved by RequestBuilder

2010-08-05 Thread Ezequiel Block
Hi list, I'm retrieving an html page from server using RequestBuilder and showing it inside a HTMLPanel, this works ok, but relative url paths like IMG src="./images/some.jpg" defined in html file wont work. the path definition in html file is ok from the point of view of html file location, but n

relative urls in html retrieved by RequestBuilder

2010-08-05 Thread Ezequiel Block
Hi list, Question, once I do retrieve an html page from server using RequestBuilder and showing it inside a HTMLPanel relative url paths like IMG src="./images/somepic.jpg" wont work. the path definition in html file is ok from the point of view of html file location, but not from current browser

Re: Relative URLs in module.xml

2010-04-26 Thread Erem
Thanks, Thomas. This worked perfectly. On Apr 26, 6:53 am, Thomas Broyer wrote: > On Apr 25, 12:33 am, Erem wrote: > > > > > > > Hey all, > > > Is there any way to include relative URLs in the module.xml

Re: Relative URLs in module.xml

2010-04-26 Thread Thomas Broyer
On Apr 25, 12:33 am, Erem wrote: > Hey all, > > Is there any way to include relative URLs in the module.xml

Relative URLs in module.xml

2010-04-26 Thread Erem
Hey all, Is there any way to include relative URLs in the module.xml

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-07 Thread markww
from GWTs servlet. > > > > > --Sri > > > > > On 7 April 2010 00:27, Hermod Opstvedt > > > wrote: > > > > > > Hi > > > > > > GET is not supported - The GWT servlets only support POST. > > > > > > Hermod > >

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread markww
; > > > > Hermod > > > > > -Opprinnelig melding- > > > > Fra: google-web-toolkit@googlegroups.com > > > > [mailto:google-web-tool...@googlegroups.com] På vegne av markww > > > > Sendt: 6. april 2010 20:46 > > > >

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread Sripathi Krishnan
vlets only support POST. > > > > > Hermod > > > > > -Opprinnelig melding- > > > Fra: google-web-toolkit@googlegroups.com > > > [mailto:google-web-tool...@googlegroups.com] På vegne av markww > > > Sendt: 6. april 2010 2

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread markww
-web-toolkit@googlegroups.com > > [mailto:google-web-tool...@googlegroups.com] På vegne av markww > > Sendt: 6. april 2010 20:46 > > Til: Google Web Toolkit > > Emne: Re: Supporting mysite.com/[username] urls with a gwt app? > > > Hi Sri, > > > Ok I'm

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread Sripathi Krishnan
Fra: google-web-toolkit@googlegroups.com > [mailto:google-web-tool...@googlegroups.com] På vegne av markww > Sendt: 6. april 2010 20:46 > Til: Google Web Toolkit > Emne: Re: Supporting mysite.com/[username] urls with a gwt app? > > Hi Sri, > > Ok I'm using that: > > &g

SV: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread Hermod Opstvedt
/[username] urls with a gwt app? Hi Sri, Ok I'm using that: greetServlet com.me.test.server.GreetingServiceImpl greetServlet /* but when I try this url: http://localhost:/foo it doesn't work, my browser reports: HTTP ERROR: 405 HTTP method GET is not

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread markww
servlets in general, I guess what I'm looking > > for is a way to define a 'default' servlet. In other servers, you can > > do this: > > >   > >    greetServlet > >    / > >   > > > and any url which is not handled by another patter

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread Sripathi Krishnan
> > >greetServlet >/ > > > and any url which is not handled by another pattern would get served > by the one above. This is exactly what I need, I just want to catch > all urls to my domain like: > > http://www.mysite.com/a > http://www.mysite.com/b > http://

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread markww
what I need, I just want to catch all urls to my domain like: http://www.mysite.com/a http://www.mysite.com/b http://www.mysite.com/c etc any pointers on how to specify that would be awesome. The above (using just a single forward slash for the url-pattern) does not work. Thanks On

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread markww
Yeah all program state will be lost but that's ok for my application. Any idea on how to do that catch-all mapping though? I don't know what the term for this is so searching is not going well, I am guessing I have to do something with the url-pattern in the section: greetServlet /*

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread kozura
Yes you should be able to do a servlet mapping something like that to deal with the server side. But seriously consider that client side code will be restarting every time they change the content being viewed. All program state will be lost. -- You received this message because you are subscrib

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-06 Thread markww
Ok so yeah I agree this is kind of silly, still I have to give the customer what they want. To support the forward slash method, how would I point different paths to my single GWT app? In my web.xml file, we have this by default: greetServlet com.me.test.server.GreetingServiceImpl

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-05 Thread Qian Qiao
On Tue, Apr 6, 2010 at 00:17, Qian Qiao wrote: > On Mon, Apr 5, 2010 at 22:17, markww wrote: >> Yeah I just think that the average user has been trained to expect >> slashes, especially after twitter and the like, >> >> Thanks > > Can't you just for requests to /asdf to #asdf? Should simple enoug

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-05 Thread Sripathi Krishnan
You can support /johndoe and /tom if you want, but be aware that going from /johndoe to /tom will be a page reload. On the other hand, going from /#johndoe to /#tom will just be a javascript call, though you are likely going to make a RPC /Ajax call to download new data. To achieve that, create a

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-05 Thread Qian Qiao
On Mon, Apr 5, 2010 at 22:17, markww wrote: > Yeah I just think that the average user has been trained to expect > slashes, especially after twitter and the like, > > Thanks Can't you just for requests to /asdf to #asdf? Should simple enough to achieve. Thanks, Joe -- Two things that are infin

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-05 Thread kozura
Eh I'm sure most users don't even notice or care about the internal urls of a site, and this is creating problems there aren't any - I'd hope you have more important things to worry about in devel. Could always do it with the #s for now, and once you're up and running if

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-05 Thread markww
ic info on a user. > >  http://www.mysite.com/johndoe > > > how could I do this with GWT? I think we can use this format: > > >  http://www.mysite.com#johndoe > > > but is the / format possible? I had been playing with Restlet which > > would kinda let me ca

Re: Supporting mysite.com/[username] urls with a gwt app?

2010-04-05 Thread kozura
ng page. >  http://www.mysite.com > >   // shows public info on a user. >  http://www.mysite.com/johndoe > > how could I do this with GWT? I think we can use this format: > >  http://www.mysite.com#johndoe > > but is the / format possible? I had been playing with Restlet

Supporting mysite.com/[username] urls with a gwt app?

2010-04-05 Thread markww
hndoe but is the / format possible? I had been playing with Restlet which would kinda let me catch those urls, but I'm not sure if it's possible to feedback a gwt-built ui and initialize it with the [username] parameter collected from the url tail, Thanks -- You received this message

Re: No startup URLs were supplied -- add them to the end of the GWTShell command line

2010-02-19 Thread javajim
GWT is just telling out that it can't figure out a way to start your application. Maybe you don't have any JSP or HTML files in the root of your war - you might be hiding these under WEB-INF. There is a program arguement called "startupUrl" which you can use to assign the initial URL of your appl

No startup URLs were supplied -- add them to the end of the GWTShell command line

2010-02-19 Thread tmcconechy
I have the Eclipse plugin installed and I created my project using gwt- maven-plugin, then added the "use Google Web Toolit to the project. It all works fine except for when starting in dev mode i get the following error: Starting HTTP on port [WARN] No startup URLs were supplied -

Re: UiBinder and Image URLs

2010-02-11 Thread Tsukasa
I think I had a similar issue two days ago and found a solution as shown here. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6cb91e12bc4f1ee5 Hope that helps Tsu -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Re: UiBinder and Image URLs

2010-02-11 Thread shahid
Ok I have figured out how to reference images from the xml by using and then but how do I do it from the UiStyles.css thanks On Feb 11, 10:04 am, shahid wrote: > I am using the UiBinder for the first time and it is coming along > nicely apart from one small problem. > In my root packa

UiBinder and Image URLs

2010-02-11 Thread shahid
I am using the UiBinder for the first time and it is coming along nicely apart from one small problem. In my root package (com.xxx.xxx.client) I have defined a css style (UiStyles.css). And in a sub package (com.xxx.xxx.forms) I have forms which uses UiBinder so in the xml file I refer to the UiSty

URLs

2010-01-11 Thread idesent
how do you define URLs to point to GWT containers/pages etc?? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email

multiple pages, single module, different urls

2009-08-05 Thread davis
Hi, I've read the posts here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/7ea87cb9ffa30954/7e951b48eca06f4a?lnk=gst&q=login#7e951b48eca06f4a and here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/2b32e4d4011076c/60fe9f280a93877e?lnk=gst&q=log

Re: supporting bookmarked URLs

2009-06-17 Thread Kwhit
I think you should be able to set up a wildcard url to map to a single servlet and then have the servlet do the switching for you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Re: supporting bookmarked URLs

2009-06-17 Thread gscholt
to get directly to the right > "page" within your app. > My question is... do I need to create a separate servlet to serve each > of these relative paths? > Do I need a different EntryPoint class for each of these pages that > these relative urls point to? > > How do you s

supporting bookmarked URLs

2009-06-17 Thread GWT Chick
different EntryPoint class for each of these pages that these relative urls point to? How do you suggest I structure the code so that a user can type "http://www.someapp.com";, followed by click on "home" and gets served by the very same servlet that would serve hi

Re: Proxying REST URLs to Google AppEngine

2009-01-29 Thread Thomas Broyer
On 28 jan, 01:49, Devraj Mukherjee wrote: > Hi all, > > We are developing an application that uses Google AppEngine for its > backend / REST provider and using GWT to developing the JavaScript / > UI. Is there are way we can proxy the REST URL (obviously running on a > different port number on

Re: Proxying REST URLs to Google AppEngine

2009-01-27 Thread Devraj Mukherjee
>> We are developing an application that uses Google AppEngine for its >> backend / REST provider and using GWT to developing the JavaScript / >> UI. Is there are way we can proxy the REST URL (obviously running on a >> different port number on Google AppEngine development server) to the >> GWT ap

Re: Proxying REST URLs to Google AppEngine

2009-01-27 Thread Gabor Szokoli
On Wed, Jan 28, 2009 at 1:49 AM, Devraj Mukherjee wrote: > > Hi all, > > We are developing an application that uses Google AppEngine for its > backend / REST provider and using GWT to developing the JavaScript / > UI. Is there are way we can proxy the REST URL (obviously running on a > different

Proxying REST URLs to Google AppEngine

2009-01-27 Thread Devraj Mukherjee
application. I did find an example stating they are proxying Flickr URLs from Google AppEngine, and at this stage seems to be my only option (serving the GWT app from Google AppEngine Development server). http://w00kie.com/2008/06/18/crossdomain-proxy-on-google-app-engine/ Any thoughts are welcome