Re: Status of Joda/Goda time, future of Date handling

2010-05-30 Thread Chris Lercher
On May 31, 2:26 am, Paul Stockley pstockl...@gmail.com wrote: I am using gwt-time. I haven't had any issues as yet. However, the biggest problem is that it adds 250 - 300 kb to the project js download. That's massive, and it would be way too much for my project. I wonder, why it's that large -

Re: Disable/Enable CSS obfuscating in gwt.xml ?

2010-05-28 Thread Chris Lercher
=CssResource.style value=pretty/ The resulting name is still complex (because it has to be unique across multiple CSS resources), but at least it contains the original class name at the end of the name - I'm not sure, if you can use this in your situation? Chris On May 27, 9:01 pm, Ed post2edb...@gmail.com

Re: Unable to download gwt-2.0.3.zip

2010-05-28 Thread Chris Conroy
. 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. -- Chris Conroy Software Engineer Google, Atlanta -- You received this message because you

Re: Fastest way to create lots of similar elements

2010-05-28 Thread Chris Lercher
On May 28, 4:28 pm, Thomas Broyer t.bro...@gmail.com wrote: Use a StringBuilder, it'll optimize dependending on the browser (pushing into an array and then joining the items, or concatenating strings, whichever has been benchmarked the fastest by the GWT team) You're right - I just looked into

Re: Fastest way to create lots of similar elements

2010-05-28 Thread Chris Lercher
Hi Eric, yes, I'm considering using an ImageBundle (actually only the getURL() method from ImageResource) - but that solves a different problem (reducing the number of requests)! I'll still have to create my hundreds of similar elements, and add/remove them dynamically, position them etc. On

Re: Fastest way to create lots of similar elements

2010-05-28 Thread Chris Lercher
Hi Stefan, :-) fortunately, it's not as extreme as it sounds - the images don't have to be exchanged very often, but when they do, it must be instantaneous. No problem for Safari/Chrome or Firefox... but it was just a bit too slow on IE8. Viele Grüße Chris On May 28, 5:55 pm, Stefan Bachert

Re: Fastest way to create lots of similar elements

2010-05-28 Thread Chris Lercher
On May 28, 6:00 pm, Thomas Broyer t.bro...@gmail.com wrote: Messages could help you, even if you don't use its localizable facet: public interface Images extends Messages {   �...@defaultmessage(img src='images/{0}.gif' style='top: {1}em;')    String image(String image, int emTop); }

UiBinder performance: Impacted by Dependency Injection (provided=true)?

2010-05-27 Thread Chris Lercher
on the performance advantage of UiBinder? Thanks Chris [*] Here's some simplified code: public class Outer extends Composite { ... @UiField(provided=true) Inner inner; public Outer(Inner inner) { this.inner = inner; initWidget(uiBinder.createAndBindUi

Re: UiBinder performance: Impacted by Dependency Injection (provided=true)?

2010-05-27 Thread Chris Lercher
Thanks. On May 27, 5:53 pm, Thomas Broyer t.bro...@gmail.com wrote: On 27 mai, 13:13, Chris Lercher cl_for_mail...@gmx.net wrote: Hi, one of the advantages of UiBinder is, that it's building DOM structures by cramming big strings of HTML into innerHTML attributes than by a bunch

Fastest way to create lots of similar elements

2010-05-27 Thread Chris Lercher
choose? Unfortunately, HTMLPanel isn't a subclass of HasClickHandlers, so it doesn't work with @UiHandler. C) Other approaches: ? Thanks Chris -- 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: Fastest way to create lots of similar elements

2010-05-27 Thread Chris Lercher
of the loop. Does anybody see possibilities for optimization - either improving performance or resulting in cleaner code? [1]: http://www.quirksmode.org/dom/innerhtml.html On May 28, 12:31 am, George Georgovassilis g.georgovassi...@gmail.com wrote: Hello Chris, I think, especially

Re: [gwt-contrib] STS RPC failures

2010-05-26 Thread Chris Ramsdale
One initial problem is that it's failing to find the right DataNucleus libraries: ERROR DataNucleus.Plugin - Bundle org.datanucleus.store.appengine requires org.datanucleus version [1.0.4, 1.1.5.final) but the resolved bundle has version 1.0.7.final which is outside the expected range. What

Re: Linux

