Opinions: GWT 2.x layout system - goal achieved?

2011-11-02 Thread Yaakov
ience with this? Has that goal been achieved? I find it ironic that it now (post GWT 2.0) takes more tinkering with CSS to get it to look the same in all browsers. Was this the intended consequence? Curious as to what people's opinions are on this. Thanks, -Yaakov. -- You receive

Re: I want to learn GWT,..

2011-10-30 Thread Yaakov
Take a look at these slides. They are pretty good: http://courses.coreservlets.com/Course-Materials/gwt.html -Yaakov. On Oct 29, 2:20 pm, mlotfi wrote: > Thanks lot. > > On Oct 29, 5:13 am, wang tiezhen wrote: > > > > > > > > > Hi, > > > I think

Re: Integration of spring with GWT

2011-10-30 Thread Yaakov
Yeah, we all got "a lot of money" to write those emails and frameworks! LOL -Yaakov. On Oct 30, 10:27 am, Bruno Sandivilli wrote: > this post looks like an 'framework email marketing', lol; > > 2011/10/30 Yaakov > > > > > > > > >

Re: Integration of spring with GWT

2011-10-29 Thread Yaakov
Or, you can check out GWT-Tools project which gives you integration with Spring. Also, very very easy AND it comes with sample applications that take you step by step. Just check out the code from here: http://code.google.com/p/gwt-tools/source/checkout -Yaakov. On Oct 29, 9:41 am, Ezequiel

CellTable fill up as you scroll

2011-04-13 Thread Yaakov
in the showcase that I listed above. My "show more" scroll handler which implements AbstractPager calculates the new page size and does this in its onScroll method: diplay.setVisibleRange(0, newPageSize); Any idea on what I am doing wrong here? Thanks, -Yaakov. -- You received th

Simulate sort on CellTable as if user clicks it

2011-04-01 Thread Yaakov
particular column in ascending or descending order? Thanks, Yaakov. -- 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

Re: CellListExample error???

2011-03-30 Thread Yaakov Chaikin
Never mind! I was looking at the wrong class! -Yaakov. On Wed, Mar 30, 2011 at 12:45 PM, Yaakov wrote: > Hi, > > going through the example on the GWT site and tried to look up > setVisibleRange method for the CellList widget... No such method in > GWT 2.2... What am I missing? &g

CellListExample error???

2011-03-30 Thread Yaakov
sibleRange(1, 3); * Thanks, Yaakov. -- 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 go

Re: Clickable image in a CellTable & changing cell types

2011-03-29 Thread Yaakov Chaikin
On Tue, Mar 29, 2011 at 12:17 PM, Thomas Broyer wrote: > > > On Tuesday, March 29, 2011 6:14:35 PM UTC+2, Yaakov wrote: >> >> Ok, I'll try to find it. Thanks. >> >> What about #2? How would one accomplish that? > > I'd go a similar path: copy Edi

Re: Clickable image in a CellTable & changing cell types

2011-03-29 Thread Yaakov Chaikin
Ok, I'll try to find it. Thanks. What about #2? How would one accomplish that? -Yaakov. On Tue, Mar 29, 2011 at 12:11 PM, Thomas Broyer wrote: > Search the archives, others have asked the same before. You'd have to extend > the Image{,Resource}Cell and override getC

Re: Clickable image in a CellTable & changing cell types

2011-03-29 Thread Yaakov Chaikin
Hmm... I don't know if this is so great. It can probably work, but I am hoping there is less of a hack solution to this. A custom cell? Seems like that's what should be done, but I am not sure not sure how to attempt something like that. Anyone? Thanks, -Yaakov. On Mon, Mar 28, 2011

Clickable image in a CellTable & changing cell types

2011-03-28 Thread Yaakov
? -Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com

Re: Controlling multiple columns sort order in GWT 2.2 CellTable

2011-03-25 Thread Yaakov Chaikin
Hmm... One idea came to me... Would you just accomplish this by providing a comparator for the column that drives the 1st order sort that has custom code to sort the rest of the data at that point? I guess that should work, right? -yaakov. On Fri, Mar 25, 2011 at 12:06 PM, Yaakov wrote: >

Controlling multiple columns sort order in GWT 2.2 CellTable

2011-03-25 Thread Yaakov
should be column2, column3, column1? How do I accomplish that at the same time keeping a regular column sorting order when the user click on column1 (i.e., column1, column2, column3)? Any help would be much appreciated! Thanks, Yaakov. -- You received this message because you are subscribed to

