I posted this in the gwt group, but I think this is a better place.
http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms
thoughtworks technology radar july 2011, talk negatively about gwt,
these are the 3 reasons:
"First, in many ways, JavaScript is more powerful and expressi
Revision: 10489
Author: gwt.mirror...@gmail.com
Date: Tue Aug 2 20:51:04 2011
Log: Fix:
http://code.google.com/p/google-web-toolkit/issues/detail?id=6367
Create shared utils package and include it in gwt-dev and gwt-servlet
Review at http://gwt-code-reviews.appspot.com/1508802
ht
Revision: 10488
Author: b...@google.com
Date: Tue Aug 2 17:49:09 2011
Log: Created wiki page through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=10488
Added:
/wiki/RequestFactoryInterfaceValidation.wiki
===
---
On 2011/08/03 00:22:49, meder wrote:
LGTM
http://gwt-code-reviews.appspot.com/1508802/
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
Reviewers: tobyr, jat,
Description:
Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367
Create shared utils package and include it in gwt-dev and gwt-servlet
Please review this at http://gwt-code-reviews.appspot.com/1508802/
Affected files:
M dev/core/src/com/google/gwt/d
Reviewers: zundel,
Please review this at http://gwt-code-reviews.appspot.com/1503807/
Affected files:
M dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java
Index: dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java
diff --git
a/dev/core/src/com/google/gwt/de
This came up before, and here is the rationale.
If you add an app specific data object to Column, you have to add
another parameterized type to Column. That's more verbose, somewhat
confusing, and it will be Void for most users anyway. I'm a big fan of
parameterized types because they make the
It's John L's call, but that's certainly my preference.
On Tue, Aug 2, 2011 at 1:10 PM, John Porter Simons wrote:
> The other way we (me and dramos@) discussed doing this was, in our
> CellTable subclass, have a map from Column to String to store these database
> column names. I can update to tha
I was biting my tongue on this one, but I guess I'll jump in and agree, this
smells bad.
@jlabanca, is there no hook in Column or maybe Cell.Context where this kind
of app-specific data can be added?
On Tue, Aug 2, 2011 at 12:32 PM, Jeff Larsen wrote:
> I'm inclined to agree with Stephen here.
I see how that could happen. We don't take annotations into account
in the computing of dependencies in
BytecodeSignatureMaker.CompileDependencyVisitor.
Filed issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=6646
-Eric.
On Tue, Aug 2, 2011 at 2:57 PM, Stephen Haberman
wrote
I'm inclined to agree with Stephen here. No where else in GWT widgetry is
there a reference to database related things. I don't think this is a big
deal either, but it seems like a more application specific thing rather than
something that belongs inside GWT proper.
--
http://groups.google.co
http://gwt-code-reviews.appspot.com/1503806/diff/2002/user/src/com/google/gwt/user/cellview/client/Column.java
File user/src/com/google/gwt/user/cellview/client/Column.java (right):
http://gwt-code-reviews.appspot.com/1503806/diff/2002/user/src/com/google/gwt/user/cellview/client/Column.java#new
Revision: 10487
Author: porte...@google.com
Date: Tue Aug 2 07:46:31 2011
Log: Adding a spot for database column name in Column. Allows us to
create an updated SQL statement when the sort column changes, using only
the Column itself.
Review at http://gwt-code-reviews.appspot.com/
Hi,
I ran into an odd boundary case with the unit cache today that I
thought I'd report.
I had a class, Foo, using a binary-only annotation, @Bar. Somehow
my classpath was wrong, and so I got a (valid) compilation error
from ecj that Foo couldn't be compiled without Bar.
However, after fixing my
Revision: 10486
Author: gwt.mirror...@gmail.com
Date: Tue Aug 2 05:56:59 2011
Log: Simplify the use of TckCompileTestCase by always using the module
named
TckTest.gwt.xml.
Add asserts for generator compile time errors.
Review at http://gwt-code-reviews.appspot.com/1467811
Review b
Revision: 10485
Author: rj...@google.com
Date: Mon Aug 1 13:27:49 2011
Log: Eliminates the code for the long deprecated urn:with feature.
Review at http://gwt-code-reviews.appspot.com/1500808
Review by: her...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=104
http://gwt-code-reviews.appspot.com/1503804/diff/1/samples/dynatablerf/build.xml
File samples/dynatablerf/build.xml (right):
http://gwt-code-reviews.appspot.com/1503804/diff/1/samples/dynatablerf/build.xml#newcode8
samples/dynatablerf/build.xml:8:
This is a sample, can you be a bit more verbose
http://gwt-code-reviews.appspot.com/1503806/diff/3/user/src/com/google/gwt/user/cellview/client/Column.java
File user/src/com/google/gwt/user/cellview/client/Column.java (right):
http://gwt-code-reviews.appspot.com/1503806/diff/3/user/src/com/google/gwt/user/cellview/client/Column.java#newcode10
Lets warn gwt-announce that the default will change next Tuesday, and
encourage them to try it out themselves in the meantime. Are you okay
driving that, and with waiting another week?
On Aug 2, 2011 6:33 AM, wrote:
> Reviewers: rjrjr,
>
> Description:
> Making lazy widgets generation the default
LGTM
http://gwt-code-reviews.appspot.com/1465805/
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
LGTM
http://gwt-code-reviews.appspot.com/1499804/
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
Reviewers: rjrjr,
Description:
Making lazy widgets generation the default option.
Review by: rj...@google.com
Please review this at http://gwt-code-reviews.appspot.com/1499809/
Affected files:
M user/src/com/google/gwt/uibinder/UiBinder.gwt.xml
M user/src/com/google/gwt/uibinder/rebind/UiB
http://gwt-code-reviews.appspot.com/1486801/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
File user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
(right):
http://gwt-code-reviews.appspot.com/1486801/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java#
LGTM
http://gwt-code-reviews.appspot.com/1467811/
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
Hello All
I have template with its css and html.Now I want to get all the look
and features (compatibility) of that template in my gwt application.
I am not getting the right way to do that.
One way which I thought is that for control there will be a .html
file , which will be added to the gwt root
25 matches
Mail list logo