2010-05-24 Thread Chris Conroy
because you won't have easy access to Firefox (Iceweasel instead). Sun Java is in non-free. I don't know if Eclipse will work with another JDK. I know it works fine with OpenJDK. -- Chris Conroy Software Engineer Google, Atlanta -- You received this message because you are subscribed

Re: [gwt-contrib] Re: 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-20 Thread Chris Ramsdale
anticipate that as we move from from 2.1 M1 to 2.1 GA there may be changes within the SDK and/or GPE that are necessary. -- Chris On Thu, May 20, 2010 at 4:25 AM, Nathan Wells nwwe...@gmail.com wrote: I understand that adding the maven artifact to the svn repo might not have been to help users

MVP, gwt-presenter + UIBinder + Gin

2010-05-16 Thread Chris
Chris -- 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: GWT article 'Large scale ...' license of source code

2010-05-16 Thread Chris Ramsdale
Agreed. We'll get around to adding those soon. Thanks to everyone that followed-up on this. -- Chris On Fri, May 14, 2010 at 4:10 PM, Jan Ehrhardt jan.ehrha...@googlemail.comwrote: Thanks, so it's under Apache 2.0, but it would be much easier to notice, if the source files had license headers

Re: GWT execution flow

2010-05-07 Thread Chris Conroy
. We refer to this as 'server-side selection'. Unfortunately it is not yet part of GWT proper) -- Chris Conroy Software Engineer Google, Atlanta -- 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

Re: Application Doesn't Appear in GWT Gallery

2010-05-04 Thread Chris Ramsdale
Just a heads up, these apps go through a moderation queue that we try to check as frequently as possible. That said, there will be some delay between the time you submit a project, and the time you get a response. -- Chris On Tue, May 4, 2010 at 8:36 AM, burnayev burna...@gmail.com wrote

Re: Google Web Developer Plugin for FireFox 3.6?

2010-04-30 Thread Chris Conroy
/6be4f19213378cf6 -- Chris Conroy Software Engineer Google, Atlanta -- 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

Re: Hosted mode debugging after navigating to a different path in your web app?

2010-04-30 Thread Chris Conroy
accordingly. But is there a way to reestablish the debugging connection after navigating away from the original url? Thanks Out of the box, there's no way to get this to happen automatically. You can, however, use UrlBuilder to preserve the gwt.codesvr parameter in your URLs. -- Chris Conroy Software

Web Kit Licensing

2010-04-29 Thread Chris B
with the system we will have built, Thanks Chris -- 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: new GWT MVP article (part 2)

2010-04-24 Thread Chris Ramsdale
On Thu, Apr 22, 2010 at 3:27 AM, interdev jason.ved...@gmail.com wrote: Hello everyone, have you seen the new MVP Architecture article from google ? http://code.google.com/webtoolkit/articles/mvp-architecture-2.html they have changed the structure slightly, instead of having a View and a

Re: new GWT MVP article (part 2)

2010-04-23 Thread Chris Ramsdale
the nested layer presenters, thanks for the feedback and I'll look into our codebase for examples that we can share publicly. -- Chris On Fri, Apr 23, 2010 at 3:48 PM, BryanPoit bryanp...@gmail.com wrote: I was a bit disappointing. The example project wasn't even fully re factored. The edit

Re: Defining a global function in JSNI?

2010-04-22 Thread Chris Conroy
On Thu, Apr 22, 2010 at 1:55 AM, markww mar...@gmail.com wrote:    var ytplayer = getElementById(youtubeplayer);    player.addEventListener(onStateChange, myGlobalCallback); looks like you should make this ytplayer.addEventListener -- Chris Conroy Software Engineer Google, Atlanta -- You

Re: GWT Developer Plugin is not found in Firefox

2010-04-20 Thread Chris Conroy
. -- Chris Conroy Software Engineer Google, Atlanta -- 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

Re: GWT Compiling throwing a NoClassDefFoundError with Maven?

2010-04-20 Thread Chris
Anyone? On Apr 18, 9:36 pm, Chris christopher.burr...@gmail.com wrote: Not sure if it's any help, but on debug level, I get the following when it retries the permutation... [INFO]       Worker died, will retry Permutation [INFO] com.google.gwt.dev.TransientWorkerException: Remote process did

