The original message was received at 2010-01-13 07:16:01 -0800
from postoffice.(null) [10.0.0.1]

   ----- The following addresses had permanent fatal errors -----
<[email protected]>

   -----Transcript of session follows -----
... while talking to postoffice.(null).:
>>> RCPT To:<[email protected]>
<<< 550 5.1.1 unknown or illegal alias: [email protected]
550 <[email protected]>... User unknown
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reporting-MTA: dns; postoffice.(null)
Received-From-MTA: DNS; postoffice.(null)
Arrival-Date: 2010-01-13 07:16:01 -0800

Final-Recipient: RFC822; [email protected]
Action: failed
Status: 5.1.1
Remote-MTA: DNS; postoffice.(null)
Diagnostic-Code: SMTP;550 5.1.1 unknown or illegal alias: [email protected]
Last-Attempt-Date: 2010-01-13 07:16:01 -0800
--- Begin Message ---
=============================================================================
Today's Topic Summary
=============================================================================

Group: [email protected]
Url: http://groups.google.com/group/google-web-toolkit/topics

  - How to disable default css [2 Updates]
    http://groups.google.com/group/google-web-toolkit/t/a987084f098bf973
  - Is there any way disable default css permanently(GWT RC 2)? [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/1cb596205d469c80
  - Verification Email Process [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/be10864addb19539
  - MVP + UiBinder, thoughts? [2 Updates]
    http://groups.google.com/group/google-web-toolkit/t/ff40f7599fcc8709
  - clear jetty cached data [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/d71a238ee1330767


=============================================================================
Topic: How to disable default css
Url: http://groups.google.com/group/google-web-toolkit/t/a987084f098bf973
=============================================================================

---------- 1 of 2 ----------
From: Alex Luya <[email protected]>
Date: Dec 01 03:56AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/8740017e0198f8d

Yeah,I can delete it,but it will be generated automatically next time
when I refresh hosted.html,even I have removed the entry "<inherits
name='com.google.gwt.user.theme.standard.Standard' />",that is very
very very annoying.



---------- 2 of 2 ----------
From: Prashant <[email protected]>
Date: Dec 01 06:12PM +0530
Url: http://groups.google.com/group/google-web-toolkit/msg/b9eb61fd10c01c46

it shouldn't happen, i am also not using gwt styles. try creating a new
project and comment <inherit> tag before compiling it first time.



=============================================================================
Topic: Is there any way disable default css permanently(GWT RC 2)?
Url: http://groups.google.com/group/google-web-toolkit/t/1cb596205d469c80
=============================================================================

---------- 1 of 1 ----------
From: Alex Luya <[email protected]>
Date: Dec 01 04:04AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/afc1eda617fc09a0

Hi,I want to disable all css come with GWT,and  have followed this
thread,and commented the entry "<inherits
name='com.google.gwt.user.theme.standard.Standard' />" in
Project.gwt.xml ,but seems that standard css still be generated in
directory /war/project/gwt every time when I refresh hosted.html,so
how to disable it thoroughly.

It is very,very,very annoying to delete it ?

Thank you in advanced.



=============================================================================
Topic: Verification Email Process
Url: http://groups.google.com/group/google-web-toolkit/t/be10864addb19539
=============================================================================

---------- 1 of 1 ----------
From: Henry <[email protected]>
Date: Dec 01 03:37AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/22319ba84ab8f89f

Thank you very much Martin for your reply, Ill think about that :-).




=============================================================================
Topic: MVP + UiBinder, thoughts?
Url: http://groups.google.com/group/google-web-toolkit/t/ff40f7599fcc8709
=============================================================================

---------- 1 of 2 ----------
From: Thomas Broyer <[email protected]>
Date: Dec 01 02:42AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/47317b74e65873cb

> Sounds like a good approach which won´t affect the MVP pattern as we
> know it at all.

Right; we only use @UiField and @UiField(provided=true).

Well, there are some cases where we could use @UiHandler actually (in
a view, we turn some ClickEvents into SelectionEvents), but the guy
who worked on these view wasn't aware of @UiHandler, and I completely
forgot about it too, so I didn't catch when reviewing his code
;-)


---------- 2 of 2 ----------
From: Thomas Broyer <[email protected]>
Date: Dec 01 02:54AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/56812875fb90380a

> Yes, it has nothing to do with MVP. If your team is small and none of them
> are designers i don't see a reason to use uibinder.

We're a small team (4 full-time devs, only 2 of them working on client
code; none of us is designer) and we do use UiBinder for nearly 2
months (2.0 MS1) and find it very useful, and productivity gain!

For best performances (we're targeting IE6, as it's our client's
"company standard", unfortunately), we started doing some screens
using HTMLPanel. UiBinder binder makes the code:
 - easier to read (Eclipse is not good at formatting String
concatenations, much better at formatting XML)
 - faster to write and less error-prone (now that we have auto-
completion and validation for GWT widgets in the Eclipse plugin)
 - easier to understand, because the Java code for the view is simpler

Compared to our "legacy" app (UiBinder is used in a new app, to work
side-by-side with a year-and-half-old GWT app still using widgets the
GWT-1.7-way, without MVP, DI, etc.), the code is much "cleaner" with
UiBinder.
My only fear is that we hit the 31-stylesheets limit of IE, which
might come quite quickly when using CssResource (both "explicitly",
and "automagically" through UiBinder)



=============================================================================
Topic: clear jetty cached data
Url: http://groups.google.com/group/google-web-toolkit/t/d71a238ee1330767
=============================================================================

---------- 1 of 1 ----------
From: Thomas Broyer <[email protected]>
Date: Dec 01 02:37AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/ab0a2870db64d5e4

> No. go to Console Tab > Chage the display to [Web Application] > Hit the red
> button to stop the server > Start the server again

Er, with GWT 1.6/1.7, IIRC, there's a "restart server" button in the
HostedMode window.

With GWT 2.0 RC2 and the Eclipse plugin (version 1.2rc2), in the
"Development Mode" view, there's a "reload web server" button (double
yellow arrows).




--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



--- End Message ---

Reply via email to