Re: CellTable odd/even row styles

2011-03-23 Thread Yaakov Chaikin
Ok, I see. It works now and based on the code to which you provided the link, here is the change that had to be made: Rename the getStyle() method to cellTableStyle() and put @Override just to make it clearer that we are overriding this interface method with our own. That's it! Thanks! -y

Re: CellTable odd/even row styles

2011-03-23 Thread Yaakov Chaikin
Sorry I didn't reply right away... Didn't have access to the app for the last few days... So, I just checked and the styles that I set are NOT there at all, i.e., they are not appearing at all. What am I doing wrong there? -Yaakov. On Wed, Mar 16, 2011 at 5:09 PM, Jeff Larsen wrote:

Re: CellTable odd/even row styles

2011-03-16 Thread Yaakov Chaikin
Table.Resources resources = GWT.create(SystemStatusResources.class); CellTable> dataTable = new CellTable>(0, resources); ... - The end result is that the same default color shows up for the odd rows. Any ideas what I am doing wrong? Thanks, Yaakov. On Wed, Mar 16, 2011

CellTable odd/even row styles

2011-03-16 Thread Yaakov
applied, those styles are gone, something wiped those styles and replaced it with: on : background: none repeat scroll 0 0 #F3F7FB; on a : border: 2px solid #F3F7FB; Any help would be appreciated! -Yaakov. -- You received this message because you are subscribed to the Google Groups "Googl

Where to find latest GWT IE developer plugin for offline installation?

2011-03-09 Thread Yaakov
Hi, Could someone share a URL where I can get the latest GWT IE developer plugin? However, I need one that can be installed into IE on a machine that's disconnected from the Internet. Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups "

Re: GWT 2.2 Deferred binding failed

2011-03-08 Thread Yaakov Chaikin
Oh, one more thing... The class that it asks about me forgetting to inherit a required module IS part of the main module... (i.e., obviously, it can't include itself) -Yaakov. On Tue, Mar 8, 2011 at 3:31 PM, Yaakov wrote: > Hi, > > I dug into my error a bit more... > >

GWT 2.2 Deferred binding failed

2011-03-08 Thread Yaakov
odule?) at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: 53) at com.google.gwt.core.client.GWT.create(GWT.java:98) at xxx.xxx.xx.SomeView.(SomeView.java:67) That line 67 is this: private static SomeViewUiBinder uiBinder = GWT.create(SomeViewUiBinder.class); In the browser the app works 100%. Any ideas anyone

Re: GWT 2.2 java.lang.ExceptionInInitializerError: null - ONLY when using Eclipse Debugger

2011-03-05 Thread Yaakov Chaikin
No, that can't be it. I reinstalled Eclipse completely anew and made a brand new workspace. -Yaakov. On Mar 5, 2011, at 1:18 AM, Y2i wrote: > May be eclipse is still trying to use GWT 2.1? > -- > You received this message because you are subscribed to the Google Groups

GWT 2.2 java.lang.ExceptionInInitializerError: null - ONLY when using Eclipse Debugger

2011-03-04 Thread Yaakov
calls: Mainview view = new Mainview(); Please NOTE that everything was working just fine before I upgrade to GWT 2.2, including the debugging. Now, I can compile and run on command line, but I can't get it to work inside Eclipse. Any ideas would be much appreciated! Thanks, Yaakov. -- Y

Integrating GIN into HelloMVP sample from GWT

2011-03-01 Thread Yaakov
particular Activity based on the SomeViewForThatActivity.Presenter interface? Thanks, -Yaakov. -- 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 unsubs

Re: Trying to get shared styles to work with ClientBundle

2010-12-12 Thread Yaakov Chaikin
Where would you have to call that? In the constructor of the .java accompanying class to the ui.xml file? Interestingly enough the GWT page that explains this doesn't mention anything about this. Thanks for your help. -Yaakov. Sent from mobile On Dec 12, 2010, at 1:04 PM, T

Trying to get shared styles to work with ClientBundle

2010-12-12 Thread Yaakov
m I doing wrong here? Anyone's help would be greatly appreciated. -Yaakov. -- 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: mvn plugin

2010-11-30 Thread Yaakov
Stefan, That's a strange version of the plugin... Where did you download that version from? Also, does the 2.1 version work for you 100%? Do you run any JRE tests with it and it works? I haven't been able to get it to run JRE tests properly. Thanks, Yaakov. On Nov 30, 4:49 am, Geoffr