Re: GWT useful for HTML Parsing? Is it fast enough

2010-04-19 Thread Chris Lercher
Thanks, very interesting. I set a bookmark. On Apr 19, 11:05 am, Thomas Broyer t.bro...@gmail.com wrote: Because it implements the HTML5 parsing rules, algorithm that has been written to predictably parse web pages as found in the wild, with results that are as close as possible as what

Re: Get JSON content from GWT

2010-04-19 Thread Chris Conroy
/FAQ_Server.html#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT? . See also: the cross-site request tutorialhttp://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html -- Chris Conroy Software Engineer Google, Atlanta -- You received this message because you are subscribed to the Google

Re: GWT useful for HTML Parsing? Is it fast enough

2010-04-18 Thread Chris Lercher
directly), walk the DOM, and write it to a file. (I don't know, if you have to integrate the solution directly in a browser?) Or do you plan on using some special feature of GWT for your tool? Chris On Apr 18, 4:16 pm, myapplicationquestions parag.bhag...@cgi.com wrote: Hi All, I have

Re: Maven, again

2010-04-18 Thread Chris
It was pretty tricky and fiddly to set up. And I still need to manually add the Google nature to my eclipse plugin. But it seems to work, ish... Hope that helps. Chris On Apr 18, 6:55 pm, Steve steveahlst...@gmail.com wrote: I'm getting very frustrated -- reading dozens of messages, faqs, whatever I can

Re: Maven, again

2010-04-18 Thread Chris
/fileset /filesets /configuration /plugin Hope that helps Chris On Apr 18, 6:55 pm, Steve steveahlst...@gmail.com wrote: I'm getting very frustrated -- reading

GWT Compiling throwing a NoClassDefFoundError with Maven?

2010-04-18 Thread Chris
and settings and that was passed to a URL object, but as you can see below, it's got a %20 so I guess that should be fine? I'd quite like to find out how to find out what the problem is, as it's not particularly useful there at the moment! Any ideas? Chris [INFO]Scanning for additional

Re: GWT Compiling throwing a NoClassDefFoundError with Maven?

2010-04-18 Thread Chris
] Compiling permutation 1... [INFO] Creating split point map file for the compile report [INFO] Done [INFO] Permutation took 5031 ms [INFO] Successfully compiled permutation [INFO]Compile of permutations succeeded [INFO On Apr 18, 9:08 pm, Chris christopher.burr

Re: GWT useful for HTML Parsing? Is it fast enough

2010-04-18 Thread Chris Lercher
? Chris On Apr 19, 1:01 am, Thomas Broyer t.bro...@gmail.com wrote: - Using pure JavaScript (should usually be enough to do this.) Why would it be better than GWT? - Using jQuery selectors, if it gets more complex. GwtQuery gives you the same, in GWT. - Or write a quick standalone Java App

Re: GWT useful for HTML Parsing? Is it fast enough

2010-04-18 Thread Chris Lercher
BTW, re-reading my original answer, maybe it was mistakable. It was not my intention not suggest, that GWT is slower than the other methods (even if it sounded that way). I just wanted to say, that for the problem it doesn't look like the most natural choice. -- You received this message because

Re: java.util.Calendar

2010-04-16 Thread Chris Lercher
There's an entry in the issue tracker: http://code.google.com/p/google-web-toolkit/issues/detail?id=603 On Apr 14, 11:43 am, marclurr mbarrett.m...@gmail.com wrote: Hello, I'm sure this has been asked somewhere before but I can't seem to find it: Is there likely to be a port of

Re: Immutable object from the business layer

2010-04-16 Thread Chris Lercher
a web client :-) I would place those security checks in the business tier anyway. Chris On Apr 15, 8:04 am, boz boz...@gmail.com wrote: My current project has been struggling lately with the use of immutable objects and/or properties of objects from the business layer. I wonder how common

Re: ***Exciting Java Opportunity in Hampshire***

2010-04-08 Thread Chris Ramsdale
it through. Job posts that are GWT related are decided on a case by case basis. For the most part though, we block these as well. -- Chris On Thu, Apr 8, 2010 at 10:03 AM, Ian Bambury ianbamb...@gmail.com wrote: So has it been decided that people can advertise on this group, then? Ian http

Re: ***Exciting Java Opportunity in Hampshire***

