[gwt-contrib] Fwd: Happy to announce general access for J2CL!

2018-11-21 Thread Jason Washo
Awesome! I'm starting the process now. Windows user, and looking forward to it! -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Scrolling to Elements/Widgets in Some Container

2016-01-10 Thread Jason Morris
Hi all, Let's say that I have a VerticalPanel that contains some Composite widgets. I place this VerticalPanel inside a Scroll Panel. Now, I would like to be able to click a link in one of the Composites, and have the ScrollPanel scroll its contents to another Composite widget in the same

Re: Error processing @WithTokenizers, cannot find type

2015-03-31 Thread Jason Washo
I experienced this exact problem, and it was because I was accidentally referencing java code that was not supported/emulated by GWT (UUID). It appears that if GWT encounters that type of error, it also prevents Binding and throws the Binding error as well. On Friday, January 17, 2014 at

[gwt-contrib] Change in gwt[master]: Add FakeSafeHtmlTemplatesMaker

2013-06-26 Thread Jason Heim
-PatchSet: 2 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Jason Heim jasonmh...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT

[gwt-contrib] Change in gwt[master]: Add FakeSafeHtmlTemplatesMaker

2013-06-26 Thread Jason Heim
-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ib9a4afc15c0b7210cd9355186b92655ff5c68631 Gerrit-PatchSet: 4 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Jason Heim jasonmh...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew

[gwt-contrib] Change in gwt[master]: Files added

2013-06-25 Thread Jason Heim
Jason Heim has uploaded a new change for review. https://gwt-review.googlesource.com/3580 Change subject: Files added .. Files added Change-Id: Ic30bd738a9e931d1f207ee3a86eabe52cbee7161 --- A user/test/com/google/gwt/junit

[gwt-contrib] Change in gwt[master]: Add a FakeSafeHtmlTemplatesMaker to complement FakeMessagesM...

2013-06-25 Thread Jason Heim
, visit https://gwt-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic30bd738a9e931d1f207ee3a86eabe52cbee7161 Gerrit-PatchSet: 2 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Jason Heim jasonmh...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk

[gwt-contrib] Change in gwt[master]: Add FakeSafeHtmlTemplatesMaker

2013-06-25 Thread Jason Heim
: Ic30bd738a9e931d1f207ee3a86eabe52cbee7161 Gerrit-PatchSet: 3 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Jason Heim jasonmh...@google.com Gerrit-Reviewer: Leeroy Jenkins jenk...@gwtproject.org Gerrit-Reviewer: Matthew Dempsky mdemp...@google.com -- http://groups.google.com/group/Google

[gwt-contrib] Change in gwt[master]: Moving maker file to the correct directory.

2013-06-25 Thread Jason Heim
Jason Heim has uploaded a new change for review. https://gwt-review.googlesource.com/3581 Change subject: Moving maker file to the correct directory. .. Moving maker file to the correct directory. Change-Id

Unable to log uncaught exceptions with RPC, SerializableThrowable not assignable to IsSerializable

2013-04-03 Thread Jason Divock
So right, the basics, this is running on GWT2.5.0 / JDK1.6 and set up more or less as the docs have it set up *gwt.xml* inherits name=com.google.gwt.logging.Logging / set-property name=gwt.logging.simpleRemoteHandler value=ENABLED / set-property name=gwt.logging.logLevel value=INFO /

Re: GWT vs SmartGWT

2012-10-30 Thread Jason Hobbs
It will be well worth your time to add the missing bits to GWT rather than jump into SmartGWT. We just re-wrote the UI on an app due to SmartGWT shortcomings and incompatibilities. On Monday, October 29, 2012 5:47:08 AM UTC-4, kumar thatikonda wrote: Hi All, Can you please let me know

Where is com.google.gwt.core.client.Command?

2012-10-08 Thread Jason Fritz
. the following import fails: import com.google.gwt.core.client.Command; Is the dev guide and the online Javadoc http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/Command.htmlout of sync with the SDK? Thanks, Jason -- You received this message because you

Re: Where is com.google.gwt.core.client.Command?

2012-10-08 Thread Jason Fritz
Ugh... thanks. :) On Monday, October 8, 2012 2:42:07 PM UTC-6, Thomas Broyer wrote: com.Google.gwt.*user*.client.Command. Though I'd rather suggest using Scheduler.ScheduledCommand. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: DevMode not working in Chrome after update