Re: Using web.xml to automatically redirect to error page on any error

2010-11-25 Thread Yaakov Chaikin
the error page content should just be returned as a "success" response to the Ajax call and that's certainly NOT what I want. Thanks. -Yaakov. On Thu, Nov 25, 2010 at 3:47 AM, ep wrote: > hi, u think the right way :-) > > how did you define your RemoteService methods? have

Using web.xml to automatically redirect to error page on any error

2010-11-24 Thread Yaakov
error-page' mechanism should have caught it before the response goes back to the client. Any ideas anyone? Thanks, Yaakov. -- 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..

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-06 Thread Yaakov
] [ERROR] BUILD ERROR [INFO] [INFO] There was test failures. * On Nov 5, 6:49 pm, Thomas Broyer wrote: > On 5 nov, 22:01, Yaakov Chaikin wrote: > > > Never mind... It was the version of t

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Yaakov Chaikin
test On Fri, Nov 5, 2010 at 4:35 PM, Yaakov wrote: > Hi, > > I switched to using GWT 2.1.0 and updated my maven dependencies, so > they now look like this: > >        2.1.0 >        3.0.5.RELEASE > > >        

GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Yaakov
and how to tell maven to stop trying to look for classifier specific one. Anyone know what's going on? I've been using GWT 2.0.4 which also did not use the classifier anymore and everything worked just fine. any help would be greatly appreciated! -Yaakov. -- You received this message beca

GWT data widget API stability at M4

2010-08-31 Thread Yaakov
Hi, I was curious how stable the API of the data widgets is at this point, i.e. at the current M4 release. Are they still actively changing? Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this g

Re: Right Click on Tree

2010-07-01 Thread Yaakov
How do you accomplish the "hit test", if you don't mind sharing that part. Thanks, Yaakov. On Jul 1, 11:52 am, Jim Douglas wrote: > I listen for the right-click event on the Tree, then do a hit test of > the point to identify the corresponding TreeItem.  And d

Re: Right Click on Tree

2010-07-01 Thread Yaakov
Well, TreeItem does not inherit from a Widget, so it doesn't have onBrowserEvent to override. So, how would you do that then? Thanks, Yaakov. On Jul 1, 3:20 am, rudolf michael wrote: > hello, > you need to override the default behavior of the browser event on the > treeitem > @

Re: Placing xxx.ui.xml files in different packages than counterpart Java files

2010-05-11 Thread Yaakov Chaikin
Zak, If you read my post a bit further, most of the post discusses my experience with using @UiTemplate. Yaakov. On Tue, May 11, 2010 at 7:37 PM, Zak wrote: > Perhaps you can use the @UiTemplate annotation? > > Check out the very bottom of > http://code.google.com/webtoolki

Re: Placing xxx.ui.xml files in different packages than counterpart Java files

2010-05-11 Thread Yaakov Chaikin
, i.e., it would now move the "mess" to maven and having to deal with maven over this is not worth it for us at this point. I just want to know if it's possible to do this with pure GWT solution or not. Anyone know? Thanks, Yaakov. On Tue, May 11, 2010 at 2:39 PM, Sripathi Krishnan

Placing xxx.ui.xml files in different packages than counterpart Java files

2010-05-11 Thread Yaakov
that it's looking in "view/../resources/ style.css" Is there some annotation or some flag I am supposed to provide to get this to work or is the location of the .ui.xml file forever stuck with the location of its counterpart Java file? Thanks, Yaakov. -- You received this message bec

Adding a Widget into HTMLPanel

2010-03-15 Thread Yaakov
how it adds the mainContent HTML into the mainView **the first time** it runs. The second time it runs the line mainContentContainer.add(mainContent, "mainContent") seems to have no affect on the underlying HTML and still shows the div as . Can someone explain what I am doing wrong here? Thanks,

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

2010-03-04 Thread Yaakov
Why don't you surround those special words with a label (or a span) and attach an event handler to that? This would require you to dynamically create the spans (or labels, depending on how you are constructing this, i.e., UIBinder, in Java, etc). Yaakov. On Mar 3, 5:24 am, mariyan nenchev

Re: SerializationException