2010-04-08 Thread Chris Ramsdale
Is there someone out there that can moderate this group? http://groups.google.com/group/Google-Web-Toolkit-Employment On Thu, Apr 8, 2010 at 1:50 PM, Jeff Chimene jchim...@gmail.com wrote: On 04/08/2010 10:11 AM, charlie wrote: Seconded. GWT Google _need_ a job listing site if GWT is

Re: Upgrade 1.7 to 2.0.3 : Unknown argument: -style

2010-04-07 Thread Chris Conroy
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Chris Conroy Software Engineer Google, Atlanta -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Maven gwt plugin with Gin not working...

2010-04-01 Thread Chris
Hi I'm having a strange issue here... If I use the Gin jar from the central maven repository, my GWT compilation fails. However, if I use a version that I downloaded previously (unfortunately not marked as far as I could see! :( ), then everything works fine. Obviously, I'd quite like to be using

Re: image help

2010-03-31 Thread Chris
directly. --Sri On 30 March 2010 02:42, Sudeep S sudee...@gmail.com wrote: i am not sure if this is a right approach...how about placing a transparent div over the image. would that work. On Tue, Mar 30, 2010 at 12:22 AM, Chris thechris...@gmail.com wrote: does anyone know

Re: Eclipse JavaEE tools + GWT Development mode

2010-03-31 Thread Chris Lercher
/MyProject.html?gwt.codesvr=127.0.0.1:9997) HTH Chris PS I'd really be interested, if it works with Tomcat, too - please report back. On Mar 31, 8:14 am, David dks.darkn...@gmail.com wrote: Cris, your notes were really helpfully. However I would like to know how you manage to debug your application using

Re: Is client side Javascript code always visible?

2010-03-31 Thread Chris Lercher
. But it could still be copied. So, if you have some proprietary algorithms, you might want to run them on the server. Chris On Mar 31, 2:46 pm, NeuroPulse neuropu...@gmail.com wrote: Greetings, Before I start writing Javascript, I am trying to find out if anyone can see and copy it like HTML

Compiling against Gin in Repository fails

2010-03-31 Thread Chris
Hi I'm having a strange issue here... If I use the Gin jar from the central maven repository, my GWT compilation fails. However, if I use a version that I downloaded previously (unfortunately not marked as far as I could see! :( ), then everything works fine. Obviously, I'd quite like to be using

image help

2010-03-29 Thread Chris
does anyone know if there is a way to disable someone from right clicking on an image and being able to save it? i am trying to make an application where people can purchase images but if they can just right click it and Save Image As there isn't any point. Any suggestions would be great.

Re: import java.io.File help

2010-03-26 Thread Chris
do anything that has no equivalent in HTML. On Mar 25, 6:38 pm, Chris thechris...@gmail.com wrote: can gwt use this java class?  if not, are there any ways around that if I want to create a list of all the files in a particular directory? thanks! -- You received this message because

Re: Unable to Use GWT Developer Plugin with Firefox 3.6

2010-03-25 Thread Chris Balz
This approach seemed to work for me. The language was already set to en-us though. I just opened the preferences/options dialog, re- selected it, and closed the dialog. System info: Linux cbalz-tp-r51-0 2.6.31-20-386 #58-Ubuntu SMP Fri Mar 12 07:29:24 UTC 2010 i686 GNU/Linux

import java.io.File help

2010-03-25 Thread Chris
can gwt use this java class? if not, are there any ways around that if I want to create a list of all the files in a particular directory? 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: Dropping IE6 support

2010-03-18 Thread Chris Lercher
recommend that Google (and Bing) should do that! Just my 2 cents Chris On Mar 18, 6:16 am, Nathan Wells nwwe...@gmail.com wrote: Dropping IE6 support would be a really great way to fork the GWT project. One would be focused on enterprise applications (w/ IE6 support), while the other would

Re: ALIGN_CENTER problem ?!!!

2010-03-18 Thread Chris Lercher
I also had the same problem, and the only way I found was to do this programmatically, with @UiField(provided=true) VerticalPanel verticalPanel; And instantiating the vertical Panel + setting the horizontal alignment before calling uiBinder.createAndBindUi(this) On Mar 18, 9:27 am, Gecko

RunAsync Developer Directed for Left Over Fragment?

