How to get Cloud SQL for free for some time on GAE

2012-08-06 Thread vikash@Atos
Hi,

We have created a GWT POC project which we need to deploy on GAE. Thos
project uses, MYSQL as backend. After a lot of search, I have found
that the Cloud SQL which is similar to MySQL, but it requires billing.
Can we get it running for some trail period for free?

Thanks,
Vikash

-- 
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: Does the Google App Engine Support Java/J2EE Web Application

2012-08-06 Thread Richard
This is the GWT forum, so I'd suggest posting GAE questions on the GAE 
forum instead. That's here:
https://groups.google.com/forum/?fromgroups#!forum/google-appengine 

Having said that, if you have a standard Java app, it's likely not going to 
just work on App Engine, which comes with lots of restrictions and 
platform-related gotchas.  App Engine doesn't have a goal of being a 
standard J2EE stack.

If your app is already built and you just need somewhere to put it, use a 
normal VM-based hosting service.  From your other question it looks like 
you want something free, which is also unlikely.  Unless you want to do a 
lot of re-development (which will likely cost a lot more than the hosting 
fees), I'd suggest paying for the hosting while you test your proof of 
concept.

On Monday, August 6, 2012 7:50:51 AM UTC+2, vikash@Atos wrote:

 Any help would be appreciated. Urgent guys!!! 

 On Aug 3, 7:38 am, vikash@Atos vikash.chaura...@gmail.com wrote: 
  Hi, 
  
  I have two questions: 
  
  1) Does the Google App Engine supports web application (java/j2ee)? 
  I have a java/j2ee web app, can I deploy it on Google App Engine (with 
  my gmail account)? 
  
  2) If my application is using MySQL, how can I run it on GAE? 
  
  Thanks in advance. 
  Vikash 


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/AHikyhBKCGIJ.
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 future

2012-08-06 Thread funkforce
Thomas,

Reading this:

 but until then, GWT will have adapt to each new browser version, and your 
 app would have to be recompiled with the newer version of GWT to take 
 advantage of it. 


Do you meant that if I deploy an app compiled with GWT 2.4 today and in a 
few weeks a new browser version is released , that app wont work with the 
new browser? 

Regards 
FF