2010-03-02 Thread Yaakov Chaikin
No, it wasn't the same problem... I didn't notice that I didn't have a no-arg constructor there. Thanks, Yaakov. On Tue, Mar 2, 2010 at 10:09 AM, Paul Robinson wrote: > >> Is this a GWT problem where it fails because I am using generics??? >> > Probably. I s

SerializationException

2010-03-02 Thread Yaakov
RpcRequest extends Serializable { } Is this a GWT problem where it fails because I am using generics??? Any help would be much appreciated. Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Re: Substituting your own java class instead of GWT-provided one

2010-02-24 Thread Yaakov
d and rewrap it again??? Thanks, Yaakov. On Feb 24, 1:35 pm, Yaakov wrote: > Hi, > > I seem to remember seeing somewhere that it's possible to through > gwt.xml to substitute your own class instead of the GWT-provided one. > Could someone point me to a resource where it would ex

Substituting your own java class instead of GWT-provided one

2010-02-24 Thread Yaakov
d. Thanks, Yaakov. -- 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...@google

Re: GWT team, please post latest to repo1.maven.org

2010-02-17 Thread Yaakov Chaikin
Well, doesn't have to be someone from Google though??? The central maven repository has a policy where you have to "prove" that you own the domain before you can upload artifacts with com.google.x. Yaakov. On Wed, Feb 17, 2010 at 3:03 PM, Isaac Truett wrote: > This ques

Re: MVP question

2010-02-17 Thread Yaakov Chaikin
nd to answer your question Yaakov: > > Another way of sending model information is using interfaces. For > instance, if I knew that I would be displaying a speedometer for car > and a bike (and maybe something else as well), I would have done > something like: > > new SpeedoMeterView(Ve

Re: GWT team, please post latest to repo1.maven.org

2010-02-17 Thread Yaakov
Does anyone have any updates regarding this? Is this imminent or is it going to be a while before it's posted? (Yes, I know I can just import it myself by creating my own custom pom, but I'd rather not have to do that.) thank you, Yaakov. On Feb 16, 1:49 pm, Yaakov wrote: >

GWT team, please post latest to repo1.maven.org

2010-02-16 Thread Yaakov
Dear GWT team, Could you please post the latest release of GWT SDK (2.0.2) to the maven repository site repo1.maven.org? Currently, only release up to 2.0.1 are posted there. Thank you, Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: String.matches and history token parameters

2010-02-16 Thread Yaakov Chaikin
Thanks for pointing that out. I somehow missed that part of the GWT docs. Regards, Yaakov. On Mon, Feb 15, 2010 at 8:11 PM, Thomas Broyer wrote: > > > On 15 fév, 18:22, Yaakov Chaikin wrote: >> Hmm... >> >> I think I spoke too soon. Well, maybe not, but what I was

Re: MVP question

2010-02-16 Thread Yaakov Chaikin
athan's next posting). Advantages of passing the Model object directly to the view 1) Since View knows its own visual components very well, it's easier to unwrap the property values of Model and set those components to those values. All this without having to expose every visual field

Re: MVP question

2010-02-15 Thread Yaakov Chaikin
s from the table and iterate through the Contact list, populating the table with contact values, throwing the List away after it's done. Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: String.matches and history token parameters

2010-02-15 Thread Yaakov Chaikin
A-Z0-9]*=[a-zA-Z0-9.\\-*_+%()]*(&[a-zA-Z]+[a-zA-Z0-9]*=[a-zA-Z0-9.\\-*_+%()]*)*"; Is it documented somewhere that GWT does not allow you to use POSIX character classes documented in the Pattern class? (http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.html) Thanks, Yaakov. O

String.matches and history token parameters

2010-02-15 Thread Yaakov
thers approached the issue of parsing the history tokens. For example, in my app, I'd like to be able to parse things like these: view=list view=edit&id=2 etc. How do you approach this issue? Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups "

Re: MVP question

2010-02-15 Thread Yaakov Chaikin
l event. Besides, as Ray explained, it's not a good idea to sprinkle history management all over your app. A PlaceService is a much better way of handling that. > I have still enforced a rule against > the display having a handle to the event bus, but my resolve is > wavering on that as w

MVP question

2010-02-14 Thread Yaakov
d the Contacts example on GWT site, it would be **incorrect** to create a ContactsFlexTable that would keep track of which Contact is assigned to which row index in the table, right? Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web Tool

Re: Eclipse - java.lang.NoClassDefFoundError: com/google/gwt/dev/DevModeBase$OptionBindAddress