2010-03-15 Thread Chris
are starting to add lots of specialized code that is used in a couple of modules only; however, it is making the left over fragment very large. Thanks, Chris -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: RunAsync Developer Directed for Left Over Fragment?

2010-03-15 Thread Chris
I'm an idiot. For whatever reason we had blinders on and didn't think of the simple thing about applying splits points in our common library. arggg Thanks for the kick in the right direction. Chris... On Mar 16, 1:13 am, Sripathi Krishnan sripathikrish...@gmail.com wrote: You should

Re: Generated widget markup

2010-03-12 Thread Chris Lercher
I think, the new GWT 2.0 Layout Panel address pretty much that - they're designed for standards mode, and you can make do without Tables (VerticalPanel etc). You can still use them for data tables, in which case they're semantically correct. On Mar 12, 2:19 pm, mmoossen mmoos...@gmail.com wrote:

Re: java.io.IOException: error=13, Permission denied

2010-03-12 Thread Chris Lercher
Are you sure, that Eclipse is running on the Sun JVM? (About Eclipse - Installation Details - Configuration) There are lots of problems with Eclipse, when run with GCJ. I don't know, if that's the solution, but I'd check this first. On Mar 12, 3:49 pm, Thomas Holmes thomas.j.hol...@gmail.com

Re: Generated widget markup

2010-03-12 Thread Chris Lercher
On Mar 12, 5:33 pm, Joel Webber j...@google.com wrote: These DOM structures are never serialized into static content, for example. And it's also a fair question to ask what the semantics of a stack of divs are, as opposed to a table -- they're both semantically meaningless. I'm still a little

Re: Extending UI-Binder

2010-03-11 Thread Chris Lercher
wrapper of that class, if you can't modify it), and use that in UiBinder, but I'm not 100% sure if simply declaring these methods is enough. You should certainly try it, and report back, if this works! Chris On Mar 11, 8:08 am, Jan Ehrhardt jan.ehrha...@googlemail.com wrote: Hi, I would like

Re: EJB 3 + Guice2.0 + Tomcat 6 / Glassfish 3

2010-03-11 Thread Chris Lercher
On Mar 11, 3:42 pm, Gianluigi dava...@yahoo.it wrote: ...if you don't want to bind different EJB3TestRemotes to different names. not different names, different IMPLEMENTATIONS. The @Names annotation is a selector to choose with concrete implementation of the local/remote ebj interface

Re: Debugging GWT 2.0 is pain

2010-03-11 Thread Chris Ramsdale
Comments in line below: On Thu, Mar 11, 2010 at 11:40 AM, JazzyJava ole...@gmail.com wrote: Helllo, I am testing an upgrade of our appliation fro GWT 1.7 to 2.0. All is fine, except I find that debugging now is a much bigger pain than it was in 1.7. I have a feeling I am missing something,

Re: newbie question, problem adding jar library

2010-03-11 Thread Chris Lercher
Hi, adding it to the build path isn't enough in this case. The jar has to be found by the server at runtime. To achieve this, you can put the jar in the directory war/WEB-INF/lib. Chris On Mar 11, 12:25 am, khalid khalid@gmail.com wrote: Hello every one I am making this simple application

Re: serving my app in production

2010-03-10 Thread Chris Lercher
to do with the context root of the application (?!) What I would do is try to access the servlet directly from the browser (yes, it will tell you, that the GET method isn't supported, but you'll see, if the URL is correct) hth Chris -- You received this message because you are subscribed

Re: GWT + URL Rewriting (Apache)

2010-03-10 Thread Chris Lercher
to do with the context root of the application (?!) What I would do is try to access the servlet directly from the browser (yes, it will tell you, that the GET method isn't supported, but you'll see, if the URL is correct) hth Chris -- You received this message because you are subscribed

Re: serving my app in production

2010-03-10 Thread Chris Lercher
Sorry, I posted in the wrong topic... On Mar 10, 4:24 pm, Chris Lercher cl_for_mail...@gmx.net wrote: I think he isn't doing cross domain calls (the redirect is just fromhttp://mydomain/tohttp://mydomain/MyApp/) There was someone with a very similar question on this forum just a few days

Re: GWT + URL Rewriting (Apache)

