Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Kenneth Jacker
Thanks for the new Google Chrome GWT plugin for Linux.  Of course, I
want to use it!

I have looked (almost, apparently) everywhere, but cannot find a way
to change the GWT devmode default browser from Firefox to Chrome.

I've changed Eclipe's General/Web Browser preference to Chrome, but
that didn't work.  Firefox keeps running when I hit the Launch
Default Browser button in the devmode window.  So, I am forced to
Copy to Clipboard, run Chrome, and paste the URL ... :(

How can we change the default browser?

I appreciate your suggestions/comments!

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Kenneth Jacker
On Dec 9, 11:20 am, Chris Conroy wrote:
  If you run using the Eclipse Development mode: launch devmode, right click
  on the url, 'Open With' - 'Add a Browser'

[ Ubuntu 10.04, Eclipse Helios, latest plugins ... ]

Hmmm ... maybe I have misunderstood ...

I startup my app with Run As../GWT Application.  A new, devmode window
opens up.

Right clicking on the URL (actually just an HTML file name) to the
right of Startup URL: ... does nothing.  I've tried other mouse
buttons with and without control, alt, shift, ... with the same
(non-)result.  Maybe I'm clicking on the *wrong* URL?

Like I say, I could be misunderstanding you and/or I'm just stupid!

Thanks for all comments,

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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.

DO-NOT-ARCHIVE
As a die hard Unix/Linux user for many years, I put on my cloak of
invisibility, made sure no one was around/looking, and discretely
used a Windoze machine.

Running IE on it allowed me to print.
/DO-NOT-ARCHIVE

Thanks for the work around!

Doesn't  Google need to do something about this?  Seems that printing
of those docs should work on most modern browsers ... including their
own Google Chrome ...

Thanks again Dominic!

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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,

 -Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 for your comments,

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Problem when Deploying GWT application on web server

2010-11-25 Thread Kenneth Jacker
On Nov 25, 2:22 pm, Noor baken...@gmail.com wrote:

 OK, I have corrected the problem, thanks

What did you do to correct it?

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Deploying GWT application on a web server

2010-11-24 Thread Kenneth Jacker
On Nov 24, 8:44 am, Lukasz l.plotni...@googlemail.com wrote:

 If you don't need any server-side logic, then you just need to put the
 compiled java-script files and other resources (like images, css and
 stuff) on a normal webserver.

OK, that sounds reasonable.

I just thought there might be a way (in the App.gwt.xml or other
configuration file) to avoid the unnecessary creation of the server
dirs/files if you know that your application is client-side only.

Thanks for your reply/comments, Lukasz!

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Deploying GWT application on a web server

2010-11-23 Thread Kenneth Jacker
 Then make a WAR archive  (archive the war folder within your project
 folder) and deploy it e.g. on tomcat (copy the archive to tomcat's
 webapps directory).

 After tomcat discovered the new war and auto-deployed it, you're ready
 to go and can access the app via browser.

What if the application doesn't need a server, any RPC?
But just a dynamically created web page?

How can a pure client be deployed without using 'tomcat'?  E.g., how
about a GWT application that only displays Hello, World! (with maybe
a Quit button)?  I know that would be stupid, but it is a simple
example of what I want to do.

Thanks!

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: webAppCreator - No 'tomcat' Directory

2010-09-05 Thread Kenneth Jacker
On Sep 5, 8:01 am, Thomas Broyer t.bro...@gmail.com wrote:

 Why do expect a tomcat/ folder ...?

Because something is missing/wrong in my setup, and I've seen a
tomcat/ directory in GWT application structure examples in various
references, e.g.,:

  * Dewsbury's _Google Web Toolkit Applications_, Fig 4-31, p165

and

  * Geary's _Google Web Toolkit Solutions_, Fig1.3, p6

I'm really just trying make the production version of the Getting
Started example work from the command line without errors.  See
this prior posting for a more detailed descriptions of the server
error problem:

http://tinyurl.com/3a7vubq

Thanks, Thomas, for your comments/questions!

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



webAppCreator - No 'tomcat' Directory

2010-09-04 Thread Kenneth Jacker
[ Ubuntu 10.4/64bit;  gwt-2.0.4;   tomcat-6.0.24 ]

Still trying (via the command line) to get the production mode
version of the
Getting Started demo to work.

When I run webAppCreator, I don't see any 'tomcat' directory.
Just this stuff:

build.xml  MyTest.launch  README.txt  src/  test/  war/


Shouldn't 'tomcat/' be there?   If so, how can I get it created?

Thanks,

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Getting Started Doc - Server Error

2010-09-02 Thread Kenneth Jacker
[ Ubuntu 10.4/64bit;  gwt-2.0.4;   tomcat-6.0.24 ]

I've been working - step-by-step -- through the Get Started with the
GWT SDK document:

  http://code.google.com/webtoolkit/gettingstarted.html

The app works fine in Development Mode, but fails with the following
dialog when I run in Production Mode:


   REMOTE PROCEDURE CALL - FAILURE
   ---

   Sending name to the server:
   GWT User

   Server replies:
   An error occurred while attempting to contact the server.
   Please check your network connection and try again.


Tomcat is installed and appears to be running.  I am able to
view other pages fine with Firefox via 'localhost' on the
same machine.

Anyone know how to get it working?  Did I miss a step?

Thanks!

-Kenneth

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Deployment on Web Hosting Sites

2009-12-02 Thread Kenneth Jacker
Good morning Anuj !

Sorry for the long delay in replyinging ...

 I asked godaddy and this is what they say:

must be on a Java enabled hosting account for servlets to function.
These scripts are written in Java, so without a way to handle these
the scripts cannot run. Unfortunately this means you will have to
upgrade to a Linux Deluxe or Unlimited plan.

Thanks for taking the time to write to them.

 Does this means thats leave alone shared hosting, java servlets won't
 even work on Economy Plan ($4.77) and it needs Delux plan??

Though a little unclear to me, I'm assuming the above is your question
to me/the list.


This page,

 http://www.godaddy.com/Hosting/Legacy.aspx?ci=1234#details

implies that Java is only available on GoDaddy's Deluxe and
Unlimited hosting plans.

I have a hunch, though, that it'd work if all we're doing is uploading
the GWT-generated JavaScript to GoDaddy.  Probably the sever/client
*data* transfers (i.e., files) would need the Java servlets / Tomcat.

Note the above are just my speculations ...

Thanks for writing ... please write again if you learn anything new,

  -Kenneth

--

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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.