Re: Vaadin 7 to include GWT

2012-07-03 Thread Harpal Grover
This is great news. Finally, aesthetically appealing widgets for GWT. Been wanting something like this for a very long time, like a lot of other GWT dev's. -- Harpal Grover President *Harpal Grover Consulting LLC* On Tue, Jul 3, 2012 at 9:25 AM, Alain Ekambi wrote: > Pretty cool news

Re: Google Web Toolkit & postgreSql & HIBERNATE

2012-04-24 Thread Harpal Grover
ovide insight into this. -- Harpal Grover President *Harpal Grover Consulting LLC* On Tue, Apr 24, 2012 at 5:18 AM, alaa aadil wrote: > hello > > i create a data base with the PgAdmin3 of PostgreSql , and i want to > get the informations from > > the data base table with t

Re: GWT upgrade from 2.1 to 2.4

2012-04-20 Thread Harpal Grover
Search the forums at the Gilead project site, I am sure there's an answer to your question there. -- Harpal Grover President *Harpal Grover Consulting LLC* On Wed, Apr 18, 2012 at 8:34 AM, majd obeid wrote: > I am using GWT + Gilead, and while upgrading from 2.1 to 2.4 ,the >

Re: GWT and how to make them better.

2012-03-30 Thread Harpal Grover
This is very cool. -- Harpal Grover President *Harpal Grover Consulting LLC* On Fri, Mar 30, 2012 at 7:33 AM, Bogo wrote: > Hey guys, > We just published an article on our blog about GWT and will be happy > to read your thoughts about it. > Here it is: http://j.mp/gwtgwtgwt >

Re: GWT con Hibernate

2012-03-02 Thread Harpal Grover
Try using the 'Gilead' project for GWT. This provides Hibernate + GWT integration. -- Harpal Grover President *Harpal Grover Consulting Inc* On Fri, Mar 2, 2012 at 7:35 AM, Frank wrote: > You can't just use any Java library on the GWT client side since GWT is > not Jav

Re: How to save a file in server

2012-02-16 Thread Harpal Grover
Use a servlet to write out the file on the server. On Feb 16, 2012 1:48 AM, "yashujn" wrote: > I am using tomcat server to for my GWT based project.. > > I have to create a folder in the server and save .xml files in that > folder. > > Need help regarding saving the file. > > -- > You receive

Re: gwt application using hibernate and postgresql

2012-01-04 Thread Harpal Grover
Gilead is the tool you're looking for. Google it to get started. I use it for my hibernate + postgres projects. On Jan 4, 2012 6:41 AM, "Stefanos Antaris" wrote: > Hi to all, > > i have implemented a new gwt application without any app engine > integration and i need to use postgresql as a databa

Re: marquee in gwt

2011-12-21 Thread Harpal Grover
p, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Harpal Grover President *Harpal Grover Consulting Inc* -- You received this message because you are subscribed to t

Re: GWT as reporting application

2011-12-15 Thread Harpal Grover
t; and you will get a lot of results. -- Harpal Grover On Fri, Dec 16, 2011 at 1:07 AM, Z.A Jafari wrote: > > please help > > On 15 December 2011 17:44, Z.A Jafari wrote: > >> >> Hi there, >> >> I have my ERP application written in Swing and hibernate

Re: Import ArrayList to Grid

2011-12-05 Thread Harpal Grover
Hi, Please post the code you've written for us to examine. This would help in order to provide you with assistance. Thanks On Wed, Nov 30, 2011 at 10:53 PM, Sameer Doda wrote: > Hi > I am having trouble importing an array list to a grid panel. > The issue is that the list gets imported but the

Re: Is GWT's obfuscate compilation safe enough to protect the js code?

2011-11-07 Thread Harpal Grover
mail to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Harpal Grover President *Harp

Re: Is GWT's obfuscate compilation safe enough to protect the js code?

2011-11-05 Thread Harpal Grover
I too am quite curious about the strength of the obfuscation w/r/t GWT, I know no obfuscation algorithm is unbreakable and I know some people are going to point out you should be protecting your most valuable IP behind the server, but IP also entails UI design and functionality. On Sat, Nov 5, 201

Re: Encrypting/Encoding of AJAX Request/Server Response

2011-10-28 Thread Harpal Grover
oup at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Harpal Grover President *Harpal Grover Consulting Inc* -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to go

