Re: Native GWT Compiler

2008-11-12 Thread eric
get it : The new multi-threaded compiler is available in trunk if you're interested use it : like the google web toolkit . regards . Le mercredi 12 novembre 2008 à 10:56 -0800, Alex Epshteyn a écrit : Hi Sumit, This multithreaded compiler sounds intriguing. Could you provide some

Re: Using Maven to launch GWT tests

2008-11-14 Thread eric
Hum. it looks like a classpath problem , check your config . Le vendredi 14 novembre 2008 à 01:07 -0800, Nicolas a écrit : Hi all, I'm trying to setup my pom.xml to launch my GWT app tests (classes extending GWTTestCase) with Maven. I don't want to use a third party Maven plugin. I want

Re: Modular website with GWT

2008-11-20 Thread eric
Je dirais que tous dépends de la façon utilisée pour appeler vos modules dynamiquement . Car on peut de toute façon appeler un autre module gwt dans une iframe crée dans la page courane . regards . Eric . Le mercredi 19 novembre 2008 à 17:05 -0800, Tim a écrit : I think original question has

Re: Socket connection

2008-11-21 Thread eric
Oh God ... unfortunatly we cannot do this in javascript . This is why a major part of the chat systems are based on flash or java applet . regards . Le vendredi 21 novembre 2008 à 21:30 +0800, Pete Kay a écrit : Hi Does anyone know of any GWT lib that can do socket connection? Thanks

More LegacySerializationStrategy problems

2009-06-18 Thread Eric
, they are in the domain-module.jar file and not in domain.jar. Could there be a class loader issue? We use Eclipse 3.3, Tomcat 5.5, GWT 1.5, and Spring 2.5.6. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Including my own GWT project

2009-06-22 Thread Eric
On Jun 22, 5:49 am, vogella lars.vo...@googlemail.com wrote: Explaination of including another project is included here:http://www.vogella.de/articles/GWT/article.html I prefer to create a separate project and jar file; this way, if my classes can be used both in a GWT project and an

Re: Best practice to implement Command Pattern RPC on server?

2009-06-25 Thread Eric
On Jun 25, 5:12 pm, Herme Garcia hgar...@peoplecall.com wrote: Hi, After listening carefully Google IO's session from Ray Ryan about Best Practices For Architecting Your GWT App : http://code.google.com/intl/es-ES/events/io/sessions/GoogleWebToolkit... He suggests a command pattern

Re: TextBox allow only numbers (gwt 1.6.4)

2009-06-29 Thread Eric
handler. I found out that IE has an onpaste event, but that isn't universal. Eric --~--~-~--~~~---~--~~ 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

How to: create a web service

2009-07-07 Thread Eric
Greetings, I've been using the Google Web Toolkit for a while now and I'm at that point where I want to interface it with PHP so I can talk to a MySQL database. In the past, I've used a RequestBuilder object to get this information and that works okay. The code gets a little messy though by

Re: WYSIWYG/XML for GUI layout in GWT?

2009-08-01 Thread Eric
I have looked at Instantiations and found it to be BUGGY. I cannot put up with a buggy IDE. It's the one thing in my toolset that must be rock solid. GWT needs more options . On Jul 6, 1:03 am, alex.d alex.dukhov...@googlemail.com wrote: Take a look at GWT

Re: GWT Eclipse plugin Ant integration

2009-08-03 Thread Eric
=${javac.debug} debuglevel=${javac.debuglevel} I doubt people will need to compile production systems for debugging, so let them simply change the build.properties file. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ You received this message because you

XML Schema or DTD for GWT configuration files

2009-08-21 Thread Eric
Is there an XML Schema or a DTD for the module.gwt.xml files? If there is, I'd like to install it in my IDE so it can support me while I write GWT configurations. I saw none in gwt-user.jar. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ You received

Re: XML Schema or DTD for GWT configuration files

2009-08-24 Thread Eric
the DTD in the catalog. What would be best? Respectfully, Eric Jablow --~--~-~--~~~---~--~~ 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

HTML label tag

2009-09-03 Thread Eric
. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ 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

