Re: What is 'final' keyword for?

2010-11-29 Thread Paul Grenyer
. Look it up! -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com t: pjgrenyer -- 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: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread Paul Grenyer
Hi On Thu, Oct 7, 2010 at 3:00 PM, aces2805 ace...@gmail.com wrote: Hi Paul, thanks the reference is useful again I was able to do some some basic authentication, do you have an idea on how to use CAS on spring and GWT? I might do if I knew what CAS was? -- Thanks Paul Paul Grenyer e

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread Paul Grenyer
hope it isn't too much to ask, but do you have any references also for spring security intgrated to GWT ... many thanks. On Oct 6, 5:13 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi On Wed, Oct 6, 2010 at 9:36 AM, aces2805 ace...@gmail.com wrote: Hi, is there any other way of integrating

Re: Advice for site design

2010-10-05 Thread Paul Grenyer
I see no reason you would want PHP if you can use GWT. For security use Spring. -Original Message- From: nick kov nickko...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Tue, 5 Oct 2010 14:45:29 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Reply-To:

Re: Sending mails from GWT-App

2010-09-28 Thread Paul Grenyer
...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com t: pjgrenyer -- You received this message because you are subscribed to the Google Groups

Re: Sending mails from GWT-App

2010-09-28 Thread Paul Grenyer
Hi It means I can't type! GET should have been GWT. Paul On Tue, Sep 28, 2010 at 2:20 PM, newnoise tommmuel...@googlemail.comwrote: What does that mean? On 28 Sep., 15:12, Paul Grenyer paul.gren...@gmail.com wrote: Hi This isn't a GET issue Paul On Tue, Sep 28, 2010 at 1

Re: permissions based on roles

2010-09-28 Thread Paul Grenyer
We've integrated Spring security to achieve this. -Original Message- From: spiralni spira...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Tue, 28 Sep 2010 12:28:05 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Reply-To: google-web-toolkit@googlegroups.com

Re: How to get the unexpected exception thrown by backend component onthe client side

2010-09-20 Thread Paul Grenyer
* com.google.gwt.user.client.rpc.RemoteService+.*(..))/ /bean That's it. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com t: pjgrenyer -- 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: How to get the unexpected exception thrown by backend component onthe client side

2010-09-20 Thread Paul Grenyer
Hi It seems that all beans derived from RemoteServiceServlet should be listen to, but not RemoteService? Yes, if you have beans that inherit from RemoteServiceServlet. Our spring integration implementation doesn't require it. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b

Re: How to get the unexpected exception thrown by backend component onthe client side

2010-09-19 Thread Paul Grenyer
This can be done with AOP. Are you using spring or anything like that? -Original Message- From: lin.liang birdandfis...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Sun, 19 Sep 2010 03:12:50 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Reply-To:

Re: MySQL database connection

2010-09-14 Thread Paul Grenyer
Very nice! So what's the problem? You should consider using springs JdbcTemplate. -Original Message- From: Romeo Calota kicsyr...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Tue, 14 Sep 2010 09:14:04 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Reply-To:

Re: TEST 2

2010-08-06 Thread Paul Grenyer
It works! -Original Message- From: Rahul rahul.mishr...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Fri, 6 Aug 2010 16:28:39 Reply-To: google-web-toolkit@googlegroups.com Subject: TEST 2 -- You received this message because you are subscribed to the Google Groups

Opening

2010-07-22 Thread Paul Grenyer
. --- OK --- I'm somewhat lost. I suspect it doesn't like the url type, maybe. Can anyone tell me what I need to do, please? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com t: pjgrenyer -- You received this message because you

Re: Opening

2010-07-22 Thread Paul Grenyer
: private static native void getURL(String url) /*-{ $wnd.open('http://www.itv-f1.com/','target=_blank'); }-*/; and I get the same error, which suggests to me maybe it's not the string type. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com t

Re: Opening