2012-08-09 Thread Jason E
Same here with Version 21.0.1180.57 Come on, Google! On Tuesday, July 17, 2012 7:16:03 AM UTC-7, Andy wrote: I updated Chrome this morning and now when I try to use DevMode I get an error Could not load GWT DevMode Plugin and an offer to Download the GWT Developer Plugin. When I try to

[gwt-contrib] Incorrect comparison in SimpleRequestProcessor

2012-07-03 Thread Jason Daggs
The version object is of type Splittable and since none of the implementing classes overrides Object.equals() your comparison with the previousVersion object will always be false. Here is the patch: Index: user/src/com/google/web/bindery/requestfactory/server/SimpleRequestProcessor.java

Re: Firefox 12 release

2012-04-30 Thread Jason Hobbs
I can confirm that Win 7 32bit is working. Thank you! On Thursday, April 26, 2012 8:38:05 PM UTC-4, Alan Leung wrote: http://acleung.com/ff12-win.xpi That should cover all the OS'es. I am going to put together all that and check it in soon. Let me know if you run into problems. -Alan

Re: Firefox 12 release

2012-04-30 Thread Jason Hobbs
Win7 32bit confirmed working. Thank You! On Apr 26, 8:38 pm, Alan Leung acle...@google.com wrote: http://acleung.com/ff12-win.xpi That should cover all the OS'es. I am going to put together all that and check it in soon. Let me know if you run into problems. -Alan --

Re: GWT Dev plug-in for Firefox 11

2012-03-25 Thread Jason Sheedy
Thanks Alen, Once again you've come through with the goods. Cheers, Jason ;) -- 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

Re: [gwt-contrib] Call for forgotten patches

2012-03-09 Thread Jason Terk
http://gwt-code-reviews.appspot.com/1588803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Errors running unit tests.

2012-01-17 Thread Jason
inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module 'com.google.gwt.user.User') How can I resolve this problem? My ANT_OPTS are '-XX:MaxPermSize=1024m -Xmx1g' Thanks, -Jason -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: GWT Developer Plugin for Firefox 9

2012-01-14 Thread Jason Sheedy
Thanks Alan. On Dec 22 2011, 7:30 pm, Alan Leung acle...@google.com wrote: I have both 32 and 64 bit linux compiled. http://www.mediafire.com/?5tak1zzo6a3yvn0 Still working on mac and windows. -Alan -- You received this message because you are subscribed to the Google Groups Google Web

Compiler errors: NullPointerException and IOException

2011-12-13 Thread Jason
] at com.google.gwt.resources.rg.ImageBundleBuilder.createImageBytes(ImageBundleBuilder.java: 558) Is there any way that we can reduce the memory footprint of the compiler? How can we prevent the above compilation errors from occuring? Thanks, -Jason Terk --- [INFO

Re: How to exclude JUnit test files to be converted to javascript inside /src/test/java/ folder when the Project is using Maven.

2011-08-31 Thread Jason Pack
In your gwt.xml file, you can use include or exclude tags under your source paths. Like so: source path='client' / source path='service' / source path='dto' exclude name='**/*Test.java' / exclude name='**/Mock*.java' / /source -- You received this message because you are subscribed to the

About the obfuscated javascript objects in '__listener'.

2011-08-18 Thread Xu Jason
Hi, I grabbed some DOM attributes that are generated from GWT controls with FireBug, such as '__listener.f.q' which represents the currently selected date of the DatePicker control. My question is, can I take assume it to be always the same name so that I can write some code to make use of it? I

Re: GWT Developer Plugin for Firefox 6

2011-08-17 Thread Jason Yin
Hi Chris Thank you for your reply. Jason On Aug 16, 5:03 pm, Chris Conroy con...@google.com wrote: Jason, Unfortunately, for the time being we're unable to keep pace with Mozilla's new release schedule since the plugin update process is quite manual. We'll be sure to announce to the list

GWT Developer Plugin for Firefox 6

2011-08-16 Thread Jason Yin
Hi just upgraded to firefox 6 today.. and realized GWT Developer plugin isn't compatible with it. any ETA on when this will be available? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: 'Method' in GWT client files

2011-08-05 Thread Jason Pack
If you only need them for testing, and don't need them to participate in the GWT compile process, you can exclude them in your translatable code paths in your module's gwt.xml file. For example: module inherits name='com.google.gwt.user.User' / entry-point class='com.some.package.Class' /

[gwt-contrib] Re: Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. (issue1470801)

2011-06-29 Thread Jason Rosenberg
Agreed On Wed, Jun 29, 2011 at 4:01 AM, cromwell...@google.com wrote: LGTM. You're right, you can't do it statically because the array type can be from a cast.

[gwt-contrib] Re: Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. (issue1470801)

2011-06-28 Thread Jason Rosenberg
What about the case for a DualSimple (e.g. an interface that has both java and jso implementations). In this case, my fix doesn't allow the jso to be assigned to an array of DualSimple[]. Is that expected (I'm guessing not). Jason On Tue, Jun 28, 2011 at 2:05 PM, cromwell...@google.com wrote

