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 about compressing css? [2 Updates]
    http://groups.google.com/group/google-web-toolkit/t/598574462e21019c
  - How to run GWT 2.0 RC2's hosted mode with another server? [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/f5c903255d896a03
  - New Widget: Window Panel (minimize, maximize/restore, close, resize) [2 
Updates]
    http://groups.google.com/group/google-web-toolkit/t/1053a03dee716aa1
  - RC2 and Eclipse Plugin [4 Updates]
    http://groups.google.com/group/google-web-toolkit/t/3afa63106371c06e
  - Very slow DevMode on Mac Leopard with GWT 2.0 RC2 [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/9dcd095926a13d3c
  - Why Label widget chose to use <div> instead of <label>? [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/d29ac1d292764710
  - Pure GWT Website [2 Updates]
    http://groups.google.com/group/google-web-toolkit/t/894041ce84cc56a9
  - Full GWT Website with MS SQL Server 2008 [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/d7be95fb16394d58


=============================================================================
Topic: how about compressing css?
Url: http://groups.google.com/group/google-web-toolkit/t/598574462e21019c
=============================================================================

---------- 1 of 2 ----------
From: Thomas Broyer <[email protected]>
Date: Dec 03 03:30AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/3d3573b1325087d8

>
> any thoughts?

What you describe is *exactly* what ClientBundle/CssResource does in
GWT 2.0. It's an evolution of ImmutableResourceBundle/CssResource from
the GWT Incubator, which can be used in previous versions of GWT (1.7,
at least)


---------- 2 of 2 ----------
From: Martin Trummer <[email protected]>
Date: Dec 03 04:31AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/a195e17434cce4d4

D'oh!
they did it again: goolge stole my idea.

and the worst thing: they did it month before I even had it!

that can only mean one thing: google do have the time-machine

please, please google: let me use it only once to go back in
time and prevent Wham! from singing 'Last Christmas'

BTW: thanks for the answer, I somehow missed that




=============================================================================
Topic: How to run GWT 2.0 RC2's hosted mode with another server?
Url: http://groups.google.com/group/google-web-toolkit/t/f5c903255d896a03
=============================================================================

---------- 1 of 1 ----------
From: Jan Ehrhardt <[email protected]>
Date: Dec 03 01:07PM +0100
Url: http://groups.google.com/group/google-web-toolkit/msg/692630ab846220d8

The idea was, to prevent the existences of 'war/*' in my GWT project. With
the current stable version of the plugin and GWT 1.7.1 everything works
well.
So the problem is, that my GWT project does not have any server code and no
host page or anything else. The current version works the following way:

   - GWT (Web App launch configuration) app is launched in hosted mode
   without the build in server.
   - Instead of a host page in the same project, the host page comes from an
   independent server.
   - The hosted browser loads the host page (from the specified URL),
   detects the existence of a GWT module (included as JavaScript) and replaces
   the JavaScript with the Java Code from the classpath.

The interesting point is, that the text field to specify the URL is removed
from the GWT tab in the web app launch configuration (plugin version for GWT
2.0 RC2). So the question is, how can I point the OOPHM to my host page's
URL (on any server)?

At least some words on what I'm currently doing in Eclipse 3.5 with the
released version of the plugin and GWT 1.7.1:
I've got a plain Java project and make a GWT project out of it by right
click on the project -> Google -> WebToolkit Settings. In these GWT settings
I check 'Use Google Web Toolkit' and then OK. This makes my Java project a
GWT project. I create a new Web App launch configuration for this project,
disable 'Run build in server' and on the GWT tab I insert my host pages URL
(http://localhost:8080/my-app-which-runs-totaly-independent-on-a-tomcat).
That's it. It works.
Interestingly it's not required to specify any GWT module in any
configuration so far. The presence of the module's XML configuration on the
classpath and the presence of a previously compiled version of the module in
the loaded HTML page is enough to tell hosted browser, what to do. The GWT
Eclipse plugin doesn't even recognize the XML file since the included module
isn't shown in any settings or configuration interface. But it works.

Regards
Jan Ehrhardt




=============================================================================
Topic: New Widget: Window Panel (minimize, maximize/restore, close, resize)
Url: http://groups.google.com/group/google-web-toolkit/t/1053a03dee716aa1
=============================================================================

---------- 1 of 2 ----------
From: Joe <[email protected]>
Date: Dec 03 04:05AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/77abd53113f00158

Please visit these two websites, they were built with 100% pure GWT.

         - http://www.property.com.lb

         - http://www.beta.mtv.com.lb

Feedback and comments are welcome,

thank's in advance!



---------- 2 of 2 ----------
From: Joe <[email protected]>
Date: Dec 03 04:07AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/8f4e4ac8734b8890

Please visit these two websites, they were built with 100% pure GWT.

         - http://www.property.com.lb

         - http://beta.mtv.com.lb

Feedback and comments are welcome,

thank's in advance!




=============================================================================
Topic: RC2 and Eclipse Plugin
Url: http://groups.google.com/group/google-web-toolkit/t/3afa63106371c06e
=============================================================================

---------- 1 of 4 ----------
From: jd <[email protected]>
Date: Dec 03 03:27AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/586bf5bb41b4bfc0

Hi,

Can someone please post a definitive procedure to get RC2 working?  I
have tried many different pieces of advice from many different threads
and none have worked for me on my mac with Eclipse.

1 - Is it possible to use the Google Plugin's Web Application launch?

2 - Is it really necessary to install both RC1 and RC2 plugins "Above"
each other?

Thanks,

John


---------- 2 of 4 ----------
From: jd <[email protected]>
Date: Dec 03 03:28AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/3a06b02974b50edf

Also,

3 - If I must create a normal launch what parameters are required?

4 - What should my workspace be set to to run both GWT and App Engine?


---------- 3 of 4 ----------
From: Thomas Broyer <[email protected]>
Date: Dec 03 03:38AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/3e16b9c5a6829f4c

>
> 1 - Is it possible to use the Google Plugin's Web Application launch?

Yes

> 2 - Is it really necessary to install both RC1 and RC2 plugins "Above"
> each other?

No (I thought it was, from reading others' experience, so did I; but
it didn't work for a coworker, so he installed only the RC2 plugin; he
had to start from a blank workspace though)

> 3 - If I must create a normal launch what parameters are required?

N/A
(if you want to do it though, try passing nothing and it'll tell you
what's missing ;-) )

> 4 - What should my workspace be set to to run both GWT and App Engine?

I don't use App Engine, so I can't answer that one.


---------- 4 of 4 ----------
From: John Patterson <[email protected]>
Date: Dec 03 07:04PM +0700
Url: http://groups.google.com/group/google-web-toolkit/msg/621c52065c9d6d2c

Thanks for the confirmation.  I now have it working - _possibly_ my  
problem was due to not having a fresh workspace.

Just for others reference this is what I did:

Installed fresh Eclipse 3.5 and chosen a new workspace

I have installed WST and then only Google Plugin RC2.  I configured  
the Google preferences with both GWT 1.2RC2 and GAE1.6 and then  
imported my single existing project.

I have created a Google Web Application launch and it kicks off  
Jetty.  The Development Mode window inside Eclipse shows no URL's to  
launch but I use http://localhost:8888/?gwt.codesvr=localhost:9997

And it works!!

Thanks again

John



=============================================================================
Topic: Very slow DevMode on Mac Leopard with GWT 2.0 RC2
Url: http://groups.google.com/group/google-web-toolkit/t/9dcd095926a13d3c
=============================================================================

---------- 1 of 1 ----------
From: jvictor <[email protected]>
Date: Dec 03 04:02AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/b772a8cf020012e3

Is anyone else experiencing *extremely* slow DevMode on a mac?  I'm
using Leopard 10.5.8 with all of the updates and running DevMode with
64 bit Java 6.  I experience the same slowness when using 32 bit Java
5 as well.  I'm using 2.0 RC 2 and experience the problem using
firefox 3.5.5 and safari.



=============================================================================
Topic: Why Label widget chose to use <div> instead of <label>?
Url: http://groups.google.com/group/google-web-toolkit/t/d29ac1d292764710
=============================================================================

---------- 1 of 1 ----------
From: philippe <[email protected]>
Date: Dec 03 03:13AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/559ecc15d74defb5

I also think GWT has not a really good history regarding
accessibility.

http://code.google.com/intl/fr-FR/webtoolkit/doc/1.6/DevGuideI18nAndA11y.html#DevGuideAccessibility





=============================================================================
Topic: Pure GWT Website
Url: http://groups.google.com/group/google-web-toolkit/t/894041ce84cc56a9
=============================================================================

---------- 1 of 2 ----------
From: rudolf michael <[email protected]>
Date: Dec 03 12:37PM +0200
Url: http://groups.google.com/group/google-web-toolkit/msg/956e64e1491f32d9

JWPlayer

On Thu, Dec 3, 2009 at 12:35 PM, mariyan nenchev


---------- 2 of 2 ----------
From: Joe <[email protected]>
Date: Dec 03 03:12AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/e35b083ca90a3d1a

Really nice job !




=============================================================================
Topic: Full GWT Website with MS SQL Server 2008
Url: http://groups.google.com/group/google-web-toolkit/t/d7be95fb16394d58
=============================================================================

---------- 1 of 1 ----------
From: Joe <[email protected]>
Date: Dec 03 02:55AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/a16b81a66c7b0077

Hi Mariyan,

Thank's for your post, well, first, this is not a tab panel,
unfortunately.

The home page was designed in dreamweaver(HTML page) than the whole
objects, I mean textboxes, images, listboxes, etc.... are removed, and
replaced byt gwt widgets.

So you go like:
HTMLPanel homepage = new HTMLPanel("here you put your html code
without the html widgets, but with IDs");
then your create your widgets with styles width, etc ... then you
call:
homepage.add(widget, "corresponding id in the html code");

Hope this was helpful :)





--

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