Re: Development Mode will not be supported in Firefox 27+

2014-04-17 Thread Mario Jauvin
People, this has been going on since beginning of February with no action 
on the part of Mozilla.  I have create a new mozilla bug 
https://bugzilla.mozilla.org/show_bug.cgi?id=996947 which is about the fact 
that GWT developper does not work in Firefox any longer.  I have proposed a 
workaround solution that I think is reasonable for Mozilla and the GWT 
developper community.  The only way we will get some traction on this is if 
every developper interested in having GWT developper working on Firefox 
(and I would think there are probably several hundreds if not thousands) 
should then create a bugzilla Mozilla account and vote on this bug (please 
remember to click change my vote to record your vote).  You can also add 
yourself on the CC list to get updated.  I am sure that if Mozilla gets a 
few hundred votes they will come up with something to get GWT developper 
plugin working again on Firefox.  Please forward this text to all the 
people who you think will be interested in voting.  Lets get the word out 
it can have a exponential effect.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=996947

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


How not load a library into a entry point?

2013-11-04 Thread Mario Molina


I'm developing a GWT application using Isomorphic's smartGWT tables. The 
problem is that I've got two entry points, one for the main application and 
one for a Chrome plugin.

The code of the plugin is very simple and don't need smartGWT however load 
it. The size of my plugin without smartGWT is 3kB, with smartGWT is 677KB.

If I remove the line that inherits the smartGWT library in the .gwt.xml 
file ( inherits name=com.smartgwt.SmartGwt / ) for my Chrome plugin the 
application doesn't compile and throws the following error:

 Rebinding com.nubbius.client.validacion.ValidarService

 Checking rule generate-with 
class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/

[ERROR] Errors in 
'file:/home/desarrollo3/workspace/Nubbius2/src/com/nubbius/client/ContactoDC.java'

   [ERROR] Line 18: No source code is available for type 
com.smartgwt.client.data.DSResponse; did you forget to inherit a required 
module?

   [ERROR] Line 22: No source code is available for type 
com.smartgwt.client.data.DataSourceField; did you forget to inherit a 
required module?

   [ERROR] Line 23: No source code is available for type 
com.smartgwt.client.data.fields.DataSourceTextField; did you forget to 
inherit a required module?

   [ERROR] Line 52: No source code is available for type 
com.smartgwt.client.data.fields.DataSourceBooleanField; did you forget to 
inherit a required module?

   [ERROR] Line 185: No source code is available for type 
com.smartgwt.client.data.DSRequest; did you forget to inherit a required 
module?

   [ERROR] Line 202: No source code is available for type 
com.smartgwt.client.rpc.RPCResponse; did you forget to inherit a required 
module?

   [ERROR] Line 208: No source code is available for type 
com.smartgwt.client.widgets.grid.ListGridRecord; did you forget to inherit 
a required module?

[ERROR] Errors in 
'file:/home/desarrollo3/workspace/Nubbius2/src/com/nubbius/client/paginacion/GwtRpcDataSource.java'

   [ERROR] Line 44: No source code is available for type 
com.smartgwt.client.data.DataSource; did you forget to inherit a required 
module?

   [ERROR] Line 54: No source code is available for type 
com.smartgwt.client.types.DSProtocol; did you forget to inherit a required 
module?

   [ERROR] Line 55: No source code is available for type 
com.smartgwt.client.types.DSDataFormat; did you forget to inherit a 
required module?

   [ERROR] Line 66: No source code is available for type 
com.smartgwt.client.data.DSRequest; did you forget to inherit a required 
module?

   [ERROR] Line 68: No source code is available for type 
com.smartgwt.client.data.DSResponse; did you forget to inherit a required 
module?

[ERROR] Unable to find type 
'com.nubbius.client.validacion.ValidarService'

   [ERROR] Hint: Previous compiler errors may have made this 
type unavailable

   [ERROR] Hint: Check the inheritance chain from your module; 
it may not be inheriting a required module or a module may not be adding 
its source path entries properly


I need the app and the plugin in the same GAE Application, because both 
share the DB and also the plugin is an URL that calls the especific entry 
point in my application (e.g: the URL to enter my application is 
myapp.appspot.com and the plugin calls to myapp.appspot.com/Extension.jsp) 
further I can't use diferent versions in GAE because SSL connection doesn't 
work (e.g: myapp.appspot.com for the application and 2.myapp.appspot.com 
for the plugin)

How I can not load the SmartGWT without the compiling error?

I attach my Extension.gwt.xml file for the plugin.

-- 
*___
Nota:* Según la normativa vigente en materia de Protección de Datos de 
Carácter Personal, le informamos que sus datos han sido incorporados a un 
fichero denominado Clientes y/o Proveedores creado por resolución de la 
Agencia Española de Protección de Datos y del que es responsable *The 
Cloud Gate S.L.*, con CIF: B-18961433. La finalidad del tratamiento de sus 
datos es mantener la relación contractual existente o mantenerle informado 
de novedades y noticias que puedan resultar de su interés. Le informamos 
que usted puede ejercitar sus derechos de acceso, rectificación, 
cancelación y oposición, mediante escrito dirigido a: *The Cloud Gate S.L.*, 
Calle Campo Verde 4, 3ºC , 18001 - Granada, o mediante email a la siguiente 
dirección de correo electrónico: i...@thecloud.es La información incluida 
en este e-mail es CONFIDENCIAL, siendo para uso exclusivo del destinatario 
arriba mencionado. Si usted lee este mensaje y no es el destinatario 
indicado, le informamos que está totalmente prohibida cualquier 
utilización, divulgación, distribución y/o reproducción de esta 
comunicación sin autorización expresa en virtud de la legislación vigente. 
Si ha recibido este mensaje 