2010-07-22 Thread Paul Grenyer
Hi On Thu, Jul 22, 2010 at 12:51 PM, Paul Robinson ukcue...@gmail.com wrote: No need for jsni. Try: Window.open(http://www.itv-f1.com/;, _blank, ); I had that before, it didn't give me tabbed browsing in IE. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com

Re: This is getting beyond a joke

2010-07-13 Thread Paul Grenyer
. On Jul 13, 4:32 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi If you need it that much, why don't you host your own repository, such as Nexus? That's what we do for Ivy. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: This is getting beyond a joke

2010-07-13 Thread Paul Grenyer
, not having it go into central as a matter of course is simply ridiculous! It is absolutely, point blank unprofessional. On Jul 13, 4:32 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi If you need it that much, why don't you host your own repository, such as Nexus? That's what we do for Ivy

Re: This is getting beyond a joke

2010-07-12 Thread Paul Grenyer
Hi If you need it that much, why don't you host your own repository, such as Nexus? That's what we do for Ivy. Paul -Original Message- From: Richard Vowles richard.vow...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Mon, 12 Jul 2010 16:09:06 To: Google Web

GXT Button Id

2010-06-29 Thread Paul Grenyer
. Is there a way to get it added to the actual button, so we can have: ... button style=position: relative; width: 31px; type=button class=x-btn-text tabindex=0 id=ButtonId.sendSend/button ... -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You

Re: GXT Button Id

2010-06-29 Thread Paul Grenyer
Hi Just curious, are you testing your GUI with Selenium ? If yes, does it work with GWT ? We're using something called Twist which is based on Selenium and yes, it works. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message

Client Session Timeout

2010-06-16 Thread Paul Grenyer
? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- 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: Managing of connection to JMS server, listening to JMS Topic

2010-06-08 Thread Paul Grenyer
gon the server side you won't need JAXB and your JMS client will stop and start with the server. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Problems releated to javaMail in GWT application

2010-06-04 Thread Paul Grenyer
Hi Send email from the server side via an RPC call. Paul -Original Message- From: samounas elmokhtari.as...@gmail.com Date: Fri, 4 Jun 2010 08:57:36 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Subject: Problems releated to javaMail in GWT application Please can you tell

Re: Problems releated to javaMail in GWT application

2010-06-04 Thread Paul Grenyer
Paul for responding.But there is'nt another way to resolve this problem. Because i heared that we can insert some inheritis in the file x.gwt.xml?* 2010/6/4 Paul Grenyer paul.gren...@gmail.com Hi Send email from the server side via an RPC call. Paul -Original Message- From: samounas

Re: Hibernate problems after deploying to google appspot

2010-06-02 Thread Paul Grenyer
Emma It sounds like you haven't deployed the mysql driver. Paul -Original Message- From: Emma Cole emma.cole.positive.vo...@gmail.com Date: Mon, 31 May 2010 16:46:59 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Cc: dan.a...@gmail.com Subject: Hibernate problems after

Re: RPC Endpoints and threads

2010-04-16 Thread Paul Grenyer
write a RPC Servlet that delegates the heavy-processing to EJB. --Sri On 15 April 2010 13:19, Paul Grenyer paul.gren...@gmail.com wrote: Hi All I've been thinking a lot about the GWT RPC mechanism and from the tests that I've done it appears that the same endpoint instance is used

RPC Endpoints and threads

2010-04-15 Thread Paul Grenyer
was right the first time and an RPC endpoint is shared by all sessions, has anyone considered pooling endpoints and serving them up per session like I believe EJB does? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you

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

2010-04-08 Thread Paul Grenyer
on average 3-4 recruiters per day, so let's not jump to conclusions when one makes 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. Would it be worth having a separate gwt-recruitment list? -- Thanks Paul Paul

Re: Integrate GWT with Windows Applications

2010-02-27 Thread Paul Grenyer
can make a GWT RPC call that then talks to the windows app. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- 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: GWT 2 using Eclipse with plugin and Spring

2010-02-16 Thread Paul Grenyer
version of GEP should be more easy to use. I'm astounded. It's worked perfectly for me every time. On Windows and on Linux. I've even sent Paul S the steps I use. Thanks Paul -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you

Re: GWT 2 using Eclipse with plugin and Spring

2010-02-16 Thread Paul Grenyer
to your Eclipse project. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- 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: GWT 2 using Eclipse with plugin and Spring

2010-02-16 Thread Paul Grenyer
(but as an early maven user I tend to suppose that everybody uses maven ... ) Nah, real programmers see Maven for what it really is. ;-) -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google