Re: Debugging GWT 2.0 is pain

2010-03-12 Thread Eric
/748 HTH, Eric On Mar 11, 12:46 pm, JazzyJava ole...@gmail.com wrote: Thanks for the quick response. I looked at the link (https://groups.google.com/group/google-web- toolkit/msg/e6d2814e79bc3a45), and it looks like a hack.  It will only work if I have some centralized URL generation logic

Determining the user's OS

2010-03-22 Thread Eric
of the user agent setting. Respectfully, Eric Jablow -- 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

Re: Determining the user's OS

2010-03-22 Thread Eric
has already served the user's browser with a Javascript permutation by the time Window.getPlatform() is available. I could do something weird with code splitting, but it probably isn't worth the effort. Respectfully, Eric Jablow -- You received this message because you are subscribed

Re: 'Stop running this script' message in browsers

2010-03-23 Thread Eric
IncrementalCommand to release control to the browser after each page. Respectfully, Eric Jablow -- 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: Making valid and accessible web pages with GWT

2010-03-25 Thread Eric
look and feel? ListBox has no method to add an optgroup to a list. What's the equivalent? At least, you can use h[1-6], ol, ul, dl, and li easily in a UiBinder file. You can also look for David Maddison's list widgets if you want to create them dynamically. Respectfully, Eric Jablow -- You

Re: No Log in GWT Development Shell

2010-03-25 Thread Eric
On Mar 25, 2:18 am, Jagrut jagru...@gmail.com wrote: I have included GWT plugin in Netbeans. When i am running the application in the Hosted mode. GWT Development Shell is not showing any Logs. It is very annoying because it is stopping me to debugging the application. :) Try looking at

Re: Making valid and accessible web pages with GWT

2010-03-25 Thread Eric
be 'valid'. I'd still like to see a way to use optgroup, and aria-labelledby should be a constant in the Accessibility class. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Stop a nuclear disaster

2010-04-01 Thread Eric
On Mar 31, 10:58 pm, Blessed Geek blessedg...@gmail.com wrote: Google is churning out one hazardous technology after another, like GWT. Didn't you hear? It's now the Topeka Web Toolkit. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Sample RichTextToolbar has not been updated to 2.0.x

2010-04-02 Thread Eric
The sample RichTextToolbar provided alongside GWT uses deprecated methods and interfaces. I'm not sure that matters much, but has anyone written an updated version that avoids deprecated code? Perhaps it would be a good example of UiBinder use? Respectfully, Eric Jablow -- You received

Re: How to add an additional widget to PopupPanel

2010-04-03 Thread Eric
the PopupPanel, or having a named 'error' widget to the VerticalPanel, and changing its CSS class to toggle its visibility? Eric -- 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

Checkstyle/PMD/FindBugs for GWT 2.0.3 projects

2010-04-09 Thread Eric
, but one should not use MapK,V or ListE in GWT- serializable code. I would appreciate hearing from any of you who have configured Checkstyle, PMD, Findbugs, or even static ApectJ @DeclareWarning aspects for auditing GWT projects. Respectfully, Eric Jablow -- You received this message because you

Re: Non-Anonymous UIBinding without @UIField(provided=true), How?

2010-04-13 Thread Eric
. The view should not know how it is used. Respectfully, Eric Jablow -- 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

When does a reference to an interface force GWT to generate all its implementations?

2010-04-19 Thread Eric
As I've been told, one should not declare parameters to client GWT code as interfaces like ListT. The typical way to write a JavaBean containing a list is this: public class Frames { private ListInteger frames = new ArrayListInteger(); public void setFrames(ListInteger frames) {

Re: Why no getCursorPos() in RichTextArea

2010-04-26 Thread Eric
to a specific dictionary. I also don't know if these tools would work with GWT widgets, since I'm not sure GWT's Text widgets or RichTextAreas become in HTML. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Newbie question: How does one write a Unit test for MyClass extends RemoteServiceServlet ???

2010-05-05 Thread Eric
Struts beans and actions. Don't go that way. If you use a library like gwt-dispatcher, this is done for you naturally. Respectfully, Eric Jablow -- 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