Den fredagen den 27:e juli 2012 kl. 17:32:15 UTC+2 skrev Thomas Broyer:



 On Friday, July 27, 2012 4:53:43 PM UTC+2, Andrei wrote:

 A few thoughts on the future of GWT.

 1. GWT, as we currently know it, will die. It will be replaced by a more 
 native way of writing apps for the web. This process will take years. 
 Hopefully, GWT will also adjust, keeping its relevance for a long time. 
 Elemental is the step in that direction.

 2. Google wants to kill Java. It started with a lawsuit from Oracle - 
 Google responded by launching Dart and Go. It won't be clear for at least 
 another year if either Dart or Go become viable alternatives to Java. I 
 will not be surprised if both of these efforts will be quietly abandoned by 
 Google now that the threat from Oracle is over. They will most likely make 
 no such decision any time soon, but I would not recommend starting any 
 major projects in Dart for at least another year.


 I absolutely do NOT agree with the above two points.

 Dart isn't there to replace GWT, it's been created to compete with 
 JavaScript (and compile to JavaScript for a smooth transition: you don't 
 want to code your app twice, right?) because the dynamic nature of 
 JavaScript makes it really hard to optimize JS engines.

 And Go has been created to compete with C++, at least for some usage of it 
 (http://commandcenter.blogspot.fr/2012/06/less-is-exponentially-more.html)

 Finally, I cannot see a single reason Google would like to kill Java. Sure 
 there was the Oracle lawsuit, but Google has too much dependency on Java. 
 Switching over from Java would likely kill Android, and could cost Google 
 way too much to be a viable move, unless Google would have no other choice 
 (e.g. if Oracle had won the case, but then Oracle would have killed Java, 
 not the other way around).

 3. Even though GWT is not as enthusiastically supported by Google as it 
 should be (in my opinion), I would certainly recommend against forcing your 
 team to learn a completely new platform. If you are a Java shop, GWT is the 
 best available option for any project starting this year.

 4. Web browsers have really matured (i.e. stabilized) over the past 
 couple of years. Unless you are building a cutting-edge 3D game or a 
 web-based replacement for Photoshop, your new GWT app will stay relevant 
 for a decade. It will morph, like all good projects do, but GWT is a very 
 solid foundation for data manipulation, i18n, history management, and page 
 rendering. And you can add as much (or as little) HTML5 and CSS3 on the 
 presentation side as you want - I don't feel like GWT is restricting me in 
 any way.


 +1 to that though (even though you'd have to recompile your app regularly 
 against the updated versions of GWT if you want it to last a decade: 
 browsers have matured, but GWT still has to handle each one of them 
 specifically; in the future maybe we'd have a single permutation across all 
 browsers, but until then, GWT will have adapt to each new browser version, 
 and your app would have to be recompiled with the newer version of GWT to 
 take advantage of it.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/GTgtNHQffLAJ.
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.



SuperDevMode and server-side code

2012-08-06 Thread Alexander Orlov
I want to run my RequestFactory using GWT' SuperDevMode. The client-side 
code compilesruns fine but as soon as I make any RF-using server call I 
get an exception because server-side code isn't supported in SuperDevMode 
yet. The reason is:

Currently, Super Dev Mode doesn't support running Java web apps (war files) 
 like classic Dev Mode. The workaround is to run them on a separate 
 server.https://developers.google.com/web-toolkit/articles/superdevmode


But how should I run two separate servers (GWT compilation server  my app 
server) on the same port? And the same port is required because how else 
should I redirect my RF calls to another port of the same server?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/5KioCD5wGwsJ.
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.



Error while deploying GWT Project on GAE server

2012-08-06 Thread vikash@Atos
Hi,

When I am trying to deploy my GWT Project on GAE server (web hosting),
I am getting the following error in console:

Compiling module com.atos.VisitorRegistration
   Validating newly compiled units
  Ignored 1 unit with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see
all errors.
   Finding entry point classes
  [ERROR] Errors in 'file:/D:/gwtproject/gwtws/
VisitorRegistrationSystem/src/com/atos/client/
VisitorRegistration.java'
 [ERROR] Line 56: No source code is available for type
com.atos.db.DBUtil; did you forget to inherit a required module?
  [ERROR] Unable to find type
'com.atos.client.VisitorRegistration'
 [ERROR] Hint: Previous compiler errors may have made this
type unavailable
 [ERROR] Hint: Check the inheritance chain from your module;
it may not be inheriting a required module or a module may not be
adding its source path entries properly
Exception in thread UnitWriteThread java.lang.RuntimeException:
Unable to read from byte cache
  at
com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:196)
  at
com.google.gwt.dev.util.DiskCacheToken.writeObject(DiskCacheToken.java:
91)
  at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
  at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
  at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown
Source)
  at java.io.ObjectOutputStream.writeObject0(Unknown Source)
  at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
  at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
  at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown
Source)
  at java.io.ObjectOutputStream.writeObject0(Unknown Source)
  at java.io.ObjectOutputStream.writeObject(Unknown Source)
  at com.google.gwt.dev.javac.PersistentUnitCache
$UnitWriter.run(PersistentUnitCache.java:226)
Caused by: java.io.IOException: Read error
  at java.io.RandomAccessFile.read(Native Method)
  at java.io.RandomAccessFile.readInt(Unknown Source)
  at
com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:183)
  ... 14 more



Please suggest, what could be the issue?

Thanks,
Vikash

-- 
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: Error while deploying GWT Project on GAE server

2012-08-06 Thread Jens
Root cause in your error: 

[ERROR] Line 56: No source code is available for type com.atos.db.DBUtil; 
did you forget to inherit a required module? 

The GWT compiler does not see com.atos.db.DBUtil.java as its not in your 
client package but is used by any of your client classes. Either move the 
class into the client package or make the file visible to the GWT compiler 
through your module.gwt.xml file (add a source tag).

If this file contains JDBC utility code then re-think what you are trying 
to do. A web browser can't open a direct JDBC connection to your database.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/bHvU3EDUJvAJ.
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: Compiler warnings when migrating from 2.3 to 2.4 or 2.5-rc1

