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

2011-11-02 Thread Yaakov
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 received this message because you are subscribed

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 bruno.sandivi...@gmail.com wrote: this post looks like an 'framework email marketing', lol; 2011/10/30 Yaakov yaakov.chai...@gmail.com Or, you can check out GWT

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 mlotfi2...@gmail.com wrote: Thanks lot. On Oct 29, 5:13 am, wang tiezhen jwz...@gmail.com wrote: Hi, I think this tutorial will be very

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 this message

Simulate sort on CellTable as if user clicks it

2011-04-01 Thread Yaakov
on a 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 google-web

CellListExample error???

2011-03-30 Thread Yaakov
, 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 google-web-toolkit+unsubscr

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 yaakov.chai...@gmail.com 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

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 at 3:11 PM

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 t.bro...@gmail.com wrote: Search the archives, others have asked the same before. You'd have to extend the Image{,Resource}Cell and override getConsumedEvent

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 t.bro...@gmail.com 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 EditTextCell and make it generate a select

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. For more options

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

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 yaakov.chai

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 larse...@gmail.com

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! -yaakov

CellTable odd/even row styles

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

Re: CellTable odd/even row styles

2011-03-16 Thread Yaakov Chaikin
(SystemStatusResources.class); CellTableListString dataTable = new CellTableListString(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 at 1:24 PM, Jeff

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 Google Web

GWT 2.2 Deferred binding failed

2011-03-08 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. For more options

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 yaakov.chai...@gmail.com wrote: Hi, I dug into my error a bit more... I used

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 yur...@gmail.com 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
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. -- You received this message because you are subscribed

Integrating GIN into HelloMVP sample from GWT

2011-03-01 Thread Yaakov
a 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 unsubscribe from

Trying to get shared styles to work with ClientBundle

2010-12-12 Thread Yaakov
inserted into that div when view the resultant HTML page. However, the style itself is empty, i.e., looking into firebug, it doesn't even show up under the style tab, i.e., the style is empty, no rules in it. What am I doing wrong here? Anyone's help would be greatly appreciated. -Yaakov. -- You

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, Thomas

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, Geoffrey De Smet

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

2010-11-25 Thread Yaakov Chaikin
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 eplisc...@googlemail.com wrote: hi, u think the right way :-) how did you define your RemoteService methods? have you defined them

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

2010-11-24 Thread Yaakov
because the '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 t.bro...@gmail.com wrote: On 5 nov, 22:01, Yaakov Chaikin yaakov.chai...@gmail.com wrote: Never

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

2010-11-05 Thread Yaakov
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 because you are subscribed to the Google Groups Google Web Toolkit group. To post

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

2010-11-05 Thread Yaakov Chaikin
goaltest/goal /goals /execution /executions /plugin On Fri, Nov 5, 2010 at 4:35 PM, Yaakov yaakov.chai...@gmail.com wrote: Hi

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 group, send email

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 roud...@gmail.com wrote: hello, you need to override the default behavior of the browser event on the treeitem

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 jdoug...@basis.com 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 don't forget to call

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 because you

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

2010-05-11 Thread Yaakov Chaikin
., 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 sripathi.krish

Adding a Widget into HTMLPanel

2010-03-15 Thread Yaakov
HTML and still shows the div as div id=mainContent/div. Can someone explain what I am doing wrong here? 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

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 ukcue...@gmail.com wrote: Is this a GWT problem where it fails because I am using generics??? Probably. I see you've already found

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

2010-02-24 Thread Yaakov
and and rewrap it again??? Thanks, Yaakov. On Feb 24, 1:35 pm, Yaakov yaakov.chai...@gmail.com 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 explain

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 yaakov.chai...@gmail.com

Re: MVP question

2010-02-17 Thread Yaakov Chaikin
, and 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(Vehicle vehicle)... where

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 itru...@gmail.com wrote: This question

Re: MVP question

2010-02-16 Thread Yaakov Chaikin
values of Model and set those components to those values. All this without having to expose every visual field to the Presenter. Did I miss anything we've mentioned? Can anyone come with some others (pro or against)? Regards, Yaakov. -- You received this message because you are subscribed

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 t.bro...@gmail.com wrote: On 15 fév, 18:22, Yaakov Chaikin yaakov.chai...@gmail.com wrote: Hmm... I think I spoke too soon. Well, maybe not, but what I

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 Toolkit

Re: MVP question

2010-02-15 Thread Yaakov Chaikin
a handle to the event bus, but my resolve is wavering on that as well. Why? What's the use case that you are finding you'd rather handle the events right in the view? Just curious. Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

String.matches and history token parameters

2010-02-15 Thread Yaakov
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=editid=2 etc. How do you approach this issue? Thanks, Yaakov. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: String.matches and history token parameters

2010-02-15 Thread Yaakov Chaikin
.\\-*_+%()]*([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. On Mon, Feb 15, 2010 at 11:18 AM

Re: MVP question

2010-02-15 Thread Yaakov Chaikin
into your view). It can just do the same thing that setData(ListString) does (in the MVP Contacts example). I.e., it can remove all entries from the table and iterate through the Contact list, populating the table with contact values, throwing the ListContact away after it's done. Yaakov. -- You

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

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 yaakov.chai...@gmail.com wrote: Hi all, Using 2.0.0 in Eclipse (actually in the pom.xml I specified 2.0.1 - just in case that matters

MVP question

2010-02-14 Thread Yaakov
this and 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 Toolkit group

Re: MVP Article... Source Code?

2010-01-19 Thread Yaakov
to this that anyone knows about? Thanks, Yaakov. On Jan 16, 8:43 pm, ojay oliver.ja...@googlemail.com 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 funkybre

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 marko.aspl

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

2010-01-13 Thread Yaakov
. 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 function. Please help! Thanks, Yaakov

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 cramsd...@google.com wrote: On Wed, Jan 13, 2010 at 11:48 AM, Yaakov yaakov.chai...@gmail.com 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.codesvr=localhost

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 unsubscribe

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 yaakov.chai...@gmail.com wrote: Hi, Is there a way to add a handler for onMouseOver to the SplitLayoutPanel dragger

Re: MVP Article... Source Code?

2010-01-03 Thread Yaakov Chaikin
to the 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 cramsd...@google.com wrote: While I see that someone has already found

GWT RPC servlet doesn't get called

2009-11-24 Thread Yaakov
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 group, send email

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

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 yaakov.chai...@gmail.com wrote: I am not running with Jetty (i.e., running with no-server checked off)... deployed to Glassfish

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 t.bro...@gmail.com wrote: On Nov 13, 3:59 pm, Yaakov yaakov.chai...@gmail.com wrote: Hi, I've Googled, but the only

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

2009-11-13 Thread Yaakov
my real question? Does anyone know the answer? Thanks, Yaakov. On Nov 13, 11:26 am, Ian Bambury ianbamb...@gmail.com 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 on a different port

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 set-property, not define-property... 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

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-11 Thread Yaakov
to 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 Nov 4, 1:16 pm

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-04 Thread Yaakov
. Anyone? Thanks, Yaakov. On Nov 4, 10:32 am, Yaakov yaakov.chai...@gmail.com 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 plugin starts up which refuses

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Yaakov
in Eclipse)... Any ideas as to how to get this to work? Thanks, Yaakov. On Nov 3, 3:33 pm, Davis Ford davisf...@zenoconsulting.biz wrote: don't put persistence.xml in war folder, put it here: ${basedir}/src/main/resources/META-INF/persistence.xml When you build, maven will make sure

GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Yaakov Chaikin
, 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

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 rda

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