Re: How to access static variable on remoteService?

2010-05-17 Thread Eric
was returned by the method A. I've used a specific class instead of 'int' here. Respectfully, Eric Jablow -- 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: Fastest way to create lots of similar elements

2010-05-28 Thread Eric
src=images/b.gif style=top: 3em;/   ... /div Isn't this what ImageBundle does? That combines various images into a simgle one at compile time, and uses CSS to show only the desired portion the combined image when used. Respectfully, Eric Jablow -- You received this message because you

Re: mathsinh is not function

2010-06-02 Thread Eric
functions anyway? Respectfully, Eric Jablow -- 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

Re: mathsinh is not function

2010-06-03 Thread Eric
Methods that (Usually) Work by Forman Acton http://www.amazon.com/Numerical-Methods-that-Work-Spectrum/dp/0883854503 Please look at how IMSL and other math libraries work before you try writing your own code. Damn! Respectfully, Eric Jablow P.S. Sorry about the ranting; I used

Re: Extracting the year from a Date() object

2010-06-08 Thread Eric
caches DateTimeFormats. In that case the following is clearer. public int year(Date date) { return Integer.parseInt(DateTimeFormat.getFormat().format(date)); } Should we all be using [JG]oda-Time? Respectfully, Eric Jablow -- You received this message because you are subscribed

Re: Extracting the year from a Date() object

2010-06-10 Thread Eric
On Jun 10, 6:31 am, Thomas Broyer t.bro...@gmail.com wrote: On 8 juin, 16:29, Eric erjab...@gmail.com wrote: Sadly, the best method is to use GWT's DateTimeFormat: private static final DateTimeFormat YEAR_FORMAT = DateTimeFormat.getFormat(); public static int year(final Date date

JUnit to test if Class is gwt-serializable?

2010-07-15 Thread Eric
me from accidentally breaking serialization only to find it out later: either when running a GWTTestCase or during interactive testing. Thanks, Eric -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GinInjection

2010-07-19 Thread Eric
my version to be used. Eric -- 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

Re: Share user input data within MVP + Lady_Gaga

2010-07-20 Thread Eric
shouldn't be thinking about presenters 2a, 2b, or 2c when writing presenter 1. Presenter 1 should just fire change events when its data changes. Presenters 2a, 2b, 2c, and future presenters 3q and 7f should simply add event handlers to presenter 1 and pick out the information they need. Eric -- You

Serialization policy file found in production mode, but not in hosted mode

2010-07-20 Thread Eric
is C8410282FFAF2310BDB57F00F8142C6A in production mode The strongName in production mode aligns with the gwt.rpc file I see on the web server. I'm still trying to find what's going on, but maybe someone else has experienced this and can point me to a solution/work-around? Thanks, Eric -- You received this message

Re: Serialization policy file found in production mode, but not in hosted mode

2010-07-20 Thread Eric
? com.google.gwt.user.rebind.rpc.ProxyCreator.writeSerializationPolicyFile() ... byte[] serializationPolicyFileContents = baos.toByteArray(); String serializationPolicyName = Util.computeStrongName(serializationPolicyFileContents); On Jul 20, 9:08 am, Eric ebatz...@gmail.com wrote: Hi All, I am

Re: Serialization policy file found in production mode, but not in hosted mode

2010-07-20 Thread Eric
as in production mode. Not sure if that's all working as designed, but this was a pain to track down... :-). -Eric On Jul 20, 9:57 am, Eric ebatz...@gmail.com wrote: Maybe getting closer?  I found this ProxyCreator.writeSerializationPolicyFile() method is responsible for determining

Re: Opening a file

2010-07-21 Thread Eric
an upload control and an upload handler. Eric -- 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

unit testing GWT serialization

2010-07-24 Thread Eric
it would be great to introduce junits to help us prevent regressions in these areas. Thanks!, Eric (This is somewhat of a repeat post, but I rephrased the question since I got no responses on the last post.) -- You received this message because you are subscribed to the Google Groups Google Web