Re: future of gwt & who use gwt

2011-10-24 Thread Harpal Grover
This is a very interesting viewpoint in my opinion - "as i look closer at DART i start to suspect that probably it is not to replace javascript but to replace java (and so avoid dependence to oracle) but do they think they can provide something better than java which gained its maturity over years?

Re: rss feed

2011-10-13 Thread Harpal Grover
You might want to check this project out, it may have all the code you need already: http://code.google.com/p/gwt-feed-reader/ -- Harpal Grover President *Harpal Grover Consulting Inc* On Thu, Oct 13, 2011 at 1:44 AM, yashujn wrote: > hi, >thnks for ur quick response and va

Re: Failure Parsing XML Document from Servlet

2011-09-29 Thread Harpal Grover
and see if the document parses? On Thu, Sep 29, 2011 at 4:08 PM, Laura Bickle wrote: > Hi Harpal, > > I've attached my xml file as graphs.xml. Please let me know if you can't > see it. > > Thanks, > Laura > > On Thu, Sep 29, 2011 at 12:13 PM, Harpal Grover >

Re: Failure Parsing XML Document from Servlet

2011-09-29 Thread Harpal Grover
Could you attach the generated XML document if possible, or do you know if it's well-formatted and compliant to the xml spec? -- Harpal Grover President *Harpal Grover Consulting Inc* On Thu, Sep 29, 2011 at 2:41 PM, Laura Bickle wrote: > Hi Karim, > > Thanks for your sugges

Re: too much code: GWT Development with Activities and Places

2011-09-23 Thread Harpal Grover
I agree with you guys completely. Sometimes too strict of an OOP approach can lead to lots of over-engineering. I guess it's all about striking a fine balance and knowing when to pick the battles you want to win and knowing when to concede defeat. On Fri, Sep 23, 2011 at 11:26 AM, wstrange wrot

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Harpal Grover
I agree with Evan, I think GWT needs a theme along the lines of GXT and SmartGWT. These themes are very easy on the eyes and very attractive as well. On Tue, Feb 22, 2011 at 11:13 AM, Evan Ruff wrote: > I'm really sorry but, this not great at all. I just don't see anybody > actually using this i

Re: Wave

2011-01-09 Thread Harpal Grover
ns or trying to encourage beginners to trace code a little bit before asking questions. Not everyone is at the same level. -- Harpal Grover President Harpal Grover Consulting Inc -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: Casting JavaScriptObject with GWT 2.1

2010-12-13 Thread Harpal Grover
I agree with Julio, Gaurav's reply 'sounded' very cocky, although I am sure Gaurav did not intend to come off like that. On Sat, Dec 11, 2010 at 12:56 PM, julio wrote: > Sorry if I sound aggresive but this thing is taking the whole day and > more :) > > yes, i'm debugging and i hope to get someth

Re: PureGWT Showcase Preview Part II

2010-11-04 Thread Harpal Grover
Great stuff man, keep it up. -- Harpal Grover -- 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-w

Re: What Major Companies Use GWT???

2010-10-28 Thread Harpal Grover
k that > speaks very highly of it. > > Jeff > > > > On Thu, Oct 28, 2010 at 1:11 PM, Harpal Grover > wrote: >> >> Ok so it seems like GWT has major use internally for companies, but so >> far is not a choice product to build commercial applications for >>

Re: What Major Companies Use GWT???

2010-10-28 Thread Harpal Grover
y >> > > - RedHat >> > > - IBM, Lombardi >> > > - Google (quite sure) >> >> > > However, sometimes a tool uses GWT but this is not really published. >> > > XWiki, Magnolia CMS for example >> >> > > Ste

Re: What Major Companies Use GWT???

2010-10-25 Thread Harpal Grover
ee, I've often thought about this as well. I think it would be nice to know if there are some major companies (other than Google) throwing their full support behind this framework like Oracle or IBM have with other Java frameworks. -- Harpal Grover -- You received this message because you are

Re: GWT Hibernate Integration

2010-09-20 Thread Harpal Grover
Hi, Have you heard of the Gilead project(http://noon.gilead.free.fr/gilead/ index.php?page=tutorial) It deals with workarounds with GWT-Hibernate integration. You may want to take a look at it, I was able to integrate hibernate with gwt using this library. Thanks Harpal On Sep 20, 5:00 am, Ke