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
- [GWT-SL] setServiceEntryPoint() [1 Update]
http://groups.google.com/group/google-web-toolkit/t/a8b4e1135dfb7402
- Client-side object storage [1 Update]
http://groups.google.com/group/google-web-toolkit/t/b876b43a5df9b7bd
- GWT 2.0.0rc2 ::: Unknown argument: -portHosted [4 Updates]
http://groups.google.com/group/google-web-toolkit/t/5cc60357bb8cd48a
- OOPHM problem in gwt 2.0.0-rc1 [1 Update]
http://groups.google.com/group/google-web-toolkit/t/3ce372ee6f2c9981
- Full GWT Website with MS SQL Server 2008 [1 Update]
http://groups.google.com/group/google-web-toolkit/t/d7be95fb16394d58
- using linker while deploying application [1 Update]
http://groups.google.com/group/google-web-toolkit/t/dc508bbe19a5e589
- Too much is happening (the events are crowding the bus)? [1 Update]
http://groups.google.com/group/google-web-toolkit/t/817768896bff8e6d
- Standard.css always override my MyProject.css [1 Update]
http://groups.google.com/group/google-web-toolkit/t/f8e086c3d3a09abc
- CommandPattern vs Server side Event Bus? [1 Update]
http://groups.google.com/group/google-web-toolkit/t/af3b6238e0cebddf
- How to deploy GWT application in tomcat [2 Updates]
http://groups.google.com/group/google-web-toolkit/t/b18035bfe3609313
=============================================================================
Topic: [GWT-SL] setServiceEntryPoint()
Url: http://groups.google.com/group/google-web-toolkit/t/a8b4e1135dfb7402
=============================================================================
---------- 1 of 1 ----------
From: Jacek Zebrowski <[email protected]>
Date: Nov 26 01:41PM +0100
Url: http://groups.google.com/group/google-web-toolkit/msg/4fcfaf2714e05f67
Hi !
I did all according to docu
(http://gwt-widget.sourceforge.net/?q=node/51#GWTHandler)- my service is
present under myapp.url/handler/testrpc.
but GWT expects me to supply : setServiceEntryPoint()...
When i set it to GWT.getModuleBaseURL()
it submits the service to :
localhost:8080/myapp/myapp which is obviously wrong... how should i
proceed ?
--
Jacek
=============================================================================
Topic: Client-side object storage
Url: http://groups.google.com/group/google-web-toolkit/t/b876b43a5df9b7bd
=============================================================================
---------- 1 of 1 ----------
From: Aekold <[email protected]>
Date: Nov 26 04:13AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/aec4de9f90d40e2
Hi All!
I want to save some object (panel for example) to use it later. On the
server side I can use request, session or even some singleton or
static map. But what can I do on the client? Strings or other
primitives I can save into Cookies, but what to do with panels?
=============================================================================
Topic: GWT 2.0.0rc2 ::: Unknown argument: -portHosted
Url: http://groups.google.com/group/google-web-toolkit/t/5cc60357bb8cd48a
=============================================================================
---------- 1 of 4 ----------
From: Prashant <[email protected]>
Date: Nov 26 03:25PM +0530
Url: http://groups.google.com/group/google-web-toolkit/msg/49e179754abd0624
Hi,
I am using GWT 2.0.0rc2 with GAE SDK 1.2.6 on Vista, whenever I try to run
or debug the project I am getting following error. I tried creating a fresh
project but the problem persists.
Unknown argument: -portHosted
Google Web Toolkit 2.0.0-rc2
DevMode [-noserver] [-port port-number | "auto"] [-whitelist
whitelist-string] [-blacklist blacklist-string] [-logdir directory]
[-logLevel level] [-gen dir] [-codeServerPort port-number | "auto"] [-server
servletContainerLauncher] [-startupUrl url] [-war dir] [-extra dir]
[-workDir dir] module[s]
where
-noserver Prevents the embedded web server from running
-port Specifies the TCP port for the embedded web server
(defaults to 8888)
-whitelist Allows the user to browse URLs that match the specified
regexes (comma or space separated)
-blacklist Prevents the user browsing URLs that match the specified
regexes (comma or space separated)
-logdir Logs to a file in the given directory, as well as
graphically
-logLevel The level of logging detail: ERROR, WARN, INFO, TRACE,
DEBUG, SPAM, or ALL
-gen Debugging: causes normally-transient generated types to
be saved in the specified directory
-codeServerPort Specifies the TCP port for the code server (defaults to
9997)
-server Specify a different embedded web server to run (must
implement ServletContainerLauncher)
-startupUrl Automatically launches the specified URL
-war The directory into which deployable output files will be
written (defaults to 'war')
-extra The directory into which extra files, not intended for
deployment, will be written
-workDir The compiler's working directory for internal use (must
be writeable; defaults to a system temp dir)
and
module[s] Specifies the name(s) of the module(s) to host
Please help me out.
Thanks.
---------- 2 of 4 ----------
From: Prashant <[email protected]>
Date: Nov 26 03:29PM +0530
Url: http://groups.google.com/group/google-web-toolkit/msg/57e85ce757d3f64b
I tried updating the plugin using IDE and it said "a newer version is
already installed".
---------- 3 of 4 ----------
From: Thomas Broyer <[email protected]>
Date: Nov 26 02:45AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/b011a9de14b931ea
> servletContainerLauncher] [-startupUrl url] [-war dir] [-extra dir]
> [-workDir dir] module[s]
As noted in the release notes, "The -portHosted Development Mode flag
has been renamed to -codeServerPort"; and as also noted (well, a bit
implicit I concede), you need to update your Eclipse plug-in by
unzipping the RC2 version (just as you did with the RC1) as there's no
update site for them. (unzip the RC2 *above* the RC1, as it seems the
RC2 distro isn't "complete")
http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC
---------- 4 of 4 ----------
From: Prashant <[email protected]>
Date: Nov 26 04:24PM +0530
Url: http://groups.google.com/group/google-web-toolkit/msg/dd62b215a5680584
it worked ! thanks.
=============================================================================
Topic: OOPHM problem in gwt 2.0.0-rc1
Url: http://groups.google.com/group/google-web-toolkit/t/3ce372ee6f2c9981
=============================================================================
---------- 1 of 1 ----------
From: emir <[email protected]>
Date: Nov 26 01:41AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/36df12cb9dc17897
It works now with RC2
=============================================================================
Topic: Full GWT Website with MS SQL Server 2008
Url: http://groups.google.com/group/google-web-toolkit/t/d7be95fb16394d58
=============================================================================
---------- 1 of 1 ----------
From: gwtfanb0y <[email protected]>
Date: Nov 26 01:25AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/a7bca19351fd5336
Very nice work!
=============================================================================
Topic: using linker while deploying application
Url: http://groups.google.com/group/google-web-toolkit/t/dc508bbe19a5e589
=============================================================================
---------- 1 of 1 ----------
From: "[email protected]" <[email protected]>
Date: Nov 26 01:18AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/683b73b43715c66a
problen nr1 solved, thanks to sanjiv jivan!
the path for the smart gwt images and stuff could be set in the host
page:
<script> var isomorphicDir = "MODULE_NAME/sc/"; </script>
=============================================================================
Topic: Too much is happening (the events are crowding the bus)?
Url: http://groups.google.com/group/google-web-toolkit/t/817768896bff8e6d
=============================================================================
---------- 1 of 1 ----------
From: mariyan nenchev <[email protected]>
Date: Nov 26 11:09AM +0200
Url: http://groups.google.com/group/google-web-toolkit/msg/7b85d5a5f6e28671
Hi,
I am interested in this gwt architecture too. I did have a look at the video
and a hello world application implemented with this architecture, and really
i think that this is too much code to write. I also looked at the apache
hupa project, that is using the same architecture. And they did a generic
events for add,edit, delete, fetch, so you only will need to add new events
for your custom cases, which is not so bad.
I as we speak for this, does any one else know other open source projects
written with this architecture. I want to have a look at them, since a mail
client (hupa) is not the best to learn from.
Regards.
=============================================================================
Topic: Standard.css always override my MyProject.css
Url: http://groups.google.com/group/google-web-toolkit/t/f8e086c3d3a09abc
=============================================================================
---------- 1 of 1 ----------
From: philippe <[email protected]>
Date: Nov 26 12:55AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/cc2a0de8532913b0
Hi Sobis,
Try this:
In your Application.gwt.xml, add this line after standard theme
definition:
<stylesheet src='YourProject.css' />
I think you must use !important, check if it's well write.
Delete the style definition in your html. On my project, it's work.
regards,
Philippe
=============================================================================
Topic: CommandPattern vs Server side Event Bus?
Url: http://groups.google.com/group/google-web-toolkit/t/af3b6238e0cebddf
=============================================================================
---------- 1 of 1 ----------
From: Youngster <[email protected]>
Date: Nov 26 12:48AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/f041c013b24f0d0f
Wouldn't it become much slower if you handle all event via the server?
=============================================================================
Topic: How to deploy GWT application in tomcat
Url: http://groups.google.com/group/google-web-toolkit/t/b18035bfe3609313
=============================================================================
---------- 1 of 2 ----------
From: "Tamás Gömbös" <[email protected]>
Date: Nov 26 09:24AM +0100
Url: http://groups.google.com/group/google-web-toolkit/msg/4489c5337a439a6a
I have copied all the required jars to WEB-INF. And my servlets work
properly because they send back data when I call them explicitly. But it
seems that the client doesn't send any request to the server when I start
the application with <application_name>.html. And again: in hosted mode
everything's fine.
2009/11/18 Rinuz <[email protected]>
---------- 2 of 2 ----------
From: "Tamás Gömbös" <[email protected]>
Date: Nov 26 09:30AM +0100
Url: http://groups.google.com/group/google-web-toolkit/msg/1528706a3298ae3
I forgot to mention that when I start the application in hosted mode and
start it in a browser with the "Compile/Browse" button it also works
properly.
2009/11/26 Tamás Gömbös <[email protected]>
--
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 ---