2010-02-14 Thread Yaakov
Never mind... I had 2 different versions of GWT on the classpath (2.0.1 and 2.0.0) and that's what was causing Eclipse to go nuts. On Feb 14, 1:09 pm, Yaakov wrote: > Hi all, > > Using 2.0.0 in Eclipse (actually in the pom.xml I specified 2.0.1 - > just in case that matters)

Eclipse - java.lang.NoClassDefFoundError: com/google/gwt/dev/DevModeBase$OptionBindAddress

2010-02-14 Thread Yaakov
) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) ... 18 more Any ideas? Thanks, Yaakov. -- You received this message because you are

Re: MVP Article... Source Code?

2010-01-19 Thread Yaakov
that anyone knows about? Thanks, Yaakov. On Jan 16, 8:43 pm, ojay wrote: > Hi, > > i agree with Julien it would be interesting how his case would be > handled. Does somebody has an idea? > > Hope somebody will response to this topic > > On 10 Jan., 14:30, Juju wrote

Re: Injecting Spring beans into GWT services

2010-01-18 Thread Yaakov
Marko, Take a look at this blog which takes you step by step, explaining the whys as well as pros/cons of things. I believe, this is what you are trying to accomplish: http://codetrips.blogspot.com/2009/11/following-was-contributed-by-yaakov.html Yaakov. On Jan 13, 3:07 pm, marko wrote: >

Re: GWT 2.0 Dev Mode in Eclipse when using external server - CLIENT-CERT

2010-01-13 Thread Yaakov
On Jan 13, 2:02 pm, Chris Ramsdale wrote: > On Wed, Jan 13, 2010 at 11:48 AM, Yaakov wrote: > > Hi, > > > Just started using GWT 2.0, etc... > > > I was successful in deploying the same web app to an external server > > and just added: > > ?gwt.code

GWT 2.0 Dev Mode in Eclipse when using external server - CLIENT-CERT

2010-01-13 Thread Yaakov
uthentication gets in the way. Does anyone know what to do about this situation? I can't develop without the mode that connects me back to the client java code and I can't get rid of the CLIENT-CERT as my server-side code depends on being able to pull some info from the certificate to func

Re: SplitLayoutPanel dragger

2010-01-10 Thread Yaakov Chaikin
Oh, sorry and one more thing... Is there a way to add an image to be the image of the dragger (in java code, not CSS)? Thanks, Yaakov. On Sun, Jan 10, 2010 at 11:58 AM, Yaakov wrote: > Hi, > > Is there a way to add a handler for onMouseOver to the > SplitLayoutPanel dragger

SplitLayoutPanel dragger

2010-01-10 Thread Yaakov
Hi, Is there a way to add a handler for onMouseOver to the SplitLayoutPanel dragger? Thanks, Yaakov. -- 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 u

Re: MVP Article... Source Code?

2010-01-03 Thread Yaakov Chaikin
user? In your example, this would be similar to splitting the GUI into a view that has the buttons and the GUI that has the list. How would that be handled in MVP? Thanks, Yaakov. On Wed, Dec 30, 2009 at 2:43 PM, Chris Ramsdale wrote: > While I see that someone has already found it, I just wan

Re: MVP Article... Source Code?

2009-12-30 Thread Yaakov Chaikin
Oops! Never mind! I see it IS there now. Thanks for posting it. Yaakov. On Wed, Dec 30, 2009 at 4:23 PM, Yaakov Chaikin wrote: > Chris, > > I appreciate the link to the official source code... Where is that > link (and others similar to that one) is/will be? I looked through the &g

Re: MVP Article... Source Code?

2009-12-30 Thread Yaakov Chaikin
suggestion. Thanks, Yaakov. On Wed, Dec 30, 2009 at 2:55 PM, Alejandro D. Garin wrote: > Thanks Chris, I didn't know about the availability of the official source > code so I will remove my project because that make no sense. By the way, the > articule was very usefull. > > O

Re: MVP Article... Source Code?

2009-12-29 Thread Yaakov
Yes, +1 here! Great article, but please post the source code. Thanks, Yaakov. On Dec 29, 1:00 pm, jpnet wrote: > I really like this > article:http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-architectur... > > However, it's almost useless without the entire source pac

Re: GWT RPC servlet doesn't get called

2009-11-24 Thread Yaakov
Ok, never mind... It was a regular GWT SerializationException which was getting swallowed up by ext-GWT widget code. Thanks, Yaakov. On Nov 24, 12:08 pm, Yaakov wrote: > I am not running with Jetty (i.e., running with no-server checked > off)... deployed to Glassfish. > > However,