Re: [gwt-contrib] Re: Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. (issue1470801)

2011-06-28 Thread Jason Rosenberg
of a sudden he gets ASEs? On Tue, Jun 28, 2011 at 11:31 AM, Jason Rosenberg jbrosenb...@google.com wrote: What about the case for a DualSimple (e.g. an interface that has both java and jso implementations).  In this case, my fix doesn't allow the jso to be assigned to an array of DualSimple

[gwt-contrib] Re: Add concrete SourceInfo for varargs in method calls (issue1454801)

2011-06-03 Thread Jason Rosenberg
The EnumOrdinalizer has the ability to report for each non-ordinalizable enum, the source location that caused it to be black-listed. I noticed that for the case of JNewArray's constructed in a method call with varargs, the source info was showing up as Unknown: Line 0. This change allows the

Google APIs Support for GWT Developers

2011-06-02 Thread Jason Hall
*(Cross-posted from the gwt-google-apis forum)* At Google I/O last month, the Google APIs team introduced a couple exciting new technologies to make Google's APIs easier to consume. The first was the Google APIs Discovery

[gwt-contrib] Google APIs Support for GWT Developers

2011-06-02 Thread Jason Hall
*(Cross-posted from the gwt-google-apis forum)* At Google I/O last month, the Google APIs team introduced a couple exciting new technologies to make Google's APIs easier to consume. The first was the Google APIs Discovery

[gwt-contrib] Re: Google APIs Support for GWT Developers

2011-06-02 Thread Jason Hall
Whoops, meant to post this to the GWT group, not the GWT-contrib group. Sorry for the spam everyone! - Jason -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

GWT 2.4.0.beta in hosted MVN repo?

2011-05-30 Thread Jason Thrasher
repo, as required prior to Aug/2010. thanks, Jason -- 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

Re: Problems with GWT 2.3 and gwt-oauth2-0.1-alpha

