Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread markM
Incubator has a learning curve but it works just fine for me and is blazing fast! On May 25, 11:40 am, Go2one dennis.schum...@go2one.de wrote: Hi everyone, because of performance issues we are using the PreloadedTable instead of FlexTable. No I read, that GWT Incubator is death? Is there any

Re: GWT project layout question featuring git, maven and 100 developers

2011-01-20 Thread markM
You might want to read The Mythical Man Month for starters. On Jan 18, 11:39 am, Raphael André Bauer raphael.andre.ba...@gmail.com wrote: Hi, we are currently on the way creating the project infrastructure for a larger GWT project. The specs are: - git - Maven (using gwt-maven-plugin) -

Re: GWT sometimes reinventing the wheels

2011-01-12 Thread markM
I think it's important for folks to understand that they're not writing in Java and to appreciate the times when it truly feels like they are because the GWT team has done such an excellent job. When a thread like this happens I call it the book of Job because the end user often times doesn't

Re: Can not run GWT from eclipse on 64-bit Windows 7

2011-01-08 Thread markM
Try JSF and you'll be doing this every day! On Jan 7, 3:34 pm, Nathaniel Auvil nathaniel.au...@gmail.com wrote: I have another GWT project which does work on this machine.  so i started looking anywhere i could think... .project .classpath etc so there were some differences in those

Re: Dropping support for ie6?

2011-01-06 Thread markM
Big Pharma still using ie6 too. Moving to ie7 but not there yet. On Jan 4, 3:37 pm, El Mentecato Mayor rogelio.flo...@gmail.com wrote: -1 for dropping ie6 (same here; big clients still use ie6-- unfortunately) +1 for adding ie9 On Dec 30 2010, 10:43 am, Peter Ondruska

Re: What Major Companies Use GWT???

2010-10-27 Thread markM
We use it within the Pfizer corporation. It's also been used within Toyota U.S. You may also want to visit the smart-soft web site as many of the companies listed there have probably taken GWT training. It's a beautiful thing to no longer have to deal with JSP's. Even with facilities like JSF,

Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-10-22 Thread markM
Try the example at this site. It won't show you how to use hibernate but it will show you how to get Spring integrated into your GWT app. If you need to learn Spring and Hibernate that's another learning curve altogether. http://code.google.com/p/gwtrpc-spring/ On Sep 7, 4:16 am, aces2805

Re: API design rant!

2010-09-29 Thread markM
I think we often times forget too that folks are producing these products for us for free. One can always pay for GWT EXT if they like. On Sep 28, 12:38 pm, Brett Thomas brettptho...@gmail.com wrote: Not to mention none of those three things have to do with API Design... On Tue, Sep 28,

Re: GWT Designer Custom widgets

2010-09-17 Thread markM
What's the code that it's producing look like though? That's been the problem with UI designers in the past is that the code they output is generally not readable by humans. I haven't checked it out yet but maybe this weekend. On Sep 16, 2:25 pm, Kasper Hansen kbhdk1...@gmail.com wrote: I'm

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-08 Thread markM
to integrate them if anyone is using.On Fri, Sep 3, 2010 at 7:30 PM, markM mark.a.mccon...@pfizer.com wrote: Sam/George, Just started looking into this same thing about a month ago.  My experience was as follows.  I found that the Spring documentation references the GWT Server Library so it must

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-03 Thread markM
Sam/George, Just started looking into this same thing about a month ago. My experience was as follows. I found that the Spring documentation references the GWT Server Library so it must be the official pathway correct? I tried to use the inheritance methodology, one of three the GWT Server

Re: Caching issue in host mode?

2010-08-12 Thread markM
I believe the issue I was having is because I'm not using the - noserver option as is explained in Google's FAQ. However, the odd thing is that I originally got my GWT Server Library / Spring integration working briefly under the built in Jetty instance. Not sure how this was possible but it

Caching issue in host mode?

2010-08-11 Thread markM
I successfully integrated the GWT Server Library into my GWT 2.0 app and had a working example in hosted mode. Due to a suggestion in the server library documentation I then added the following to my web.xml. filter filter-nameNoCachingFilter/filter-name