Re: unit testing GWT serialization

2010-07-25 Thread Eric
to run. Now we use unittest server side (also for gwt object that doesn't require js compilation) and selenium test for the whole app. cheers Uberto On Sat, Jul 24, 2010 at 3:40 PM, Eric ebatz...@gmail.com wrote: Hi All, Has anyone written simple unit tests to test: 1) if a class

Re: Modify files in .jar libraries

2010-09-24 Thread Eric
to modify the GWT code's behavior. Respectfully, Eric Jablow -- 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

JAXB in model classes also used by GWT RPC

2009-12-22 Thread Eric
] [gwtui] Line 18: The import javax.xml.bind cannot be resolved Is there any way of getting this to work? Why does it like my JPA annotations just fine but reject the JAXB ones? How have other people structured their projects that use GWT, databases and webservices? Thanks, Eric -- You received

Re: JAXB in model classes also used by GWT RPC

2009-12-23 Thread Eric
Thanks for the suggestion. Ugh. That feels pretty hacky, but may just be the best option. Thanks again, Eric On Dec 23, 1:31 am, Pauli savolainen.pa...@gmail.com wrote: Hi, I had the same problem a while ago and asked exactly the same question. Why don't jaxb annotations work? I remember

Re: Errors/Typos in GWT Docs

2009-12-28 Thread Eric
1.7.1 application to protect against having duplicate items atop each other in the history stack, but I was able to remove the code after I looked at the History source code. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-04 Thread Eric
are identical to the old, svn is happy. Jeff I would prefer marking those files in the web-inf directory as not to be stored in the repository in the first place. Threat them as similar to .class files. Eric -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT Incubator Status Update and Schedule

2010-01-12 Thread Eric
of AbstractEvent? Can I work with only one type of HandlerManager? Respectfully, Eric Jablow -- 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

Re: submitting a form using RPC