2012-08-06 Thread John
I found it.  Looks like I don't have validation-api-1.0.0.GA-sources.jar on 
the classpath, I have a 2nd copy of validation-api-1.0.0.GA.jar parading as 
sources.  Now to figure out how that is happening.

On Thursday, August 2, 2012 10:58:07 AM UTC-4, John wrote:

 GWT compile using 2.3.0 appears clean.  When I migrate to 2.4.0 or 
 2.5.0-rc1 I see the following warnings:

  [java]Validating units:
  [java]   Ignored 70 units with compilation errors in first pass.
  [java] Compile with -strict or with -logLevel set to TRACE or DEBUG 
 to see all errors.
  [java]Computing all possible rebind results for 
 'com.google.gwt.useragent.client.UserAgentAsserter'
  [java]   Rebinding 
 com.google.gwt.useragent.client.UserAgentAsserter
  [java]  Checking rule generate-with 
 class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/
  [java] [WARN] Detected warnings related to 
 'com.google.gwt.editor.client.SimpleBeanEditorDriver'.   Are 
 validation-api-version.jar and validation-api-version-sources.jar on 
 the classpath?
  [java] Specify -logLevel DEBUG to see all errors.
  [java] [WARN] Unknown type 
 'com.google.gwt.editor.client.SimpleBeanEditorDriver' specified in deferred 
 binding rule

 I made some modifications to my ivy and build files to make sure 
 that validation-api-1.0.0.GA-sources.jar and validation-api-1.0.0.GA.jar 
 were on the classpath, but this didn't make any difference.

 Any ideas how to clean up these warnings?

 Thanks!





-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/T0Qf44FagOAJ.
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.



OSGi Application nested submodule messaging

2012-08-06 Thread Joseph Lust
Question to the forum. We are rewriting our 120K line GWT application to 
run on an OSGi architecture so that we no longer deploy a megawar file and 
can update individual parts of the application (currently 25 modules, will 
be 85 in a year) UI and services without affecting others. We've created an 
OSGi container that can bundle GWT applications and dynamically load/unload 
their RPC serialization files, but we're not done yet.

Problem:
We use a core application loading screen from which users go to submodules. 
We are using the design of a Header/Foot and center container here. The 
Header/Foot are part of the core application and we use the center pane to 
load the submodule in an iFrame. The rub: we need to pass some state 
information from the opened submodule back to the core application so that 
the Header/Footer views in the core application can be updated with 
Header/Footer customizations from the submodule.

While I know I could just make the Header/Foot part of the submodule, and 
then just open a new .html page to load the submodule, there are many 
buttons and services in the Header/Footer that don't make sense to 
replicate in each submodule. Further, if we update the Header/Footer, we 
don't want to have to redeploy each submodule to make them match.

Potential messaging mechanisms:

   - Pass messages via Cookie with polling (ugly)
   - Have iFrame parent poll for changes in iFrame DOM (or JSNI method in 
   iFrame like getHeaderState())
   - Update page URL with hashed state information (not so good, finite 
   data limit)
   
I'd rather not have to poll at intervals and the URL mechanism seems like 
an anit-pattern. Has anyone else solved this problem before? Thx.



Sincerely,
Joseph