2010-03-10 Thread Chris Lercher
Hey Rudolf, well, I don't think so! As long as he isn't redirecting from http://mydomain to http://mydomain:8080 (and according to his description, he doesn't), everything is fine. He's using jk to mount the tomcat dir internally, but that's ok. Chris On Mar 10, 4:30 pm, rudolf michael roud

Re: Access ejb from ServiceImpl

2010-03-10 Thread Chris Lercher
xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd; id=WebApp_ID version=2.5 HTH Chris On Mar 10, 3:17 pm, Drolyk dro...@gmail.com wrote: Hi All. I have a question about accessing ejb from gwt services. If i do mannual lookup like

Re: access ejb from gwt ServiceImpl

2010-03-10 Thread Chris Lercher
- and clientside auto-deployment and debugging), then I'd like to point you to my somewhat complex step- by-step instruction here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/7ee077bd3084e745/b58b0c90f288198c (shouldn't be too hard to adapt to JBoss) HTH Chris On Mar 10, 10:06 am

Re: Inconsistant Debug-mode URL Causing Considerable Grief

2010-03-10 Thread Chris Ramsdale
Comments in line below: For various reasons, my application has to generate URLs for pages/ servlets/etc. in the same webapp (for things like images held in my database and served by a servlet). It's incredibly annoying that, when I'm debugging, I need to use a URL that looks like this:

Re: EJB 3 + Guice2.0 + Tomcat 6 / Glassfish 3

2010-03-10 Thread Chris Lercher
using the @EJB annotation to inject EJBs in GlassFish. Chris On Mar 10, 10:03 pm, opn open...@gmx.net wrote: Hello! I found an interesting blog entry today and tried to implement it in a test application. Here is the url:http://gianluigidavassiuk.blogspot.com/2009/11/ejb3-plus-guice-how-ex

Re: GWT Eclipse Hosting mode relative path issue

2010-03-09 Thread Chris Lercher
Hi, you should be able to use GWT.getModuleBaseURL() or maybe in your case GWT.getHostPageBaseURL() Chris On Mar 9, 3:29 am, San sarav...@gmail.com wrote: Hello, I use Eclipse 3.5 (Galileo) and google plugin to develop my project. I'm having an issue while accessing static files from

Re: Performance

2010-03-09 Thread Chris Lercher
a problem related to Eclipse's UI thread. Chris GWT 2.0.3, GPE 1.2.0, Eclipse 3.5 Cocoa On Mar 9, 7:05 am, raj raj.cowbo...@gmail.com wrote: hi friends!!      i tried running an GWT application both in hosted and browser mode.when i run and i didn't close the GWT hosted window for sometime

standard.css with non-standard CSS

2010-03-09 Thread Chris Lercher
valid, so I'm wondering, if standard.css shouldn't be subject to deferred binding? Thanks Chris -- 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: Opinions on GWT as a platform for web based development

2010-03-09 Thread Chris Lercher
written in Java, and it has to be executed on the client-side, you probably will. HTH Chris On Mar 9, 12:44 pm, Portal Developer portal.devel...@gmail.com wrote: Hi, I would like to get people's opinions around the adoption of GWT as a web application development platform. Most of our

Re: setVisible(false) resp. UiBinder directive visible=false == CSS directive display: none;?