Re: GWT 2 using Eclipse with plugin and Spring

2010-02-15 Thread Paul Grenyer
Hi [WARN] Could not instantiate listener org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener Have you got all the necessary Spring JARs in WEB-INF/lib? -- Thanks Paul Paul Grenyer e: paul.gren

Re: file delete problem

2010-02-15 Thread Paul Grenyer
().getRealPath(/) + job/;                File f=new File(delpath+path);                    if(f.exists()){                    f.delete();                    } What's the error message? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message

Re: file delete problem

2010-02-15 Thread Paul Grenyer
. the file is not deleted On 15 Feb., 18:37, Paul Grenyer paul.gren...@gmail.com wrote: Hi On Mon, Feb 15, 2010 at 5:35 PM, user20 ba.os...@gmail.com wrote: I use the following code with RPC call  , with me lockal works correctly but with tomcat 5.5 not HttpServletRequest req

Re: File delete with Gwt

2010-02-06 Thread Paul Grenyer
Hi On Sat, Feb 6, 2010 at 3:38 PM, user20 ba.os...@gmail.com wrote: hallow everbody, how can i  make to delete file form folder in the server with gwt Make an RPC call and do it the Java way. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received

Re: File delete with Gwt

2010-02-06 Thread Paul Grenyer
within the system. Yes. The files have to be in a place that the user the servlet container is being run as has access to though. I wrote a system recently that retrieves phone calls via sFTP and saves them to a server remote from the server running the servlet container. -- Thanks Paul Paul Grenyer

Re: File delete with Gwt

2010-02-06 Thread Paul Grenyer
really don't know. If you don't already know Java, then my opinion is that GWT, especially on the server side, isn't really for you. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups

Re: Feature Request - Improve Visual Look

2010-01-29 Thread Paul Grenyer
Why not just use GXT then? -Original Message- From: Marcos Alcantara marc...@gmail.com Date: Fri, 29 Jan 2010 11:19:28 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Subject: Re: Feature Request - Improve Visual Look Couldn´t agree more. GWT is great as whole and so

Is IsSerializable depreciated?

2010-01-17 Thread Paul Grenyer
); } } and it won't serialize across the RPC boundry unless it implements IsSerializable, Serializable doesn't work. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Is IsSerializable depreciated?

2010-01-17 Thread Paul Grenyer
and Serializable to be interchangeable. e.g.: this: public ServerSideException extends RuntimeException implements IsSerializable to be the same as public ServerSideException extends RuntimeException implements Serializable but it appears they are not. -- Thanks Paul Paul Grenyer e: paul.gren

Re: Swing App on browser

2010-01-16 Thread Paul Grenyer
Why not just use webstart? -Original Message- From: Alexander the.malk...@gmail.com Date: Sat, 16 Jan 2010 23:37:32 To: google-web-toolkit@googlegroups.com Subject: Re: Swing App on browser No way!!! 2010/1/16 Jiss K jiss.ka...@gmail.com Hi, I have a complete Swing application and

Re: Swing App on browser

2010-01-16 Thread Paul Grenyer
that you have to have a pretty solid grasp on the fundamentals (limitations and techniques) of web development to produce effectively in GWT.  There'd be no way to do a straight conversion of a non trivial application. On Jan 16, 11:47 am, Paul Grenyer paul.gren...@gmail.com wrote: Why not just

