Payment gateway for an existing GWT application

2016-11-17 Thread imran syed
Hi, We have an application built using GWT. Now I need to add integrate a third party payment gateway like stripe or paypal with my GWT application. Many officially do not support GWT. Can anyone point me to the right direction on how do I implement this? Examples will be very beneficial. Than

Re: javascript files GWT generates

2012-10-01 Thread Imran Ahmed
Thank you Joseph, you cleared by doubt. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/e8Ysv4xUdDgJ. To post to this group, send email to go

javascript files GWT generates

2012-09-25 Thread Imran Ahmed
approach. Please provide the insight Thanks Imran. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/s5uTZ-MEsUgJ. To po

Javascript Files generated by GWT

2012-09-25 Thread Imran Ahmed
Hi Friends Is number user defined java classes is directly proportional to javascript files generated by GWT ?. Should i define application with least number of classes to decrease javascript files or size being generated?. Please provide your valuable thoughts. -- You received this messag

Menu Required similar like in showcase project

2011-01-12 Thread imran ahmad Khan
Hello, I am facing problem in existing GWT MenuBar. I want to disable the selected MenuItem on click event. Also, colour of the selected MenuItem should be changed on click even. Can someone please share the code of menu similar like we have in the GWT showcase project. Thanks in advance. -- Y

Setting Cache-Control: public in header

2010-03-01 Thread imran...@gmail.com
issue. I am using apache web server infront of tomcat. Can this be configured on the apache level? Thanks, Imran -- 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.c

Reading data from file on server

2010-02-16 Thread Imran
hi , i am new on this forum. i want to reading data from xml file on server. i send request from client and the server read the file and send reponse to me. please tell me. how can i do that. thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit

Re: Help - multiple modules in the same Eclipse project

2009-07-31 Thread Imran
Perfect. I wasn't doing that. Thanks Rajeev. Petarian. On Fri, Jul 31, 2009 at 11:52 AM, Rajeev Dayal wrote: > In your launch configuration for A, do you specify both the A and B modules > on the command line when launching hosted mode? > > > On Thu, Jul 30, 2009 at 2:08 PM, Petarian wrote

Re: Can I call a method is client from the server?

2009-07-31 Thread Imran
Thanks for the links. Petarian. On Fri, Jul 31, 2009 at 9:27 AM, mars1412 wrote: > > I think what you are looking for is some server push functionality: > * > http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ > * > http://www.google.at/search?hl=de&rlz=1G1GGLQ_DEAT

Re: RichTextToolbar Question

2009-07-31 Thread Imran
This class is not part of the API. Instead, it was created in the demo to show you what can be done. Download the code for the demo and copy the file from there. Petarian. On Fri, Jul 31, 2009 at 9:11 AM, Sean wrote: > > So, I am looking at the GWT Showcase and at: > http://gwt.google.com/s

Changing application path in production

2009-03-27 Thread imran...@gmail.com
using something like mod-proxy or one of the similar apache plugins to map from http://xyz.com/abc to http://xyz.com/abc/com.foo.bar.gwt.client.Main/Main.html. However I was hoping people may have been using a different/better approach to this. Thanks in advance, Imran