2010-03-09 Thread Chris Lercher
visibility: hidden; But such an implementation can change (see e.g. http://code.google.com/p/google-web-toolkit/issues/detail?id=4596) Chris On Mar 10, 8:33 am, Alexander Orlov alexander.or...@loxal.net wrote: Is the setVisible(false) method of a widget or the UiBinder equivalent visible=false

Re: tomcat and mysql problem

2010-03-08 Thread Chris Lercher
with Tomcat (like e.g. driver conflicts...). HTH to find your answer Chris On Mar 8, 7:21 pm, Fran fra...@gmail.com wrote: He is the GWT code: public abstract class DB_Conn {         private String url;         public DB_Conn() {                 url = jdbc:mysql://xxx:3306

Re: gwt + database + debugging

2010-03-08 Thread Chris Lercher
server): http://groups.google.com/group/google-web-toolkit/browse_thread/thread/7ee077bd3084e745/b58b0c90f288198c Chris On Mar 8, 10:25 pm, rjcarr rjc...@gmail.com wrote: I've been using gwt for years and years now and I greatly appreciate how much it offers.  I started using gwt way back

Re: How to style HorizontalPanel

2010-03-06 Thread Chris Lercher
... hth Chris On Mar 6, 1:50 am, ailinykh ailin...@gmail.com wrote: Hello, everybody! I've problem with HorizontalPanel layout. What I have is: g:HorizontalPanel width=100%         g:cell width=100%                 g:TextBox  width=100% ui:field=inviteEmail/         /g:cell         g:cell

Re: How to style HorizontalPanel

2010-03-06 Thread Chris Lercher
On Mar 6, 6:07 pm, ailinykh ailin...@gmail.com wrote: Thank you, Chris! It makes sense. Honestly, I don't see any reason to use Gwt panels in UiBinder xml file. I put there regular html, added some padding to td. Now everything looks good. Oh yeah, that works, too :-) By the way, what

Re: GWT.getVersion() in 2.0.3

2010-03-05 Thread Chris Lercher
Hi, it shows 2.0.3 for me (both in dev mode and compiled), so this isn't a stale string thing. Sounds to me as if you still have a gwt-user.jar or gwt-servlet.jar from 1.7 somewhere on your classpath - probably in addition to your 2.0.3 jars, as the newer features seem to work. Chris On Mar 5

Re: Frameworky, Design Patterny question

2010-03-05 Thread Chris Lercher
[Google groups seems to have swallowed my post, so I'm sending this again] Hi Chris, it's hard to say in general. But one thing I think is very important, is the question which events are independent from each other, and which are not. Can they be processed simultaneously? Do some of them

Re: Window.open can not work in IE

2010-03-05 Thread Chris Lercher
Hi Jim, obviously, IE refuses to work with Google ;-) Or... you use window instead of Window, or better even $wnd. hth Chris On Mar 5, 6:25 am, Ji jimzhang...@gmail.com wrote: Hi guys, I use GWT Window.open to open another page. Firefox, Safari, and Chrome all work find, except IE. Error

Re: Can't add to GWT Appspot Gallery

2010-03-05 Thread Chris Ramsdale
Check again, it should be up now. On Mar 5, 2010 5:12 AM, RPB robbol...@gmail.com wrote: Hello, My colleague tried to add our site to the appspot gallery a couple of days ago, and was given the following link to the submission: http://gwtgallery.appspot.com/about_app?app_id=101004 However,

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Chris Lercher
to set things up for different scenarios (note that there _is_ documentation on this for AppEngine in the GWT tutorial! And it involves only a few steps.) Just my opinion, but maybe this is because I wouldn't want to hide security anyway. Chris On Mar 5, 4:21 pm, Marley nathaniel.au...@gmail.com

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Chris Lercher
On Mar 5, 5:57 pm, Marley nathaniel.au...@gmail.com wrote: Security can only be provided by the server. Not sure i fully understand what you are getting at here.  Yes, your data is coming from the server, just as all data from a web application which does anything.  The client still needs to

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Chris Lercher
I don't know how it would become easier by GWT including such a framework - you will still have to use it correctly. You mean, that the GWT team would be very good at creating a better framework than the ones already that already exist - ok, you may be actually right. But it would still be a

Re: Can I modify the CSS files?

2010-03-05 Thread Chris Lercher
, where the margin comes from, and its Style panel can tell you, which CSS file is responsible for the margin! Chris On Mar 5, 7:34 pm, Russ r...@epcinternet.com wrote: Thank you for the reply. When creating a new GWT project in Eclipse, the wizard already creats a MYAPP.css and places

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

2010-03-05 Thread Chris Lercher
You can use FlowPanel instead :-) On Mar 4, 7:20 pm, mariyan nenchev nenchev.mari...@gmail.com wrote: OK but the text should be naturally layed out. And using horisontal panel will make the text in one line only :) On Thu, Mar 4, 2010 at 6:41 PM, Eric erjab...@gmail.com wrote: On Mar 4,

Re: Frameworky, Design Patterny question

2010-03-05 Thread Chris Lercher
Hi Chris, it's hard to say in general. But one thing I think is very important, is the question which events are independent from each other, and which are not. Can they be processed simultaneously? Do some of them require a certain ordering? Is it easier to analyze (and later debug) what

Re: Google Plugin for Eclipse