Re: Where does log4j output go?

2010-01-03 Thread Paul Grenyer
Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email

Re: Where does log4j output go?

2009-12-31 Thread Paul Grenyer
really like to have the output back in Eclipse. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- 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: Where does log4j output go?

2009-12-31 Thread Paul Grenyer
Hi On Thu, Dec 31, 2009 at 2:58 PM, mirceade mirce...@gmail.com wrote: Hi, Read the log4j docs. Use a console apender. That's what I'm using. That's what I've always used. It's stopped working with gwt 2.0. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com

Where does log4j output go?

2009-12-29 Thread Paul Grenyer
Hi All I know this was the topic of another thread recently, but I can't find it in the archives, so please accept my apologies. Where does the log4j output go in hosted mode for GWT 2.0? I seem to get some output in the console window only if an exception is thrown. -- Thanks Paul Paul

Re: GWT 2.0 port 9997 - testing two apps simultaneously

2009-12-27 Thread Paul Grenyer
Go into your project settings and tick the box labelled something like find available port or enter a different port for one of your apps. --Original Message-- From: Blessed Geek Sender: google-web-toolkit@googlegroups.com To: Google Web Toolkit ReplyTo:

Re: Why doesn't com.google.gwt.user.client.ui.Grid have a style name?

2009-12-26 Thread Paul Grenyer
do much for the individual table rows and table data, so specifying global style on table tag could be misleading and maybe that's why it's left null?  I'm not an expert in this, but it's a hunch.. Thanks for getting back to me. That does sound plausible. -- Thanks Paul Paul Grenyer e

Re: Grid cell formatting

2009-12-26 Thread Paul Grenyer
like that. because align and valign could be different for td, tr, and tbody...  so you just have to specify what you really mean... just a hunch (not an expert :) ) Right! I see. That's a shame. I was hoping to be able to drop my subclass. -- Thanks Paul Paul Grenyer e: paul.gren

Why doesn't com.google.gwt.user.client.ui.Grid have a style name?

2009-12-25 Thread Paul Grenyer
Hi If i do this: Grid g = new Grid(rows,columns); String s1 = g.getStyleName(); String s2 = g.getStylePrimaryName(); both s1 and s2 are empty strings. This isn't true of other controls such as TextBox, etc. Any ideas? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b

Grid cell formatting

2009-12-25 Thread Paul Grenyer
horizontal alignment and a top justified vertical alignment. Thanks! -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Why doesn't ListBox ChangeHandler handle inserts?

2009-12-22 Thread Paul Grenyer
handler interface? 3. Something else? Thanks! -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- 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: Why doesn't ListBox ChangeHandler handle inserts?

2009-12-22 Thread Paul Grenyer
Hi So what would you suggest? 1. Overriding insertItem, etc and firing a ChnageEvent (I had a quick look and I can't see how)? Did a bit more digging: ChangeEvent.fireNativeEvent(Document.get().createChangeEvent(), this); -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b

Why doesn't ListBox ChangeHandler handle inserts?

2009-12-21 Thread Paul Grenyer
VerticalPanel vp = new VerticalPanel(); vp.add(lb); vp.add(btn); RootPanel.get().add(vp); } What I want to know is why isn't the ListBox change handler fired when an item is inserted into the ListBox? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b

Re: Why doesn't ListBox ChangeHandler handle inserts?

2009-12-21 Thread Paul Grenyer
that setting the selection programmatically does not cause the ChangeHandler.onChange(ChangeEvent) event to be fired. Thanks! That explains it. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google

Centering a grid

2009-12-21 Thread Paul Grenyer
just not doing what I expect. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- 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: Warnings on starting up GWT application JSONException could not be found in the web app