2010-01-14 Thread Eric
:( The only thing you need FormPanel for is uploading files; AJAX can't handle that for security reasons. Upload file widgets cannot be scripted with Javascript. As always, look for Ray Ryan's presentation at Google I/O 2009. Eric -- You received this message because you are subscribed

Re: Using my own external jars

2010-01-20 Thread Eric
compilation, he'll have problems. They should stay on the server. Respectfully, Eric Jablow -- 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

Eclipse Plugin Wizard for Events

2010-01-21 Thread Eric
a modification to the module plugin; the plugin could give the author the option to create the module in a new Eclipse project, which would necessitate changes to the .classpath and .project files. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups Google

GWT equivalent for JDK's VetoableChangeListener

2010-01-29 Thread Eric
What is the GWT equivalent to the java.beans.VetoableEventListener interface? How does one write GWT events and event handlers where one of the event handlers might ask for a change to be undone? I have noticed that HandlerManager.findEvent does not throw any exceptions. Respectfully, Eric

Re: GWT equivalent for JDK's VetoableChangeListener

2010-01-29 Thread Eric
and table cell renderers JDK Swing gives us. Yes, I know about the incubator project. Respectfully, Eric Jablow -- 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

Re: Question regarding presenter in MVP pattern

2010-02-01 Thread Eric
not totally happy with it, but I think it beats the parallel arrays solution hands down, especially when you realize that you need a unit of measure. Good luck, Eric On Jan 31, 4:47 pm, gugguson gudbjargar...@gmail.com wrote: Hello. I'm creating an gwt app which will enable the user to enter

UiBinder + HTML + Widgets

2010-02-01 Thread Eric
and use RootPanel.get(contentArea)? Thanks in advance, Eric -- 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

Re: UiBinder + HTML + Widgets

2010-02-02 Thread Eric
? If this is not the right way to use that method, what is? Eric On Feb 2, 6:04 am, Thomas Broyer t.bro...@gmail.com wrote: On Feb 2, 2:33 am, Eric edimickeast...@gmail.com wrote: Hello all, I hope this is obvious and I'm just missing it, but I can't figure out how to add a Widget

Re: UiBinder + HTML + Widgets

2010-02-02 Thread Eric
Christian, Thank you so much. That is exactly what I was looking for. Working like a charm now. Eric On Feb 2, 8:35 am, Christian Goudreau goudreau.christ...@gmail.com wrote: You can include GWT widget inside HTML if and only if those are in an HTMLPanel Widget ! It's really simple once

Re: MVP question

2010-02-15 Thread Eric
that displays wouldn't attach any event handlers, but now I allow fairly trivial event handlers (those that just do a History.addItem()). I have still enforced a rule against the display having a handle to the event bus, but my resolve is wavering on that as well. Eric On Feb 15, 3:06 am, Jan

Re: MVP question

2010-02-16 Thread Eric
to doing this in practice. Thanks, Eric On Feb 15, 2:06 pm, Yaakov Chaikin yaakov.chai...@gmail.com wrote: On Mon, Feb 15, 2010 at 11:01 AM, Nathan Wells nwwe...@gmail.com wrote: The main reason (for me) for removing and dependencies on the model from the view is that as you add dependencies, you

Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-16 Thread Eric
I have setup Apache2 + Tomcat 6 as my test server on ubuntu server 9.10 x64. I have installed Eclipse w/ GWT 2.0 plugins and have created a default webapp which works great in the Eclipse test environment. I have no issues when i compile and run in eclipse. When i move it to my tomcat box the

GWT release schedule?

2010-02-17 Thread Eric
Is there a place to go to see the GWT release schedule? If not, does anyone know when the next set of fixes/enhancements will be generally available? Thanks, Eric -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: MVP question

2010-02-17 Thread Eric
I've also been trying to wrap my head around GWT MVP and have started blogging about my reading/playing here: http://howtogwt.blogspot.com/ - Eric On Feb 15, 5:20 am, Eric edimickeast...@gmail.com wrote: It would be great if someone would post a non-trivial example ofMVP. I have struggled

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
hard-coded the GWT-RPC url ;) How did you specify the @RemoteServiceRelativePath(greet) ? be sure that there is no leading /, that could explain the error in webmode only. HIH On Tue, Feb 16, 2010 at 4:47 AM, Eric er...@tmstechnologies.com wrote: I have setup Apache2 + Tomcat 6 as my test

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
, 2010 at 3:10 PM, Eric er...@tmstechnologies.com wrote: Thanks for your reply.  Where would you hard code the GWT-RPC url? When *not* using the  annotation you can specify by code the remote end point. I have verified that there isnt a leading / in the GreetingService.java file.  See

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
:07 PM, Eric er...@tmstechnologies.com wrote: I dont believe jk mapping is the issue because i get the same results if i use port 8080 or port 80.  I do have apache2 in front of Tomcat6 but everything seems to be working correctly.  Like i said the webapp works when i turn on the invoker code

Strategy for CSS :before

2010-02-18 Thread Eric
and the content attribute? Or must I test for IE6 or Hosted mode explicitly? Also, is there any way to give the effect of the label for=.../ construction? I know I can't easily add an id to an element. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google

Re: MVP Beginner Question

2010-02-20 Thread Eric
I've been blogging on is pure duplication of other stuff out there, like this doc. you reference. Anyway, I look forward to the upcoming parts of your doc and thanks again for the link. - Eric On Feb 19, 8:23 am, Krishna shrikrishna.sh...@gmail.com wrote: Chris, Thanks so much for linking

Re: Why does GWT use UserAgent Sniffing?

2010-02-22 Thread Eric
be a lot cleaner; however, I don't know if it's even possible. Respectfully, Eric Jablow -- 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

design ideas for managing state across Presenters?