2010-03-05 Thread Chris Lercher
http://code.google.com/eclipse/docs/install-from-zip.html On Mar 5, 8:02 pm, Bernie bpwoolf...@gmail.com wrote: My version of Eclipse(Galileo) is not connected to a network.  Is there anyway i can download the plugin without using the Eclipse update site? -- You received this message because

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

2010-03-05 Thread Chris Lercher
Hi, try to add gin.jar, guice.jar and maybe also aopalliance.jar to you java build path. hth Chris On Mar 5, 11: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

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

2010-03-05 Thread Chris Lercher
[BTW, something seems to be broken with Google Groups - my response replaced your posting in the web interface. I've seen this happening also with one of the previous topics. Where can we report errors for Google Groups - there have been several problems lately?] On Mar 5, 11:28 pm, Chris Lercher

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

2010-03-04 Thread Chris Lercher
May I carefully point you to this entry (BTW, you can click it ;-) http://en.wikipedia.org/wiki/Hyperlink HTH Chris On Mar 3, 11:24 am, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, I have a label(or HTML) that contains some text. There are special words in the text. The user has

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

2010-03-04 Thread Chris Lercher
to be able to click on them and when he does, i must fire my custom event. Chris On Mar 4, 3:15 pm, mariyan nenchev nenchev.mari...@gmail.com wrote: :) How can hyper link fire an event? :) I never said that when the user clicks on special word the app has to redirect him somewhere else

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

2010-03-04 Thread Chris Lercher
, it's also ok to use spans, actually they can be used for everything in an HTML page, as long as CSS is enabled, so... raises the question what HTML is good for anyway. Chris On Mar 4, 4:38 pm, Thomas Broyer t.bro...@gmail.com wrote: On Mar 4, 3:30 pm, Chris Lercher cl_for_mail...@gmx.net wrote

Re: Elegant merge UiBinder + Gin

2010-03-04 Thread Chris Lercher
in the ui.xml like this: g:Button ui:field=button/ Chris On Mar 4, 7:05 pm, Fabio Kaminski fabiokamin...@gmail.com wrote: Anyone has an elegant solution merging GIN DI + UiBinder? how can UiBinder created objects(even provided=true ones) be visible to GIN Injector and vice-versa? or GIN DI

Frameworky, Design Patterny question

2010-03-04 Thread Chris
Hey All Does anyone see some flaws with the following kind of framework? The idea is to remove the need for a command pattern for UI-server communication and have just events flying around. I believe I posted a similar thread ages ago, but this is subtly different. 1. UI fires event to event

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

2010-03-04 Thread Chris Lercher
!), a link for a link, and a button for a button. The easiest way to believe this, is to view a HTML page without a CSS. If you use a div, users will never get the idea, that they can click that thing. Chris On Mar 5, 12:30 am, Thomas Broyer t.bro...@gmail.com wrote: On 4 mar, 17:40, Chris Lercher

Re: webkitTransitionEnd never called on my HTMLPanel

2010-03-03 Thread Chris Lercher
of this. Chris On Mar 3, 10:41 am, aquinault aquina...@gmail.com wrote: Hi, I would like to set the HTMLPanel element's to a CSS class to position the element at the destination position. When the transition ends (using the transitionend event), disable animations by removing the CSS class

Re: Can google plugin use different jar files for server and client?

2010-03-02 Thread Chris Lercher
behavior (with rules like always drop any non- existent fields, or rather make specially annotated fields optional etc.) Maybe really worth thinking about it... Chris -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: problem with serialization of uninitialized JPA 2 annotated entities (gwt 2.0.3)

2010-03-02 Thread Chris Lercher
Hi, I don't have a solution to your problem, but since you aren't even persisting user2 with the entity manager, will the JPA annotations even apply? Isn't it just a POJO until you do that - maybe you can try it with a similar object without any JPA annotations! Chris On Feb 28, 10:38 pm, tekbe

Re: problem with serialization of uninitialized JPA 2 annotated entities (gwt 2.0.3)

2010-03-02 Thread Chris Lercher
much), but it also makes it possible to fine-tune what's transferred over the wire. So if you have to save on bandwidth (I do), it's a good way to go anyway :-) It can also save you from a lot of headache... Chris On Mar 2, 9:21 pm, tekbe tim_ehl...@gmx.de wrote: Thank you Chris. I copied

<    1   2   3   4   5   6   7   8   9   10   >