2009-12-09 Thread Paul Grenyer
It's almost certainly because some jars you're referencing in your eclipse project are no present in your WEB-INF lib directory. --Original Message-- From: Chris Sender: google-web-toolkit@googlegroups.com To: Google Web Toolkit ReplyTo: google-web-toolkit@googlegroups.com Subject: Re:

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-28 Thread Paul Grenyer
difference? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- 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

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-28 Thread Paul Grenyer
to find 'Gwt2RC2.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? I've tried fiddling with the classpath and source settings of the Run Configuration, but so far nothing's worked. Does anyone know what I'm doing wrong? -- Thanks Paul Paul

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-28 Thread Paul Grenyer
\classes to my Run Configuration class path, but that hasn't worked. Any ideas? Sorry for the iterative approach this morning, but I expected to be stuck at each hurdle. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-28 Thread Paul Grenyer
version of the plugin with the RC2 version of GWT. Thanks! :-) All workign now. Thanks! -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-27 Thread Paul Grenyer
. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Spring MVC vs ExtGWT(GXT) MVC ?

2009-11-01 Thread Paul Grenyer
We use Spring MVC together with GWT GXT. --Original Message-- From: webus Sender: google-web-toolkit@googlegroups.com To: Google Web Toolkit ReplyTo: google-web-toolkit@googlegroups.com Subject: Spring MVC vs ExtGWT(GXT) MVC ? Sent: 1 Nov 2009 13:00 Which framework is more convenient

Re: Spring MVC vs ExtGWT(GXT) MVC ?

2009-11-01 Thread Paul Grenyer
GXT MVC is all client side and different from spring MVC. In the Java world MVC does not seem to be well understood outside client/server web applications. Look at the code examples. It's all there. Sent from my Archimedes A3000 -Original Message- From: webus webus...@gmail.com Date:

Re: Join .Net Community

2009-10-20 Thread Paul Grenyer
Well said! Sent from my Archimedes A3000 -Original Message- From: Jim jim.p...@gmail.com Date: Tue, 20 Oct 2009 04:38:18 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Subject: Re: Join .Net Community Welcome you to join this Java group. On Oct 20, 6:28 am, Shawon_

Re: Installed GWT Plugin into Eclipse 3.5 Galileo and cannot find wizard

2009-09-13 Thread Paul Grenyer
also got subclipse installed? They don't seem to work together very well. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Installed GWT Plugin into Eclipse 3.5 Galileo and cannot find wizard

2009-09-13 Thread Paul Grenyer
Hi I use subclipse all the time w/ GWT plugin. They seem to co-exist. Yes, it works for a colleague of mine in the office, but not for me. Even under the Other Google Web Application Project you don't get a Wizard? Will have to try that. -- Thanks Paul Paul Grenyer e: paul.gren

Re: Is it possible to develop desktop applications using GWT?

2009-09-09 Thread Paul Grenyer
Hi I'm sorry for this newby question, but I'm new to GWT. Thanks for your help. Why would you want to? That's what swing is for. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received

Forwarding to TomCat

2009-09-03 Thread Paul Grenyer
of things: 1. Better security 2. Move the serving of the big stuff from TomCat to Apache/IIS Any help greatly appreciated. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because you

Re: @SuppressWarnings(serial)

2009-09-03 Thread Paul Grenyer
detail. You'll see that it implements an interface that has to be serializble. The server side class doesn't need to be serializable so the warning is suppressed. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com

Re: @SuppressWarnings(serial)

2009-09-03 Thread Paul Grenyer
. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit

Re: @SuppressWarnings(serial)

2009-09-03 Thread Paul Grenyer
it. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ 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: Eclipse 3.5 and GWT Plugin

2009-08-20 Thread Paul Grenyer
Hi That's not good at all. Can you check out your error log and see if you notice any problems? To see your error log, go to Window - Show View - Error Log. Sure. I've reverted to 3.4, but i'll give 3.5 another go. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http