P.S. I'll attach a diagram later tonight. Seems you cannot add a picture 
w/o using G+ and like many companies we block social media access. :(

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/d_I6pVN5bfQJ.
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: OSGi Application nested submodule messaging

2012-08-06 Thread Jens
I guess I would publish a JS API in the parent core application via JSNI 
and then call the API methods from your submodule iFrame (via 
top.apiMethodName() ) when they have loaded and need to customize the 
header/footer. This would be your second solution but the other way around 
which avoids polling and makes the code in your submodule may look more 
obvious about whats happening.

Alternatively there is something called Window.postMessage() which allows 
you to post message events between pages of different domains.
Browser support: http://caniuse.com/#search=postmessage
Mini 
Example/Documentation: 
https://developer.mozilla.org/en-US/docs/DOM/window.postMessage

In combination with AutoBeans for serialization/deserialization 
Window.postMessage maybe also works well (if you dont need support for 
IE6/7) and you probably need to write less JSNI code.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0_XfZzu0cukJ.
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.



data tables with headers, footers and widgets in cells

2012-08-06 Thread Matthew Pocock
Hi,

I'm developing an app that needs to display some info in a grid/table. It
needs to support pinned headers/footers, paging, sorting, filtering,
scrolling of the non-header/footer cells, and individual cells are custom
widgets that are constantly listening to events and updating and/or which
have custom editors attached.

I started off building on FlexTable, and this let me get all the custom,
interactive cell behaviour working. However, it doesn't support any of the
column operations or the header/footer and scrolling stuff. DataGrid seems
to support the inverse - it does most of what I need but cells are not
widgets.

What's the solution?

Thanks,

Matthew

-- 
Dr Matthew Pocock
Integrative Bioinformatics Group, School of Computing Science, Newcastle
University
mailto: turingatemyhams...@gmail.com
gchat: turingatemyhams...@gmail.com
msn: matthew_poc...@yahoo.co.uk
irc.freenode.net: drdozer
skype: matthew.pocock
tel: (0191) 2566550
mob: +447535664143

-- 
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: OSGi Application nested submodule messaging

2012-08-06 Thread Joseph Lust
Thanks Jen's, I'll give the JSNI and postMessage() methods a try.


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/4tNAb73e9P8J.
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: OSGi Application nested submodule messaging

2012-08-06 Thread Alfredo Quiroga-Villamil
Assuming the amount of JS to export is not a lot, I also see exporting
JS and exposing it as a very viable alternative as Jen previously
pointed out.

Something else that comes to mind, a lot more involved I must admit is
to use a server-push approach. The header/footer module keeps an open
connection with the backend. The backend receives a notification that
something changed and pushes back to the UI where the header/footer
module makes the appropriate changes. This eliminates the need to
poll.

I think the exported JS exposed via JSNI it's the simplest and
probably one of the cleanest ways to get this done but wanted to throw
this other approach out there.

Best regards,

Alfredo

On Mon, Aug 6, 2012 at 12:37 PM, Joseph Lust lifeofl...@gmail.com wrote:
 Thanks Jen's, I'll give the JSNI and postMessage() methods a try.


 Sincerely,
 Joseph

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/4tNAb73e9P8J.

 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.



-- 
Alfredo Quiroga-Villamil

AOL/Yahoo/Gmail/MSN IM:  lawwton

-- 
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: OSGi Application nested submodule messaging

2012-08-06 Thread Joseph Lust
Thanks Alfredo. I'll try the intra-browser communication for now as it will 
hopefully take the least overhead.


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/mNVshxHzCFQJ.
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: Drag and Drop to a RichTextArea / IFrame?

2012-08-06 Thread gangurg gangurg
is there a solution for this ? How do we do drag and drop in richTextArea

On Wed, Oct 26, 2011 at 9:55 AM, Derek derekad...@gmail.com wrote:

 I'm trying out some of the fun drag-and-drop stuff in GWT. My current
 attempt is to drag a file into a richtextarea, but nothing seems to be
 working correctly. It works fine if I use a FlowPanel or some other
 GWT widget, but not a RichTextArea despite it have an addDropHandler
 method.

 Anyone have any experience with this?

 My code in onModuleLoad:

 DropHandler drop = new DropHandler() {

 @Override
 public void onDrop(DropEvent event) {
 event.preventDefault();

 String data = event.getData(text);
 GWT.log(text is +data+ and there are
 +numFiles(event.getDataTransfer())+ files);
 }
 };
 RichTextArea rt = new RichTextArea();
 rt.addDropHandler(drop); // never called even after drag-and-dropping
 a file on the rt
 RootPanel.get().add(rt);

 --
 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: data tables with headers, footers and widgets in cells

2012-08-06 Thread Joshua Godi
The DataGrid will do everything that you need it to 
do: http://gwt.google.com/samples/Showcase/Showcase.html#!CwDataGrid.

You can have cells that contain widgets.

On Monday, August 6, 2012 10:40:33 AM UTC-5, Matthew Pocock wrote:

 Hi,

 I'm developing an app that needs to display some info in a grid/table. It 
 needs to support pinned headers/footers, paging, sorting, filtering, 
 scrolling of the non-header/footer cells, and individual cells are custom 
 widgets that are constantly listening to events and updating and/or which 
 have custom editors attached.

 I started off building on FlexTable, and this let me get all the custom, 
 interactive cell behaviour working. However, it doesn't support any of the 
 column operations or the header/footer and scrolling stuff. DataGrid seems 
 to support the inverse - it does most of what I need but cells are not 
 widgets.

 What's the solution?

 Thanks,

 Matthew

 -- 
 Dr Matthew Pocock
 Integrative Bioinformatics Group, School of Computing Science, Newcastle 
 University
 mailto: turingatemyhams...@gmail.com
 gchat: turingatemyhams...@gmail.com
 msn: matthew_poc...@yahoo.co.uk
 irc.freenode.net: drdozer
 skype: matthew.pocock
 tel: (0191) 2566550
 mob: +447535664143

  

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/JXI9K9fwlj4J.
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: data tables with headers, footers and widgets in cells

2012-08-06 Thread Joshua Godi
The DataGrid will be able to do everything that you want, here is the link 
for the GWT Showcase of 
it: http://gwt.google.com/samples/Showcase/Showcase.html#!CwDataGrid

As you can see, you can have widgets inside of the cells.

For a better example of different widgets inside the cells you can look 
at: http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler

On Monday, August 6, 2012 10:40:33 AM UTC-5, Matthew Pocock wrote:

 Hi,

 I'm developing an app that needs to display some info in a grid/table. It 
 needs to support pinned headers/footers, paging, sorting, filtering, 
 scrolling of the non-header/footer cells, and individual cells are custom 
 widgets that are constantly listening to events and updating and/or which 
 have custom editors attached.

 I started off building on FlexTable, and this let me get all the custom, 
 interactive cell behaviour working. However, it doesn't support any of the 
 column operations or the header/footer and scrolling stuff. DataGrid seems 
 to support the inverse - it does most of what I need but cells are not 
 widgets.

 What's the solution?

 Thanks,

 Matthew

 -- 
 Dr Matthew Pocock
 Integrative Bioinformatics Group, School of Computing Science, Newcastle 
 University
 mailto: turingatemyhams...@gmail.com
 gchat: turingatemyhams...@gmail.com
 msn: matthew_poc...@yahoo.co.uk
 irc.freenode.net: drdozer
 skype: matthew.pocock
 tel: (0191) 2566550
 mob: +447535664143

  

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/HSRUZKesAjQJ.
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] Update Maven sample pom.xml files to use maven-compiler-plugin's annotation processing functiona... (issue1804803)