Re: GWT RPC servlet doesn't get called

2009-11-24 Thread Yaakov
console). *** I am also looking at my Eclipse console, at the Hosted mode console, and at the server console. There are NO errors at all in either! Any idea what could be going on here? I didn't change ANY code that has to do with client side interfaces. Thank you, Yaakov

GWT RPC servlet doesn't get called

2009-11-24 Thread Yaakov
nyone have any idea of what it could be? I already cleared the gwt-generated directory in the war directory and still nothing... What could it be??? Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this gr

Re: Limiting compilation to just for the hosted browser on windows

2009-11-13 Thread Yaakov
Oh... I thought that wasn't working because I forgot they are using a DTD and was specifying it in the wrong location.. BTW, it's , not ... It's already defined in user package by GWT. Thanks for pointing me in the right direction though. Yaakov. On Nov 13, 12:12 pm, Ian Bambury

Re: Limiting compilation to just for the hosted browser on windows

2009-11-13 Thread Yaakov
how about my real question? Does anyone know the answer? Thanks, Yaakov. On Nov 13, 11:26 am, Ian Bambury wrote: > If you point your web server's document root to the /war/ directory, you > don't have to compile. > > You can always set up a lightweight web server running o

Re: Limiting compilation to just for the hosted browser on windows

2009-11-13 Thread Yaakov
understanding is that on Windows it uses IE, so all I need is to limit it to IE during the compilation process. How do I do that? Thanks, Yaakov. On Nov 13, 10:30 am, Thomas Broyer wrote: > On Nov 13, 3:59 pm, Yaakov wrote: > > > Hi, > > > I've Googled, but the only things that

Limiting compilation to just for the hosted browser on windows

2009-11-13 Thread Yaakov
Hi, I've Googled, but the only things that come up don't really work... I am using GWT 1.7 on Windows XP and want to limit my compilation to only compile for my hosted browser so it will be much faster. Is there a way to do this in GWT 1.7 or is that only for GWT 2.0? Thanks, Yaakov

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-11 Thread Yaakov
that blog. Thanks, Yaakov. P.S. I would disagree though that my post has nothing to do with GWT. The whole thing started only because of how GWT Eclipse plugin is (is not?) working. As you'll see from my comment to that blog, it's GWT Eclipse plugin that was part of the problem. On

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-04 Thread Yaakov
t a load-time weaver. Anyone? Thanks, Yaakov. On Nov 4, 10:32 am, Yaakov wrote: > > to be honest, this sounds like it is not so much a gwt thing as it is a > > hibernate/spring thing. > > It IS a GWT thing in the sense that it is the Jetty server which the > GWT Eclipse pl

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-04 Thread Yaakov
with google searches. I haven't found anything wrt GWT provided servlet engine, i.e. jetty bundled with GWT. The only link I found, I provided, but that doesn't seem to work anyway. If anyone has any ideas, please suggest. Thanks, Yaakov. --~--~-~--~~~---~--

GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Yaakov Chaikin
-jpa-not-really-friendly.html I can't imagine no one has used GWT with Spring and JPA and I am the first one, so whoever knows the magic solution for this, please help me out. I'd really appreciate it. Thanks, Yaakov. --~--~-~--~~~---~--~~ You received

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Yaakov
et the same error... It's as if GWT Hosted mode server doesn't see that I am asking it to start with a specific Java agent (specified in the Arguments-vm arguments in Eclipse)... Any ideas as to how to get this to work? Thanks, Yaakov. On Nov 3, 3:33 pm, Davis Ford wrote: > don&

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-23 Thread Yaakov
Hi Rajeev, You guys are still going to support the version for Eclipse 3.4, right? I am just hoping that you guys don't forget that not everyone can be Google Wave and code against a constantly (and very rapidly) moving platform. Thanks, Yaakov. On Jul 22, 11:46 am, Rajeev Dayal wrote:

Getting a simple GWT project to gwt-compile in maven2

2009-07-21 Thread Yaakov
Hi, I am trying to get a very simple GWT project to gwt-compile using the codehaus' maven-gwt plugin but I don't seem to be having much success... The project is nothing more than a regular starter GWT 1.7 (same as 1.6 plus bug fixes) Eclipse GWT plugin project. All I did after creating a new pr