Eclipse 3.5 and GWT Plugin

2009-08-19 Thread Paul Grenyer
, are still listed as installed. What gives? :-) -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Where is the server log ?

2009-08-16 Thread Paul Grenyer
If you're running in hosted mode they should be written to the eclipse console. Have you got it open! Sent from my Archimedes A3000 -Original Message- From: tolga ozdemir tka...@gmail.com Date: Sun, 16 Aug 2009 09:13:46 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com

Re: com.google.gwt.user.client.rpc.StatusCodeException

2009-08-16 Thread Paul Grenyer
I told you where to find the log... Sent from my Archimedes A3000 -Original Message- From: tolga ozdemir tka...@gmail.com Date: Sun, 16 Aug 2009 11:57:59 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject: com.google.gwt.user.client.rpc.StatusCodeException Anyone has

Re: Invoking Web Services

2009-08-12 Thread Paul Grenyer
Hi Make an RPC and the do it the Java way on the server. Paul --Original Message-- From: gerardc Sender: Google-Web-Toolkit@googlegroups.com To: Google Web Toolkit ReplyTo: Google-Web-Toolkit@googlegroups.com Subject: Invoking Web Services Sent: 12 Aug 2009 06:13 I'm trying to figure

Re: How to split a large application?

2009-08-10 Thread Paul Grenyer
of trouble with this. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Server Root Directory

2009-08-10 Thread Paul Grenyer
below 'war' but none of them helped. So can you tell me the path where 'index.txt' has to be installed, please? You should be able to get it form the ServletContext. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com

Re: Offline GWT Applications

2009-08-07 Thread Paul Grenyer
Hi This is a complete guess with little to back it up, but is there some XML generated somewhere as part of the RPC call that is validated against a schema on the 'net? Paul Sent from my Archimedes A3000 --~--~-~--~~~---~--~~ You received this message because

The following classpath entry '...' will not be available on the server's classpath

2009-07-30 Thread Paul Grenyer
HI All How do I turn off the above warning? I can go through each one and tell eclipse to ignore it, but that's a real ball ache and has to be done every time the project is checked out. Thanks! -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b

Re: The following classpath entry '...' will not be available on the server's classpath

2009-07-30 Thread Paul Grenyer
. That would be perfect. Is there a feature request I can create or add weight too? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because

Re: The following classpath entry '...' will not be available on the server's classpath

2009-07-30 Thread Paul Grenyer
be a good step in the right direction. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Re: How to persist data

2009-07-19 Thread Paul Grenyer
Singletons are evil. Sent from my Archimedes A3000 -Original Message- From: Jeff Chimene jchim...@gmail.com Date: Sun, 19 Jul 2009 12:15:35 To: Google-Web-Toolkit@googlegroups.com Subject: Re: How to persist data On 07/19/2009 11:37 AM, Pham Tran Quoc Viet wrote: Hi, I have a

Re: Google Web Toolkit and JavaMail API

2009-07-06 Thread Paul Grenyer
side, is that right? I don't beleive GWT can do this, so you'll need to make an RPC call to ther server... -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received

Re: Portal with Dynamic Menus and Views

2009-06-23 Thread Paul Grenyer
structure from which to build the menu? How would you then hook it into method calls or events to the controller? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You

Portal with Dynamic Menus and Views

2009-06-22 Thread Paul Grenyer
menus based on logic in the GWT code, but we'd prefer to move the logic and the code for that to the server side. Is there a way? Something else we'd like to do is have optional, at deploy time, menus and views. Is there a way we can plugin such things? -- Thanks Paul Paul Grenyer e: paul.gren

Fwd: Portal with Dynamic Menus and Views

2009-06-22 Thread Paul Grenyer
Is anyone else getting this when they post -- Forwarded message -- From: postmas...@boxbe.com Date: Mon, Jun 22, 2009 at 8:11 PM Subject: Re: Portal with Dynamic Menus and Views To: Paul Grenyer paul.gren...@gmail.com Hello Paul Grenyer, I've received your message