2012-08-06 Thread rdayal

Reviewers: drfibonacci, tbroyer,

Description:
Update Maven sample pom.xml files to use maven-compiler-plugin's
annotation processing functionality. It is now understood by m2e-apt, so
we can get rid of the hacks we had to put in to make this work in
Eclipse/GPE. This also gets rid of the nasty need to refresh the project
(manually) after a build.


Please review this at http://gwt-code-reviews.appspot.com/1804803/

Affected files:
  M samples/dynatablerf/README-MAVEN.txt
  M samples/dynatablerf/pom.xml
  M samples/mobilewebapp/README-MAVEN.txt
  M samples/mobilewebapp/pom.xml


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


[gwt-contrib] Re: Update Maven sample pom.xml files to use maven-compiler-plugin's annotation processing functiona... (issue1804803)

2012-08-06 Thread rdayal

http://gwt-code-reviews.appspot.com/1804803/

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


[gwt-contrib] submit chrome dev mode plugin to chrome web store?

2012-08-06 Thread Daniel Kurka
Hi everyone,

today at work I was setting up a GWT installation on windows for a new coworker 
and noticed that with chrome 21 we can not install extension anymore. (They 
need to be in the chrome web store). I also noticed an issue popping up on the 
issue tracker on the exact same thing: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=7569

Does anyone have this covered or are we just hearing about this change to 
chrome right now?

-Daniel

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

[gwt-contrib] Re: Allows UiRenderer styles before the first call to render() (issue1794803)

2012-08-06 Thread rdayal