SSL connection has not been compressed

2012-04-20 Thread Mario Molina
Hello, I have got an app with SSL connection enabled. When I press in the 
lock, the popup appears that the connection is verified, but is not 
compressed.
How I can compress the connection?.

Thanks in advanced.

-- 
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/-/w20MFWESLF4J.
To post to this group, send email to google-web-toolkit@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.



Problem run hosted mode in tomcat

2009-11-18 Thread Mario
Hello

I have a problem run hosted mode in gwt 1.7 from tomcat. I was read
article from

http://code.google.com/intl/pl/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s

and do not know how can I do it. I do not want use a jetty because I
have problem config datasource.

Somebody help me?? Please :)

--

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=.




Re: Problem downloading Eclipse Plugin

2009-05-12 Thread Mario Mayor

Thanks, this work for me. I downloaded and install manually Google
Eclipse Plugin.

On Apr 20, 6:25 pm, Rajeev Dayal rda...@google.com wrote:
 Also, see this thread for a manual install process if that suggestion
 doesn't work out for you:

 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...

 On Mon, Apr 20, 2009 at 5:41 PM, Rajeev Dayal rda...@google.com wrote:
  Go to Window  General  Network Connections (or Eclipse  General 
  Network Connections, if on the Mac). From there, you can set a proxy. After
  setting the proxy, restart Eclipse, and then try to install. Let me know if
  that helps.

  On Mon, Apr 20, 2009 at 2:57 PM, Mario Mayor mayorma...@gmail.com wrote:

  Currently i had Eclipse 3.4.2 (Eclipse JEE Ganymede SR2). Sometimes i
  use a PlanetLab proxy.

  Thanks...

  On 20 abr, 14:12, Rajeev Dayal rda...@google.com wrote:
   Is there a proxy server that you can connect to in order to get around
  the
   firewall restriction? What version of Eclipse are you in? I can tell you
  how
   to set it up.

   On Mon, Apr 20, 2009 at 1:58 PM, Mario Mayor mayorma...@gmail.com
  wrote:

I can't download the plugin thru web, at work i'm behind a firewall.

On 14 abr, 14:37, Miguel Méndez mmen...@google.com wrote:
 Currently, we only have the update sites.  Are you having problems
  using
 them?

 On Tue, Apr 14, 2009 at 10:23 AM, Mario Mayor mayorma...@gmail.com

wrote:

  Hello:

  Is there any archived update site for the Eclipse plugin available
  for
  download?. I can't update my Eclipse thru web.

  Thanks...

  Mario.

 --
 Miguel
--~--~-~--~~~---~--~~
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 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 downloading Eclipse Plugin

2009-04-20 Thread Mario Mayor

I can't download the plugin thru web, at work i'm behind a firewall.

On 14 abr, 14:37, Miguel Méndez mmen...@google.com wrote:
 Currently, we only have the update sites.  Are you having problems using
 them?

 On Tue, Apr 14, 2009 at 10:23 AM, Mario Mayor mayorma...@gmail.com wrote:

  Hello:

  Is there any archived update site for the Eclipse plugin available for
  download?. I can't update my Eclipse thru web.

  Thanks...

  Mario.

 --
 Miguel
--~--~-~--~~~---~--~~
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 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 downloading Eclipse Plugin

2009-04-20 Thread Mario Mayor

Currently i had Eclipse 3.4.2 (Eclipse JEE Ganymede SR2). Sometimes i
use a PlanetLab proxy.

Thanks...


On 20 abr, 14:12, Rajeev Dayal rda...@google.com wrote:
 Is there a proxy server that you can connect to in order to get around the
 firewall restriction? What version of Eclipse are you in? I can tell you how
 to set it up.

 On Mon, Apr 20, 2009 at 1:58 PM, Mario Mayor mayorma...@gmail.com wrote:

  I can't download the plugin thru web, at work i'm behind a firewall.

  On 14 abr, 14:37, Miguel Méndez mmen...@google.com wrote:
   Currently, we only have the update sites.  Are you having problems using
   them?

   On Tue, Apr 14, 2009 at 10:23 AM, Mario Mayor mayorma...@gmail.com
  wrote:

Hello:

Is there any archived update site for the Eclipse plugin available for
download?. I can't update my Eclipse thru web.

Thanks...

Mario.

   --
   Miguel
--~--~-~--~~~---~--~~
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 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
-~--~~~~--~~--~--~---



Problem downloading Eclipse Plugin

2009-04-14 Thread Mario Mayor

Hello:

Is there any archived update site for the Eclipse plugin available for
download?. I can't update my Eclipse thru web.

Thanks...

Mario.

--~--~-~--~~~---~--~~
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 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
-~--~~~~--~~--~--~---