Re: function reference

2009-06-09 Thread Paul Grenyer
Looks like an ideal place for an interface to me. Sent from my Archimedes A3000 -Original Message- From: kevin.d...@googlemail.com kevin.d...@googlemail.com Date: Tue, 9 Jun 2009 12:46:52 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject: function reference hello, I

Re: Returning to Java after a long lapse and starting with GWT. Any recommended books that cover both?

2009-05-31 Thread Paul Grenyer
Don't forget Java 6. Sent from my BlackBerry® wireless device -Original Message- From: rjcarr rjc...@gmail.com Date: Sun, 31 May 2009 02:12:17 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject: Re: Returning to Java after a long lapse and starting with GWT. Any

Re: How to use java.lang.Thread in GWT

2009-05-28 Thread Paul Grenyer
Sounds like you need a timer. Can you not make both calls on the server side? Sent from my BlackBerry® wireless device -Original Message- From: Adil BENHAMID enst.de.breta...@gmail.com Date: Thu, 28 May 2009 17:03:35 To: Google-Web-Toolkit@googlegroups.com Subject: Re: How to use

Re: How to use java.lang.Thread in GWT

2009-05-28 Thread Paul Grenyer
Sounds like a timer to me. Sent from my BlackBerry® wireless device -Original Message- From: Adil BENHAMID enst.de.breta...@gmail.com Date: Thu, 28 May 2009 17:05:46 To: Google-Web-Toolkit@googlegroups.com Subject: Re: How to use java.lang.Thread in GWT as an example I want to

Re: GWT and Hibernate XML files vs Annotations

2009-05-20 Thread Paul Grenyer
Hi If you find Hibernate is difficult to use, you may try Dreamsource ORM for your application. You can find an GWT example in http://www.gwtorm.com/mail/Mail.html. Is anyone else getting a little sick of this constant gratuitous on-list plugging? -- Thanks Paul Paul Grenyer e: paul.gren

Re: Exception Handling

2009-05-12 Thread Paul Grenyer
IIRC GWT doesn't like serializing Object. You need to use something more specific. Sent from my BlackBerry® wireless device -Original Message- From: abbu minhaj.mis...@gmail.com Date: Mon, 11 May 2009 23:06:20 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject:

Re: GWT, hibernate4gwt and HibernateTemplate

2009-05-11 Thread Paul Grenyer
Hi Any clues how you configured GWT with Gilead lib to support hibernate lazy loading. I am going through all examples but seems they use Spring. Simple examples are always good. :) It's not me you need to ask -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http

Re: GWT, hibernate4gwt and HibernateTemplate

2009-05-09 Thread Paul Grenyer
use the project forum. I have done. No response. :-( -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: GWT, hibernate4gwt and HibernateTemplate

2009-05-09 Thread Paul Grenyer
, hibernate4gwt and HibernateTemplate Come on guy, that's week-end ;-) I will reply to you before monday ! Regards Bruno On 9 mai, 20:37, Paul Grenyer paul.gren...@gmail.com wrote: Hi First, Hibernate4GWT has been renamed 6 month ago and is now known as Gilead library (http://gilead.sourceforge.net

Re: RPC Issues - Lifespan of Data from a RPC

2009-05-08 Thread Paul Grenyer
You're right. You could use spring or persist you data to a file or database between calls. Sent from my BlackBerry® wireless device -Original Message- From: JohnofLong johnlonganec...@gmail.com Date: Fri, 8 May 2009 13:46:01 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com

Ext GWT Mail Demo

2009-05-05 Thread Paul Grenyer
Hi All Does anyone know where I can find the source code for the Ext GWT Mail Demo: http://extjs.com/mail/? It's not included in the GXT download. Alternatively, does anyone know of a good GXT MVC tutorial? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder

  1   2   >