2011-05-18 Thread Jason Hall
. As the library is in alpha, there are some rough edges (as you've found), and I hope to make it much smoother in the near future. Thanks again for pointing these out :) - Jason -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

[gwt-contrib] Re: Salvage useful bits from overrides work (issue1436801)

2011-05-17 Thread Jason Rosenberg
LGTM On Mon, May 16, 2011 at 9:47 PM, sco...@google.com wrote: There's no expected net change in behavior, it's just code cleanup. http://gwt-code-reviews.appspot.com/1436801/diff/2001/dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaScriptAST.java File

Re: How to update CellTable's Header Cell based on action in data table

2011-05-02 Thread Jason
Darn it! I think I was just staring at my code for too long last Friday. Thanks Thomas! I was successfully able to update my header cell's value in the onSelectionChange method of my SelectionHandler and call redrawHeaders() which successfully re-renders the header cell. I'm not sure how I

How to update CellTable's Header Cell based on action in data table

2011-04-29 Thread Jason
Hey everyone! I have a question that I cannot seem to find the right answer to. I'm using a 2 cell tables, one for a fixed header with one row that scrolls with the other which holds my main data rows. Basically, I want to implement a tri-state checkbox in one of the column headers. I was

[gwt-contrib] Re: Log error instead of throwing when a generated unit cannot be transferred to a file. (issue1357804)

2011-04-01 Thread Jason Rosenberg
+zundel Adding in Eric also... Jason On Fri, Apr 1, 2011 at 11:11 AM, BobV b...@google.com wrote: [+scottb, jbrosenberg] Jason or Scott, can you take a look at this?  You have been working in this area more recently than I. Please review this at http://gwt-code-reviews.appspot.com/1357804

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-24 Thread Jason Sheedy
versions of the JDT CompilerOptions class on the classpath, one of which comes from gwt-dev.jar: org/eclipse/jdt/internal/compiler/impl/ CompilerOptions.class I'm still looking for a solution to this problem if anyone has any other ideas. Cheers, Jason On Feb 21, 4:20 pm, Jason Sheedy mobileja

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-21 Thread Jason Sheedy
Hi Alex, Just to confirm ... I had the same problem and your suggested fix to add gwt-dev to the pom fixed it for me. Cheers, Jason On Feb 15, 6:34 pm, F. Lancer flance...@gmail.com wrote: Hi, Brice. Try  to add 'gwt-dev-2.2.0.jar' to your project and rebuild. pom.xml: dependency

[gwt-contrib] Re: A Class that creates a string hash out of the public API of a (issue1359802)

2011-02-17 Thread Jason Rosenberg
LGTM (and I eagerly await the fruits of this as applicable to checking type hashes from generator code) On Thu, Feb 17, 2011 at 11:00 AM, zun...@google.com wrote: I did a performance test on this hash on a small sample GWT app and got an average of .1 to .12 ms per CompliledClass instance

Re: History.replaceItem?

2011-02-07 Thread Jason
that keeps the last page seen and is only initialized on a new search. As a consequence, it would show the exact same page if you navigate back to it. On Feb 4, 2:08 pm, Jason jason.siem...@namsys.com wrote: Good suggestions, the reason that I've been using the URL to rewrite the list page

Re: History.replaceItem?

2011-02-04 Thread Jason
Good suggestions, the reason that I've been using the URL to rewrite the list page parameters (rather than having a stateful page) is that I'm using it for both paging and the query parameters. For example, if the user is searching for customers where the name starts with 'ABC' then the URL is

History.replaceItem?

2011-02-03 Thread Jason
Before I start, I'm working with GWT 2.1.1 In the example below the user goes to a list, pages through results, views a record and then clicks Back. Everything works as expected, the user is viewing page 4, clicks a row and views the record, clicks Back and they land on page 4. But if they

Re: Bug: CompositeCell containing EditTextCell

2011-02-01 Thread Jason
Yes, the offending code lies in line 430 of DefaultSelectionEventManager. It tries to toggle the cell selection when you push the space key. CellList extends AbstractHasData which in turn uses the DefaultSelectionEventManager. The behaviour seems even stranger if you don't have a SelectionModel

Re: Java Mail API Error

2010-12-27 Thread Jason Essington
You cannot send email from the client portion of a GWT application. You can only email from the server side portion. The errors indicate that you were trying to use javamail from the client portion. On Dec 27, 2010, at 7:37 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Compiling

Re: update a single widget lead to the whole page refresh?

2010-12-01 Thread Jason
Could any one help me? Many thanks! On Nov 11, 3:26 am, Jason goodta...@gmail.com wrote: here is my simplied code. I create a label and a flextable. the label is updated every 300ms. This page make my computer's CPU go up to 100%. public void onModuleLoad() {     final Label dateLabel

Re: Ability to set element id trough UIBinder widget

2010-11-16 Thread Jason
I believe you would do this with the debugId attribute as follows: g:TextBox ui:field=field debugId=usernameInput/ On Nov 15, 11:12 am, Janusz janusz.parfien...@gmail.com wrote: Hello,   I've been looking for a way to set DOM element id trough UIBinder but I couldn't find any solution.

Re: update a single widget lead to the whole page refresh?

2010-11-11 Thread Jason
here is my simplied code. I create a label and a flextable. the label is updated every 300ms. This page make my computer's CPU go up to 100%. public void onModuleLoad() { final Label dateLabel = new Label(); final FlexTable flextable = new FlexTable();

Re: How do I send program generated Images to my users?

2010-10-28 Thread Jason Essington
... GWT.getModuleBaseURL()+imageName module base url is the location of the Module.js file used in the host page. There is also GWT.getHostPageBaseURL() which is the location of the Host HTML page (which may be different than the module's location) -jason On Oct 26, 2010, at 3:18 PM, Greg Dougherty

Re: update a single widget lead to the whole page refresh?

2010-10-25 Thread Jason
I implement the testing appliation without any traffic. It's a pure page with a label and a flex table only. The label is updated by a Timer every 300ms with current date and time. That's all. On Oct 19, 8:18 am, Didier DURAND durand.did...@gmail.com wrote: Hi Jason, Did you check for any

Re: update a single widget lead to the whole page refresh?

2010-10-25 Thread Jason
Yes, It's flex table. But I create the table in initialization and never change it then. I can under when I update the label, it require find the dom elmement of label. but why the size of the flextable will impact the peformance so greatly? I guess the browser would be able to find the element

Re: update a single widget lead to the whole page refresh?

2010-10-19 Thread Jason
Any idea? Many Thanks! On Oct 14, 4:46 am, Jason goodta...@gmail.com wrote: Hi All, I am debugging a GWT application which is very slow. I tried to isloate the problem and get below result: A simple panel with a label and a flextable. The label is updated with current time every 300 ms

update a single widget lead to the whole page refresh?

2010-10-14 Thread Jason
Hi All, I am debugging a GWT application which is very slow. I tried to isloate the problem and get below result: A simple panel with a label and a flextable. The label is updated with current time every 300 ms. The flextable is filled with static data but never update. When the flextable become

Re: Detect the selected language

2010-10-12 Thread Jason Morris
Hi Stefan, Is com.google.gwt.i18n.client.LocaleInfo.getCurrentLocale() what you're looking for? Hope this helps. //Jason On Tue, Oct 12, 2010 at 10:08 AM, StrongSteve swe.sta...@gmail.com wrote: Hello, I have a GWT application with I18N features. Within one composite I do not want to access

Re: GWT Spring integration - what is the best method in late 2010?

2010-10-01 Thread Jason Hatton
=samples A larger example is PuzzleBazar: http://code.google.com/p/puzzlebazar/ They all use gin. Cheers, Philippe On Sep 30, 2:33 pm, Jason Hatton jashat...@gmail.com wrote: I took a brief look at gwt-platform. I didn't see examples where the GWT 2.0 UI binding capability is used

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-30 Thread Jason Hatton
GWT rpc's, some can use REST, etc.) The latter is already available in the trunk, although it's likely to change before the release. Cheers, Philippe [1] http://gwtplatform.com On Sep 30, 10:59 am, Jason Hatton jashat...@gmail.com wrote: I honestly can't weigh in on all

GWT JSONValue runtime error

2010-09-28 Thread Jason Zarqua
when I am writing in source JSONValue value = JSONParser.parse(result); I am getting an error : No source code is available for type com.google.gwt.json.client.JSONValue; did you forget to inherit a required module -- You received this message because you are subscribed to the Google Groups

Re: GWT and MCV

2010-09-24 Thread Jason Hatton
MVC isn't ideal for rich client applications that are heavily event oriented. Too much ceremony for not a lot of value add to that testability is harder with MVC. With MVP you can get near 100% coverage by having everything in the presenter and keep to the practice of the View only holds UI

Re: DockLayoutPanel and LazyPanel

2010-09-20 Thread Jason Stratton
cust:CustomerList ui:field='customerList' / /g:layer /g:LayoutPanel /g:center Any ideas? It's really confounding me. Thanks ~Jason -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-20 Thread Jason Hatton
makes coding more fun. Later, Jas On Fri, Sep 17, 2010 at 1:12 AM, lalit lalit.bh...@gmail.com wrote: Hi Jason, I agree that both the approaches are same. But I still have a feeling that gwtDispatch uses Spring MVC infra to do its job. The code that you have posted above has

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-16 Thread Jason Hatton
it internally. Also just a disclaimer, the approach I took is as per Spring4GWT project so it's there idea. Jason- I looked into your approach and conceptually they look similar in terms of that you are redirecting the request to Spring MVC infrastructure. IMHO the aprroach I took as per

DockLayoutPanel and LazyPanel

2010-09-16 Thread Jason Stratton
of a LazyPanel? Is there an issue with my method (or madness)? Any insight would be helpful. Thanks. ~Jason -- 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-tool...@googlegroups.com. To unsubscribe from

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-15 Thread Jason Hatton
I would highly suggest going back to my recommendation, lalit's idea is good but, my example is more complete, takes less effort to implement and is easier to extend. Especially with the use of gwt-dispatch and implementation of a GWT architecture pattern implementation from the Google I/O talk

GWT+RPC+TOMCAT_PROBLEM

2010-09-15 Thread Jason Zarqua
I am writing code in gwt, and I am using rpc as services for example import com.google.gwt.core.client.GWT; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; import com.google.gwt.user.client.rpc.ServiceDefTarget;

Re: Fancy Tooltip or PopupPanel

2010-09-14 Thread Jason M
Thanks for the reply. Does anyone have an example of this? Sounds like i need to use an arrow image and border images? Thanks, Jason On Sep 14, 1:41 pm, golfdude padysr...@gmail.com wrote: Try a 3*3 table and put the contents in the center, and then the images and/or borders for the arrows

Fancy Tooltip or PopupPanel

2010-09-13 Thread Jason M
I'm trying to mimic the google maps popups with an arrow from the popup pointing towards a widget. How can this be accomplished in GWT? What I'm really trying to do is have a vertical panel of radio buttons representing products, and when a product/radio button is selected, have a popup display

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-08 Thread Jason Hatton
We haven't used gwt-spring. We are using gwt-dispatch with an implementation of their DispatchService interface and a subclass of the GWT RemoteServiceServlet class. We have had no issues with this. Then just had this servlet in like you would any other. It looks like this: public class

Re: GWT and grid in 2.1 ?

2010-09-08 Thread Jason Stratton
I have downloaded the bikeshed code and it seems reasonably complicated. Is there any documentation explaining the design of the Expenses app? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: how to transmit an image over rpc?

2010-09-08 Thread Jason Hatton
We use REST endpoints for images and populate DTOs on GWT rpc callbacks that have the URIs. Very easy way to achieve the goal. We have also done this with PDFs. On Wed, Sep 8, 2010 at 8:04 AM, aditya sanas 007aditya.b...@gmail.comwrote: Hello, i think u got it right. u can implement it in

Re: Window.open not working on Chrome 5 ( GWT 2.0.4 )

2010-09-01 Thread Jason Essington
need to open a window to display a generated document (PDF for instance) then you'll have to open the window when the user clicks some button, send the request to generate the document, then manipulate the window. -jason On Sep 1, 2010, at 4:06 AM, hermis wrote: Whoops... apparently Chrome's

Re: GWT 2.1 M3 is now available

2010-08-26 Thread Jason Stratton
(http://repo1.maven.org/maven2), gwt-dev-release (http://google-web-toolkit.googlecode.com/svn/ 2.1.0.M3/gwt/maven/) I thought I have all of the urls correct, but apparently not. I apologize for my cluelessness, but can anyone please point me in the right direction? Thanks, Jason -- You received

Re: GWT 2.1 M3 is now available

2010-08-26 Thread Jason Stratton
recompiling and redeploying your app Any ideas? I'm just guessing here, but the GWT code is identifying itself as version 2.1, but the Eclipse plug-in believes it's version 2.0? Thanks Jason -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Database and GWT

2010-08-24 Thread Jason Morris
to conform to the database (although it generally does). The object mapping is done based on the ResultSet of each SQL query rather than the database tables. Hope that answers your question. //Jason On Mon, Aug 23, 2010 at 9:34 PM, charlie charlie.f...@gmail.com wrote: I don't see anything related

external jars

2010-08-20 Thread Jason M
I'm trying to import a jar file with pojo classes and am getting: Unable to find 'de/vogella/gwt/module/model.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? I followed this tutorial: http://www.vogella.de/articles/GWT/ar01s08.html and

Re: external jars

2010-08-20 Thread Jason M
Ok..just figured this out. I was putting the .gwt.xml file in the wrong package; i was putting it in the package with the class and not the parent one. On Aug 20, 9:29 am, Jason M jason.milli...@gmail.com wrote: I'm trying to import a jar file with pojo classes and am getting: Unable to find

Re: Deploy static content in Webserver and Dynamic in App server

2010-08-13 Thread Jason M
Did you ever figure out how to do this? I'm needing to do the same thing. On Jul 13, 11:28 pm, my explo...@gmail.com wrote: Thanks for your response. Here is more details. Yes I am in the same domain same network too.  Here is the history in the past.. I used to bundle the .js, images,

[gwt-contrib] Re: Removed use of a global table (typeIdArray) for testing castability between types. This informa... (issue750801)

2010-08-13 Thread Jason Rosenberg
Appears I spoke too soon, getting a submit-queue test failure On Fri, Aug 13, 2010 at 12:06 PM, jbrosenb...@google.com wrote: Ok, I've addressed Bob's minor nits there (thanks Bob for catching)... I shall proceed to submit this puppy. Thanks for the great review guys Jason http

[gwt-contrib] Re: Removed use of a global table (typeIdArray) for testing castability between types. This informa... (issue750801)

2010-08-11 Thread Jason Rosenberg
So, I've added some minor clarification in the comments describing the castableTypeMap 'Object' (and removed some whitespace), but have not attempted to narrow the typing on that Object (e.g. as a sub-classed JavaScriptObject (as suggested by BobV), or as an int[] array (as suggested by

[gwt-contrib] Re: Removed use of a global table (typeIdArray) for testing castability between types. This informa... (issue750801)

2010-08-10 Thread Jason Rosenberg
it will affect deRPC stuff. Jason On Tue, Aug 10, 2010 at 2:38 PM, sco...@google.com wrote: Q: Can Object.typeId be gotten rid of?  If not, what else is it being used for? http://gwt-code-reviews.appspot.com/750801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: DevMode slower than GwtShell?

2010-07-22 Thread Jason Thrasher
they are simple, it is 1's or 10's of seconds seconds, not minutes. Jason On Jul 22, 7:29 am, Björn bjoernham...@web.de wrote: Hi, we are currently upgrading from 1.5.3 to 2.1.m2. With 1.5.3 (GwtShell) our application started in 6 minutes time. With DevMode it needs more than 8 minutes. 6

Places, Activities, and bookmarking History

2010-07-22 Thread Jason Thrasher
, Jason -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

Re: Google Plugin for Eclipse 1.4 M2

2010-07-07 Thread Jason Parekh
does indeed work.) jason 2010/7/2 Jaroslav Záruba jaroslav.zar...@gmail.com Sounds great. :) Will (is?) it be possible to use Speed Tracer with stable channel Chrome? Last time I checked (week ago) development channel Chrome was required; unfortunately it does not seem to support profiles

Re: Can't install gwt plugin!

2010-07-07 Thread Jason Parekh
Hi Sean, Check out http://code.google.com/eclipse/docs/faq.html#wstinstallerror , it should get you past this issue. jason On Wed, Jul 7, 2010 at 12:32 PM, Sean m...@seanlangford.com wrote: Having trouble installing the GWT plugin for Eclipse 3.5. I have added this site to Eclipse: http

Google Plugin for Eclipse 1.4 M2

2010-07-02 Thread Jason Parekh
Excited about Google Web Toolkit 2.1 M2http://googlewebtoolkit.blogspot.com/2010/07/gwt-21-milestone-2-is-now-available.html? There's also a new Google Plugin for Eclipse 1.4 M2 to go along with it. Check out the new Speed Tracerhttp://code.google.com/webtoolkit/speedtracer/integration -- a

Re: Google Plugin for Eclipse 3.6 + Different war directory

2010-07-01 Thread Jason Parekh
, are you re-using your existing workspace from Eclipse 3.5? If not, I wonder if there are differences between how the project was setup in Eclipse 3.5 and how it is setup in Eclipse 3.6? jason 2010/7/1 Bálint Kriván bal...@krivan.hu Sorry, I've forgot to mention that it isn't checked because

Re: Google Plugin for Eclipse 3.6 is now available

2010-06-30 Thread Jason Parekh
? Thanks, jason 2010/6/29 Kriván Bálint bal...@krivan.info Hi! I've just downloaded Helios, and installed the GPE, but I'm having an issues, when I'm starting the Dev Mode it says, that the working directory does not exists. It wasn't a problem in 3.5, but okay, I've created it. Then I've

Re: Problem with eclipse plugin.

2010-06-28 Thread Jason Parekh
Those versions are obsolete (including RC2). The latest stable version of our plugin is GPE 1.3.3, which is available via our update site, see http://code.google.com/eclipse/docs/getting_started.html . jason On Mon, Jun 28, 2010 at 7:53 AM, xworker blomqvist.andr...@gmail.comwrote: Found

Re: Google Plugin for Eclipse 3.6 is now available

2010-06-28 Thread Jason Parekh
On Fri, Jun 25, 2010 at 6:59 PM, Thomas Broyer t.bro...@gmail.com wrote: On 23 juin, 23:14, Jason Parekh jasonpar...@gmail.com wrote: Hey folks, Google Plugin for Eclipse 1.3.3 is out with support for Eclipse 3.6. Install it with Eclipse 3.6's new Eclipse Marketplace feature by going

Re: eclipse + pyjamas + dev mode

2010-06-28 Thread Jason Parekh
Hi Mariyan, I've never used Pyjamas, but you can launch dev mode with the -noserver argument which allows you to use your own web server instead of the embedded Jetty in devmode. jason On Sun, Jun 27, 2010 at 5:31 AM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, if there are people

Re: New open source eclipse plugin for UiBinder validation

2010-06-28 Thread Jason Parekh
Hey Gal, Very cool! GPE doesn't expose any extension points, but you should be able to add your autocompletion proposals by hooking into WST's autocompletion framework (we subclass org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor). Hope that helps, jason On Sat, Jun 26

Re: Problem with eclipse plugin.

2010-06-24 Thread Jason Parekh
Try deleting the existing launch configuration (Run Run configurations) and then re-running. If you can reproduce this behavior from a blank slate, please file a bug. Thanks, jason On Thu, Jun 24, 2010 at 7:24 AM, xworker blomqvist.andr...@gmail.comwrote: Hi I have created a GWT project

Google Plugin for Eclipse 3.6 is now available

2010-06-23 Thread Jason Parekh
Hey folks, Google Plugin for Eclipse 1.3.3 is out with support for Eclipse 3.6. Install it with Eclipse 3.6's new Eclipse Marketplace feature by going to Help Eclipse Marketplace, and search for Google Plugin for Eclipse. Alternatively, here are the update sites: - Eclipse Helios (3.6):

Re: Problems running GWT app using Eclipse plugin

2010-06-21 Thread Jason Parekh
Hi Fabricio, Could you try this: - Run your new, empty GWT project via Eclipse, then go to its Debug view. - You should see a line in the Debug view with something like: /usr/lib/.../java (...). - Right-click on this, go to Properties, and copy+paste the Command Line into a reply. jason On Sun

Re: Cleaning up threads on GWT application shutdown

2010-06-10 Thread Jason Morris
this is what you're looking for. //Jason On Wed, Jun 9, 2010 at 12:02 AM, jjd jjdemp...@gmail.com wrote: I have a GWT application that starts an independent thread and leaves it running for use by multiple GWT sessions. It appears that under Tomcat, when I Stop of Undeploy the application

Re: error javax.mail

2010-04-29 Thread Jason Essington
You can't really use javax.mail on the client side, it isn't supported by the emulation library. you'd have to send your data to the server and use javamail from there. -jason On Apr 29, 2010, at 11:20 AM, Felipe Guarda wrote: Yes, i`m using javax.mail in the clientside code. where

Re: Eclipse GWT Plug In installation problem

2010-04-26 Thread Jason Parekh
We've heard of similar strange behavior on Windows machines, and folks seem to resolve it by installing and running Eclipse as an administrator. We've also seen similar behavior on Linux that is caused by https://bugs.eclipse.org/bugs/show_bug.cgi?id=281510 . The workaround for this is to

Re: GWT plugin for eclipse install problem

2010-04-21 Thread Jason Parekh
Yup, I meant install a new Eclipse (as an administrator) and then install the plugin (as an administrator also). jason On Wed, Apr 21, 2010 at 2:07 AM, xwise srobo...@gmail.com wrote: I tried running it with admin privileges and it still doesn't work. When you say fresh Eclipse, do you mean

  1   2   3   4   5   6   7   >