Re: GWT Developer Plugin for Firefox 7

2011-10-03 Thread Michele
HmmmI'm unable to access the site so is there a way you can change the 
extension and send it to me as an attachment? 

- Original Message -
From: Michele Adams c.m.ad...@comcast.net 
To: google-web-toolkit@googlegroups.com 
Sent: Sunday, October 2, 2011 6:35:45 PM 
Subject: Re: GWT Developer Plugin for Firefox 7 

Thanks wbabachan.I guess we'll find out if it will work with Firefox 
6.0.2 

On 10/2/11 6:29 PM, wbabachan wbabac...@googlemail.com wrote: 

OK I've found a way, I have uploaded the file here: 
 
http://www.sendspace.com/file/s01yil 
 
I Hope that it helps everyone. 
 
-- 
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. 
 


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

-- 
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: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Michele Adams
Awesome.  Can you share the link where it can be found?

On 10/2/11 5:49 PM, wbabachan wbabac...@googlemail.com wrote:

Of course I can do, but I have no idea, how and where. Unfortunately I
can't attach the xpi here, Is there any way to attach the xpi here ? I
want to share it.

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



-- 
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: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Michele Adams
Wbabachan,

Can you share the link where the xpi can be found?  What version of the
developer plugin is it?

On 10/2/11 5:49 PM, wbabachan wbabac...@googlemail.com wrote:

Of course I can do, but I have no idea, how and where. Unfortunately I
can't attach the xpi here, Is there any way to attach the xpi here ? I
want to share it.

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



-- 
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: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Michele Adams
Thanks wbabachan.I guess we'll find out if it will work with Firefox
6.0.2

On 10/2/11 6:29 PM, wbabachan wbabac...@googlemail.com wrote:

OK I've found a way, I have uploaded the file here:

http://www.sendspace.com/file/s01yil

I Hope that it helps everyone.

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



-- 
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: JPA JAXB Classes with GWT RPC

2011-04-01 Thread Michele Rossi
I guess one way could be to somehow get the source code for the annotations 
too, and re-build them into a GWT module.
I am talking about a hack - you wouldn't change the class names or the 
package names..

Maybe I will try when I get a chance - if it works I will post it to the 
group.

I am thinking that it seems really un-necessary to have the source code for 
every single line of translatable code.
Bytecode is readable enough, and there are libraries to read it.
Maybe something to hope for in the next GWT releases (unless I am missing a 
really obvious reason why having the .java files is absolutely necessary).

thanks,
Michele

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



JPA JAXB Classes with GWT RPC

2011-03-31 Thread Michele Rossi
Hi,
I would like to use JPA-annotated classes and schema-generated 
JAXB-annotated classes as data transfer objects for my RPC services.

Is there anything fundamentally difficult / wrong with this?
I tried some time ago but I couldn't get it to work so I had to code up ugly 
DTO translators.

I assume that provided I make a GWT module with the source java files 
available RPC should happy right?

thanks,
Michele

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



gwt rpc: reducing http headers overhead

2011-03-30 Thread Michele Rossi
Hi,
is there any way to configure the GWT RPC mechanism to send out fewer HTTP 
headers with requests?

In my case the headers account for far more traffic than the RPC request 
payload.

Many thanks,
Michele

POST http://192.168.151.88:/marketmon/ServiceResolver.gwtrpc HTTP/1.1
Accept: */*
Accept-Language: en-gb
x-gwt-module-base: http://192.168.151.88:/marketmon/
Content-Type: text/x-gwt-rpc; charset=utf-8
x-gwt-permutation: 4F83005C396622954467A089562854DF
Referer: http://192.168.151.88:/marketmon/IonWeb.html
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 
1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; 
InfoPath.1; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; 
.NET4.0E)
Host: 192.168.151.88:
Content-Length: 200
Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=niz2rzplwvrv

7|0|5|http://192.168.151.88:/marketmon/|679695836251D111D4E029BE7F29A022|com.myservices.services.remoteservices.HeartbeatService|heartbeat|java.lang.Integer/3438268394|1|2|3|4|1|5|5|-1|

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



[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-18 Thread Michele Spighi
- Wrap Google Closure Library (http://code.google.com/closure/
library/)

On 16 Dic, 18:01, Bruce Johnson br...@google.com wrote:
 Working on a draft one.

 What do folks here think is important?

 On Wed, Dec 16, 2009 at 7:42 AM, tfreitas tfrei...@gmail.com wrote:
  What about roadmap?

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



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