From pair review (rchandia, rdayal):

Let's fix up these things below, and go one more round.


http://gwt-code-reviews.appspot.com/1794803/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java
File user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java
(right):

http://gwt-code-reviews.appspot.com/1794803/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java#newcode397
user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java:397:
fieldWriter.setInitializer(resourceName);
Add a comment that this statement is necessary (for the generator
infrastructure) even though it has no ultimate effect.

http://gwt-code-reviews.appspot.com/1794803/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/1794803/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java#newcode1939
user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java:1939:
fieldManager.convertFieldToGetter(param.getName());
Make this more explicit. Create a method like
fieldManager.doNotOptimize(param.getName()).. in the method comment, you
can explain that you don't want to optimize due to the lack of @UiField
annotations and the dual-purpose (UIRenderer and UIBinder that the
generator serves)..

http://gwt-code-reviews.appspot.com/1794803/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java#newcode1952
user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java:1952: //
private init_fields() {
build_fields, not init_fields

http://gwt-code-reviews.appspot.com/1794803/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java#newcode1953
user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java:1953:
w.write(private void build_fields() {, implClassName);
Why is the param being passed in?

http://gwt-code-reviews.appspot.com/1794803/

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


Re: [gwt-contrib] submit chrome dev mode plugin to chrome web store?

2012-08-06 Thread Istvan Soos
Hi,

A quick fix that might help:

1. right click on the chrome iconPropertiesShortcut
2. add in target: --enable-easy-off-store-extension-install
3. open chrome and navitage to extensions ( chrome://chrome/extensions/ )
4. drag and drop on it the plugin (should be in your download folder
if you tried to install it before and didn't succeed)

Regards,
   Istvan

On Mon, Aug 6, 2012 at 12:44 PM, Daniel Kurka kurka.dan...@gmail.com wrote:
 Hi everyone,

 today at work I was setting up a GWT installation on windows for a new
 coworker and noticed that with chrome 21 we can not install extension
 anymore. (They need to be in the chrome web store). I also noticed an issue
 popping up on the issue tracker on the exact same thing:
 http://code.google.com/p/google-web-toolkit/issues/detail?id=7569

 Does anyone have this covered or are we just hearing about this change to
 chrome right now?

 -Daniel

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

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


[gwt-contrib] Fixed Default group sequence redefinition. The JSR-303 does not specify exactly how to handle ca... (issue1795805)

2012-08-06 Thread idol

Reviewers: Nick Chalko,

Description:
Fixed Default group sequence redefinition. The JSR-303 does not specify
exactly how to handle cases where a bean does not redefine the Default
group but its parent class does, yet there are test cases for this
scenario.

[JSR 303 TCK Result] 188 of 205 (91.71%) Pass with 14 Failures and 2
Errors.


Please review this at http://gwt-code-reviews.appspot.com/1795805/

Affected files:
  M user/src/com/google/gwt/validation/client/GroupChainGenerator.java
  A user/src/com/google/gwt/validation/client/GroupValidator.java
  M  
user/src/com/google/gwt/validation/client/impl/AbstractGwtSpecificValidator.java

  M user/src/com/google/gwt/validation/client/impl/GwtSpecificValidator.java
  M  
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java
  M  
user/test/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/GroupSequenceIsolationGwtTest.java



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


[gwt-contrib] Re: Fixed Default group sequence redefinition. The JSR-303 does not specify exactly how to handle ca... (issue1795805)

2012-08-06 Thread nchalko

minor nits
LGTM


http://gwt-code-reviews.appspot.com/1795805/diff/1/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java
File
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java
(right):

http://gwt-code-reviews.appspot.com/1795805/diff/1/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java#newcode664
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java:664:
// new MyValidtor();
this should be a trailing ,

http://gwt-code-reviews.appspot.com/1795805/diff/1/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java#newcode669
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java:669:
// this.aConstraintDescriptor, groups);;
one trailing ;

http://gwt-code-reviews.appspot.com/1795805/diff/1/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java#newcode835
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java:835:
sw.println(validateAllNonInheritedProperties(context, object,
violations, justGroupsArray););
line length

http://gwt-code-reviews.appspot.com/1795805/

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