2010-02-26 Thread Eric
the question makes sense. Any feedback is appreciated! Thanks, Eric (I understand this page-wide Save isn't all that usable for Contact List, but I think it will make sense, for the application I'm working on, that data isn't committed to the server every time a user finishes with a particular

Detail Ids in Ray Ryan's IO 2009 predentation

2010-03-02 Thread Eric
of ContactDetails, in which case the ContactDetailId class becomes much less useful to the application. Is this the best I can do? Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Bad time with TimeZones/Dates

2010-03-03 Thread Eric
Joda-Time project can be translated or adapted for GWT? If its successor, JSR 310, ever succeeds, someone should try to convert it. Of course, by saying that, I've pretty much volunteered, right? Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google

Re: fire event when user clicks on specific part of Label text

2010-03-04 Thread Eric
of the event, HorizontalPanel panel = new HorizontalPanel(); InlineLabel red = new InlineLabel(red); InlineLabel green = new InlineLabel(green); InlinLabel blue = new InlineLabel(blue); red.addClickHandler(...); blue.addClickHandler(...); panel.add(red); panel.add(green); panel.add(blue); Eric -- You

Gin error: Line 32: ScopeAnnotation cannot be resolved to a type

2010-03-05 Thread Eric
. Note that I have not actually attempted to use gin features yet... only first inherited the module and started app in development mode to ensure no regressions. Any ideas? Thanks, Eric -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Gin error: Line 32: ScopeAnnotation cannot be resolved to a type

2010-03-05 Thread Eric
RESOLVED:Never mind... just realized I didn't have guice properly in the classpath. On Mar 5, 2:17 pm, Eric ebatz...@gmail.com wrote: Error while validating newly compiled units in development mode (GWT 2.0.2 / Gin 1.0) gin-1.0.jar!/com/google/gwt/inject/guiceapi/com/google/inject

Re: Serializing a List

2010-03-09 Thread Eric
be able to resort to that project's Lists.of() method instead of the JDK Collections.unmodifiableList() method. Respectfully, Eric Jablow -- 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

Trivial JSNI scneario results in ClasscastException (hosted mode only)

2010-03-09 Thread Eric
issue around this? Or am I doing something that's not supported? Thanks, Eric -- 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

Re: Trivial JSNI scneario results in ClasscastException (hosted mode only)

2010-03-09 Thread Eric
Thanks Thomas. I tried your suggestion and it worked. (Sorry if I missed this in some previous discussion.) Thanks for the help, Eric On Mar 9, 4:09 pm, Thomas Broyer t.bro...@gmail.com wrote: On 9 mar, 23:13, Eric ebatz...@gmail.com wrote: Host page has this: Call JSNI JavaScript

Re: How to add different css for each tab in the TabPanel

2009-10-13 Thread Eric
of tabs, then you cannot restrict yourself to a fixed palette of CSS style names. I'm thinking of a popular Firefox plugin, 'Colorful Tabs'. Of course, those tabs are at a higher level than the ones discussed here. Respectfully, Eric Jablow

Re: Calling GWT service from native Java application

2009-10-13 Thread Eric
, and shared projects; do the same sort of thing here. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ 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

Re: Announcing GWT 2.0 Milestone 1

2009-10-15 Thread Eric
with no Internet connectivity? Will there be problems deploying on networks with no Internet connectivity? Could the plugins be packaged for separate downloads? Respectfully, Eric Jablow --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Compiling module Error using Eclipse GWT Compiler

2009-10-23 Thread Eric
gwt.xml file. From http://code.google.com/p/mvc4g/wiki/HowtoIntegrateMvc4g Insert Mvc4g module to your project: inherits name='com.mvc4g.Mvc4gModule'/ Choose as an entry-point the Mvc4g Entry point entry-point class='com.mvc4g.client.Mvc4gEntryPoint' / Respectfully, Eric Jablow

Re: Is there a easy way to remove all the widgets in a cpanel?

2009-10-26 Thread Eric
? If you program creates handlers and attaches them to the panel, simply deleting the panel and recreating it risks memory leaks. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Is there a easy way to remove all the widgets in a cpanel?

2009-10-27 Thread Eric
On Oct 26, 6:32 pm, Ian Bambury ianbamb...@gmail.com wrote: Would you like to expand on your reasoning behind that comment? Ian http://examples.roughian.com 2009/10/26 Eric erjab...@gmail.com If you program creates handlers and attaches them to the panel, simply deleting the panel

Re: Can you get me good tutorial site to develop my own GWT widget

2009-10-28 Thread Eric
/creating-gwt-component.html Respectfully, Eric Jablow --~--~-~--~~~---~--~~ 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

Possible Newbie Question: How do I use a shared model in a GWT app?

2009-10-30 Thread Eric
off of my database schema and because just seems like client is the wrong place to put them. Thanks, Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Possible Newbie Question: How do I use a shared model in a GWT app?

2009-10-30 Thread Eric
for the *.gwt.xml file anywhere. I'm reading comments in the DTD from: http://google-web-toolkit.googlecode.com/svn/tags/1.7.1/distro-source/core/src/gwt-module.dtd which are a little helpful but not much. Eric On Oct 30, 2:12 pm, Yozons Support on Gmail yoz...@gmail.com wrote: This is tricky

Re: Possible Newbie Question: How do I use a shared model in a GWT app?

2009-10-30 Thread Eric
BigDecimal to handle money amount so that there is no possibility of rounding. I had to change that to float. This is an interesting slide show from Sun that helped me figure it out. http://www.javapassion.com/ajax/GWT.pdf Eric On Oct 30, 3:43 pm, Eric edimickeast...@gmail.com wrote: I believe

How much overhead does including the JUnit module incur?

2009-11-02 Thread Eric
a module inheriting JUnit and the production module? Respectfully, Eric Jablow --~--~-~--~~~---~--~~ 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

Re: Question about RPC calls

2009-11-17 Thread Eric
latch.countdown() from each of the onSuccess methods, and listen for the count to hit 0 and blastoff. Respectfully, Eric Jablow -- 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

Annotations versus XML configuration

2009-11-20 Thread Eric
could contain @GwtCompile package com.erjablow.data.shared; or even @GwtCompile(replace=com.erjablow.data.emul.complex) package com.erjablow.data.shared.complex; Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Debugging the serialization process for GWT-RPC

2009-11-23 Thread Eric
looking for. Thanks, Eric -- 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

Re: Debugging the serialization process for GWT-RPC

2009-11-23 Thread Eric
list. My main question remains, however. Where could I look to see Can't serialize this list instead of An error occured? Thanks, Eric On Nov 23, 10:11 am, Eric edimickeast...@gmail.com wrote: Hello all, I'm fairly new to GWT.  I have had one RPC service working for about 3 weeks.  Last week

Re: How i can localize the FileUpload item in GWT

2009-11-24 Thread Eric
On Nov 24, 9:45 am, Thomas Broyer t.bro...@gmail.com wrote: On Nov 24, 2:03 pm, Parasuraman parasuramankumaras...@gmail.com wrote: Hi All, I want to change the browse.. button option available in the FileUpload of GWT. Browse button option should be localized in the FileUpload.. How

GWT-Incubator and event definitions

2009-11-30 Thread Eric
- Presenter will work with the incubator-style code. I'm pretty sure that won't now. I'm porting an app from 1.5.3 to 1.7.1. I'd hate to waste a lot of effort when I then port to 2.0 next year. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups

Debugging serialization problems in 1.5.3

2009-11-30 Thread Eric
I have an application where many of my classes are in another project; all are Serializable, and both the .class file and the .java file are in the project jar file. The shared.jar file are in the WEB-INF\lib directory of my GWT project. All have no-argument constructors, and none have final

Re: Debugging serialization problems in 1.5.3

2009-12-01 Thread Eric
as serializable.The GetUser class, when sent from the client to the server raises an exception as not being IsSerializable and so not valid according to the LegacySerializationPolicy. I've checked; the various *.rpc files do exist on the server. How can I get these Serializable classes recognized by GWT? Eric

Re: update widget from inside async callback

2009-12-02 Thread Eric
to abort it. Take a progress bar from any convenient source. Respectfully, Eric Jablow -- 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

How to configure GWT for HTTPS and client certificates

2009-12-03 Thread Eric
ThreadLocal. However, things stop there. I'm not sure my entry point is ever invoked. All I get is a blank page. Have any of you tried client certificates? That is a mandatory requirement. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups

  1   2   3   4   5   6   7   8   9   10   >