Re: GWT client as Maven module in multi-module project

2010-07-15 Thread SalvadorDiaz
Hi, You might want to take a look at the GWT maven plugin documentation (there are lots of useful tips): http://mojo.codehaus.org/gwt-maven-plugin/ Hope that helps, Salvador On 15 juil, 03:35, David Vree wrote: > Manually moving index.html to the WEB-INF directory solver the 404 > problem. Bu

Re: Best way to use Microdata in webpages generated by GWT?

2010-03-15 Thread SalvadorDiaz
Is your site indexable by google ? If it isn't, there's no point in adding microdata, microformats or RDFa markup, it won't be visible anyway. If it is, it should be a simple matter of some setStyleName method calls on divs and spans (microformats seem to be the easiest to implement). If you haven

Re: Suggestions Invited for Applying design Patterns on Web Application

2010-03-15 Thread SalvadorDiaz
I suggest you watch the Google I/O 2009 presentation by Ray Ryan: http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html You'll find plenty of examples if you google for GWT MVP. Hope that helps, Salvador On Mar 15, 11:04 am, la_89ondevg wrote: > Hello everybody > I

Re: GWT RPC server compiled as regular servlet

2010-03-15 Thread SalvadorDiaz
Hi Sanjay, GWT RPC async interfaces are generated at compile time, so the GWT compiler has to know where the endpoint of the RPC is at compile time. That's the reason you annotate your RPC interfaces with @RemoteServiceRelativePath, so that the GWT compiler knows where's your RPC servlet. Maybe yo

Re: Debugging Problem

2010-03-15 Thread SalvadorDiaz
> application project I create so it seems to be a problem between > eclipse gwt java gae and not to the specific project. It is a mystery > for me because i didn't change anything of these setups. > > On 15 Μαρ, 11:00, SalvadorDiaz wrote: > > > > > You should ta

Re: Performance

2010-03-15 Thread SalvadorDiaz
Hi raj, I once had a similar problem with a GWT application, as it turned out, there was an IncrementalCommand that was being called again and again and it never returned false so the CPU usage was sky high (50 % of a dual core machine, I think it's the max you can achieve as JS is monothreaded).

Re: Debugging Problem

2010-03-15 Thread SalvadorDiaz
You should take a look at your classpath, there are missing dependencies, you can tell by the "ClassNotFoundException". Hope that helps, Salvador On Mar 15, 8:25 am, giannisdag wrote: > Hi all, > I am trying to implement spring method security, and I am getting the > following problem while deb

Forcing GWT 1.6 to respect maven conventions

2009-05-01 Thread SalvadorDiaz
Hi all, I started a series of blog posts discussing integration between GWT 1.6, Eclipse, Google Eclipse Plugin, maven, gwt-maven-plugin, and m2eclipse. The first post is a tutorial showing how to develop with GWT 1.6 following maven conventions and some workarounds to make the hosted mode work i

Re: acentos en gwt

2009-01-29 Thread SalvadorDiaz
No olvides añadir lo siguiente a tu html dentro del tag : Espero que esto te ayude On Jan 29, 2:06 pm, Locovich wrote: > como ver las ñ, o acentos en las aplicaciones gwt. Ya cambié version="1.0" encoding="ISO-8859-1"?> en el xml de entrada y en el > project pero sigo sin ver cuando por ejem