Re: java policy settings for hosted jetty runtime

2009-05-28 Thread Jonathan Kushner
been a side culprit, but I do specifically recall smacking the top of my forehead when I realized there's a checkbox to disable AppEngine Support :) Cheers. Jonathan On Mon, May 4, 2009 at 3:16 PM, Salvador Diaz diaz.salva...@gmail.comwrote: Could we have a stack trace to look at ? There have

a little bug in decoratedstackpanel?

2009-05-04 Thread Jonathan
first i must say im rather new to GWT so i may be the source of the problem :-) when i added a decoratedstackpanel to a dark background i noticed the top two corners of the first stackitem aren't transparent and have a white background. after some play with the standard.css i fixed it with these

Re-linking GWT Back to Apache from Jetty

2009-04-30 Thread Jonathan Kushner
appreciated. Regards, Jonathan --~--~-~--~~~---~--~~ 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-Toolkit@googlegroups.com To unsubscribe from this group, send

java policy settings for hosted jetty runtime

2009-04-29 Thread Jonathan Kushner
anything related to configuration settings. Regards, Jonathan --~--~-~--~~~---~--~~ 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-Toolkit@googlegroups.com To unsubscribe

Re: Configuring Jetty in GWT 1.6 hosted mode

2009-04-29 Thread Jonathan Kushner
You and me both! On Wed, Apr 29, 2009 at 9:29 AM, Mike mcwe...@gmail.com wrote: Dear all, I'm upgrading from gwt 1.5 to gwt 1.6. How can i configure the built-in Jetty servlet container? I need to specify a datasource that can be accessed from within my application. (I'm using the

Re: List of Usable Java Packages?

2009-04-22 Thread Jonathan Kushner
to JavaScript) as such you wouldn't normally be able to connect to a database directly - you'd go through the server which connects. Hope that helps. //Adam On 21 Apr, 15:34, Jonathan Kushner jonkush...@gmail.com wrote: Hi there! I'm sure this is a pretty naive question

List of Usable Java Packages?

2009-04-21 Thread Jonathan Kushner
was wrong. I stumbled upon some of the google-gears gwt source code, and they are using various classes that instantiate custom JavascriptObject(*) classes, which leads me to believe I'm totally lost. I just want to use my java data structures :( Besides that, very pleased! Regards, Jonathan

Re: why not plain www directory in 1.6?

2009-04-02 Thread Jonathan Weissman
I only use GWT for producing the client side javascript, which I copy into a .Net web project that includes the server side code and a host HTML file that integrates the GWT output with third party libraries. It seems that a .war archive would make it more complicated to copy the GWT output that

incorporting external jars

2009-03-08 Thread jonathan
my gwt app relies on external libraries such as java.beans.PropertyChangeEvent and my own custom classes from another eclipse project. what's the best way of incorporating them? I added these libs to gwt compiler classpath, but I get [ERROR] Line 70: No source code is available for type

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
(in my jetty server) But i can't find what ! It's quite annoying :) Thanks in advance... Regards On 7 fév, 01:59, Jonathan jonathan.delf...@gmail.com wrote: Hey i just saw this before your message. But even with that, it stills not working. I still get this message 404pRequestURI

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
error meaning it is listening there in hosted mode On Feb 7, 8:05 am, Jonathan jonathan.delf...@gmail.com wrote: Hi, Thanks again for the help. GWT.getModuleBaseURL() returnshttp://localhost:8080/com.tergwt.Main/ so i guess the path is correct... I tried to put the hardcoded path

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
Wow i don't know what happened but i put form.setAction(GWT.getHostPageBaseURL() + FileServlet); using this web.xml and all finally works fine... Thanks you very much for the help, i can now go forward ! Thanks again ! Best regards, Jonathan On 7 fév, 15:48, Jonathan jonathan.delf...@gmail.com

Re: Deploying GWT application (WAR)

2009-02-06 Thread Jonathan
file on a server machine (where you have an application server like Tomcat installed) and then give the url of the application to the user. User will use his browser to open ur URL. - litty On Fri, Feb 6, 2009 at 4:13 AM, Jonathan jonathan.delf...@gmail.com wrote: Hi to all, I managed

Re: Deploying GWT application (WAR)

2009-02-06 Thread Jonathan
://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.htmlhttp://www.javalobby.org/articles/tomcat2go/ On Fri, Feb 6, 2009 at 1:53 PM, Jonathan jonathan.delf...@gmail.com wrote: Thanks for the answer ! What should I give to the user to allow him to run the WAR locally ? I mean i would like to embed tomcat

Servlets and web.xml

2009-02-06 Thread Jonathan
in advance. Best regards. Jonathan --~--~-~--~~~---~--~~ 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-Toolkit@googlegroups.com To unsubscribe from this group, send

Re: Servlets and web.xml

2009-02-06 Thread Jonathan
FormPanel form = new FormPanel(); form.setAction(GWT.getModuleBaseURL() + /FileServlet); ... } If someone could tell me what's wrong, it could be nice :) Thanks in advance, Regards. On 6 fév, 21:05, Jonathan jonathan.delf...@gmail.com wrote: Hi to all, I'm under linux and I follow

Re: Servlets and web.xml

2009-02-06 Thread Jonathan
capitalization is significant. Best, Shawn On Sat, Feb 7, 2009 at 9:42 AM, Jonathan jonathan.delf...@gmail.com wrote: Wow, i'm almost happy ! I finally managed to get rid of the HTTP ERROR 503. I misplaced the bin files (.classes), they need to be under yourapp/ web-inf/classes/... So i

Re: Servlets and web.xml

2009-02-06 Thread Jonathan
With form.setAction(/FileServlet); i get h2HTTP ERROR: 404/ h2preNOT_FOUND/pre pRequestURI=/FileServlet/p That's strange. Thanks for the help. Cheers On 7 fév, 01:59, Jonathan jonathan.delf...@gmail.com wrote: Hey i just saw this before your message. But even with that, it stills not working

Deploying GWT application (WAR)

2009-02-05 Thread Jonathan
Hi to all, I managed to install properly gwt that runs fine under my linux. However, i have some problems to understand the deployment step to war. I use a servlet to upload a file to server so i would like to deploy my project WITH tomcat. Is that possible ? So that, if i want to install it

<    1   2