Re: GWT Designer

2023-11-05 Thread Sachin Bal
Wanted to inform that I could deploy the war file and I can now access the 
application on localhost and could get all the screens required. Thanks for 
all the help.

Regards
Sachin

On Monday, October 30, 2023 at 9:22:41 PM UTC+5:30 Sachin Bal wrote:

> Earlier, I remember when I clicked the source tab, it showed the source 
> code which it is showing. And when I used to click the design tab, I could 
> see a screen which I could modify. This is explained on (
> https://www.youtube.com/watch?v=kV5H3rGfqOE) at 3:00 min on the video.
>
> I feel that I am missing something and it has been many years since I have 
> used GWT Designer, and therefore cannot remember
>
> Do you remember anything which could help me? Thanks
>
> On Monday, October 30, 2023 at 7:10:14 PM UTC+5:30 Edu wrote:
>
>> Hi,
>>
>> If i remember correctly if you already installed the Designer plugin you 
>> need to open the java file that is linked with that xml file using the 
>> Designer editor not the default one.
>>
>> El lun, 30 oct 2023 a las 10:20, Sachin Bal () 
>> escribió:
>>
>>> Hi, 
>>>
>>> I installed Eclipse Kepler and when I open any ui.xml file, I can see 
>>> two tabs, source and design. In the source, I can see the code but in the 
>>> design I am not able to see the generated screen. I have a feeling that I 
>>> have missed something but I cannot remember exactly. Can you please advise? 
>>> Attached below is the source and design screens. It would be great, if you 
>>> could guide me. Thanks
>>>
>>> On Sunday, October 29, 2023 at 7:00:22 PM UTC+5:30 Sachin Bal wrote:
>>>
>>>> Thanks. I will check the old version of eclipse. I believe it was 
>>>> Eclipse Kepler which we had used earlier. 
>>>>
>>>> Regards
>>>> Sachin
>>>>
>>>> On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth 
>>>> wrote:
>>>>
>>>>> If memory serves, the GWT Designer tool was never part of GWT itself, 
>>>>> but was a component that could be installed in Eclipse, allowing for 
>>>>> WYSIWYG UI design (in part by running something like dev mode while you 
>>>>> were editing?). Changes that the author of the project made were 
>>>>> reflected 
>>>>> in standard source files (.java and .ui.xml) that GWT itself was able to 
>>>>> compile - as such, a newer compiler version can likely still compile 
>>>>> (with 
>>>>> small or minimal changes to source) such an old project. I would suggest 
>>>>> small steps in upgrading, to keep such changes (if any) manageable. 
>>>>>
>>>>> If you're hoping to run GWT Designer itself, you probably need a very 
>>>>> old version of eclipse - my memory here is that it wasn't used enough to 
>>>>> be 
>>>>> worth maintaining. The code still lives at 
>>>>> https://github.com/gwt-plugins/gwt-designer, but I can't guess what 
>>>>> it would take to bring it back to life. I have a memory of this being 
>>>>> based 
>>>>> on WindowBuilder, and some internal changes in WindowBuilder requiring 
>>>>> substantial changes to the gwt-designer project, which never was done.
>>>>>
>>>>> On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> We had created an application in 2014-2015. We had used GWT to design 
>>>>>> the UI of our application.  Unfortunately, we have folded that project 
>>>>>> in 
>>>>>> 2017 . I wanted to showcase our project to a prospective customer and 
>>>>>> was 
>>>>>> keen to know whether there is some way to migrate the project to the 
>>>>>> latest 
>>>>>> version of GWT? 
>>>>>>
>>>>>> If that is not possible, I would like to display the screens which we 
>>>>>> had designed using GWT Designer so that I can at the least create a 
>>>>>> story 
>>>>>> around it.
>>>>>>
>>>>>> Looking forward to some positive response
>>>>>>
>>>>>> Please advise. 
>>>>>>
>>>>>> Thanks
>>>>>> Sachin
>>>>>>
>>>>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "GWT Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to google-web-tool...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f23e250f-0633-4638-bc36-637d6b8ebf4fn%40googlegroups.com.


Re: GWT Designer

2023-10-30 Thread Sachin Bal
Earlier, I remember when I clicked the source tab, it showed the source 
code which it is showing. And when I used to click the design tab, I could 
see a screen which I could modify. This is explained on 
(https://www.youtube.com/watch?v=kV5H3rGfqOE) at 3:00 min on the video.

I feel that I am missing something and it has been many years since I have 
used GWT Designer, and therefore cannot remember

Do you remember anything which could help me? Thanks

On Monday, October 30, 2023 at 7:10:14 PM UTC+5:30 Edu wrote:

> Hi,
>
> If i remember correctly if you already installed the Designer plugin you 
> need to open the java file that is linked with that xml file using the 
> Designer editor not the default one.
>
> El lun, 30 oct 2023 a las 10:20, Sachin Bal () 
> escribió:
>
>> Hi, 
>>
>> I installed Eclipse Kepler and when I open any ui.xml file, I can see two 
>> tabs, source and design. In the source, I can see the code but in the 
>> design I am not able to see the generated screen. I have a feeling that I 
>> have missed something but I cannot remember exactly. Can you please advise? 
>> Attached below is the source and design screens. It would be great, if you 
>> could guide me. Thanks
>>
>> On Sunday, October 29, 2023 at 7:00:22 PM UTC+5:30 Sachin Bal wrote:
>>
>>> Thanks. I will check the old version of eclipse. I believe it was 
>>> Eclipse Kepler which we had used earlier. 
>>>
>>> Regards
>>> Sachin
>>>
>>> On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth wrote:
>>>
>>>> If memory serves, the GWT Designer tool was never part of GWT itself, 
>>>> but was a component that could be installed in Eclipse, allowing for 
>>>> WYSIWYG UI design (in part by running something like dev mode while you 
>>>> were editing?). Changes that the author of the project made were reflected 
>>>> in standard source files (.java and .ui.xml) that GWT itself was able to 
>>>> compile - as such, a newer compiler version can likely still compile (with 
>>>> small or minimal changes to source) such an old project. I would suggest 
>>>> small steps in upgrading, to keep such changes (if any) manageable. 
>>>>
>>>> If you're hoping to run GWT Designer itself, you probably need a very 
>>>> old version of eclipse - my memory here is that it wasn't used enough to 
>>>> be 
>>>> worth maintaining. The code still lives at 
>>>> https://github.com/gwt-plugins/gwt-designer, but I can't guess what it 
>>>> would take to bring it back to life. I have a memory of this being based 
>>>> on 
>>>> WindowBuilder, and some internal changes in WindowBuilder requiring 
>>>> substantial changes to the gwt-designer project, which never was done.
>>>>
>>>> On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com 
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> We had created an application in 2014-2015. We had used GWT to design 
>>>>> the UI of our application.  Unfortunately, we have folded that project in 
>>>>> 2017 . I wanted to showcase our project to a prospective customer and was 
>>>>> keen to know whether there is some way to migrate the project to the 
>>>>> latest 
>>>>> version of GWT? 
>>>>>
>>>>> If that is not possible, I would like to display the screens which we 
>>>>> had designed using GWT Designer so that I can at the least create a story 
>>>>> around it.
>>>>>
>>>>> Looking forward to some positive response
>>>>>
>>>>> Please advise. 
>>>>>
>>>>> Thanks
>>>>> Sachin
>>>>>
>>>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-tool...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f52d565a-7778-41a8-852d-bac896931f4an%40googlegroups.com.


Re: GWT Designer

2023-10-29 Thread Sachin Bal
Thanks. I will check the old version of eclipse. I believe it was Eclipse 
Kepler which we had used earlier. 

Regards
Sachin

On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth wrote:

> If memory serves, the GWT Designer tool was never part of GWT itself, but 
> was a component that could be installed in Eclipse, allowing for WYSIWYG UI 
> design (in part by running something like dev mode while you were 
> editing?). Changes that the author of the project made were reflected in 
> standard source files (.java and .ui.xml) that GWT itself was able to 
> compile - as such, a newer compiler version can likely still compile (with 
> small or minimal changes to source) such an old project. I would suggest 
> small steps in upgrading, to keep such changes (if any) manageable. 
>
> If you're hoping to run GWT Designer itself, you probably need a very old 
> version of eclipse - my memory here is that it wasn't used enough to be 
> worth maintaining. The code still lives at 
> https://github.com/gwt-plugins/gwt-designer, but I can't guess what it 
> would take to bring it back to life. I have a memory of this being based on 
> WindowBuilder, and some internal changes in WindowBuilder requiring 
> substantial changes to the gwt-designer project, which never was done.
>
> On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com wrote:
>
>> Hi All,
>>
>> We had created an application in 2014-2015. We had used GWT to design the 
>> UI of our application.  Unfortunately, we have folded that project in 2017 
>> . I wanted to showcase our project to a prospective customer and was keen 
>> to know whether there is some way to migrate the project to the latest 
>> version of GWT? 
>>
>> If that is not possible, I would like to display the screens which we had 
>> designed using GWT Designer so that I can at the least create a story 
>> around it.
>>
>> Looking forward to some positive response
>>
>> Please advise. 
>>
>> Thanks
>> Sachin
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/2fd784f3-b5ed-4a9b-b545-ca6801538ce6n%40googlegroups.com.


GWT Designer

2023-10-27 Thread Sachin Bal
Hi All,

We had created an application in 2014-2015. We had used GWT to design the 
UI of our application.  Unfortunately, we have folded that project in 2017 
. I wanted to showcase our project to a prospective customer and was keen 
to know whether there is some way to migrate the project to the latest 
version of GWT? 

If that is not possible, I would like to display the screens which we had 
designed using GWT Designer so that I can at the least create a story 
around it.

Looking forward to some positive response

Please advise. 

Thanks
Sachin

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/3364c6af-a68e-4d34-ab43-de130fded557n%40googlegroups.com.


Re: Advice required - how do I hide a Tab in a TabPanel

2018-05-01 Thread Sachin Bal
Hi,

I have found a way to remove the tab. I just need to use the remove and my 
tab is removed. 

This works for me

Thanks
Sachin

On Saturday, April 28, 2018 at 4:50:43 PM UTC+5:30, Sachin Bal wrote:
>
> Hi,
>
> I have defined a screen which has a tab panel and the same has multiple 
> tabs.
>
> Code is as given below
>
> 
>  
>  
>  --- 
> 
>  
>  --- 
> 
>  
>  --- 
> 
> 
> 
>
>
> With this I can see three tabs in my page 
>
> Page 1 | Page 2 | Page 3
>
> I want to hide Page 2 so that my page will display only 
>
> Page 1 | Page 3
>
> Can someone please let me know the easiest way to do this?
>
> Thanks
> Sachin
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Advice required - how do I hide a Tab in a TabPanel

2018-04-28 Thread Sachin Bal
Hi,

I have defined a screen which has a tab panel and the same has multiple 
tabs.

Code is as given below


 
 
 --- 

 
 --- 

 
 --- 





With this I can see three tabs in my page 

Page 1 | Page 2 | Page 3

I want to hide Page 2 so that my page will display only 

Page 1 | Page 3

Can someone please let me know the easiest way to do this?

Thanks
Sachin


-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: I want Datetimepicker in cell table how can i do that

2017-07-24 Thread Sachin Chaudhari
Hi harsh thanks for reply but I want time too in it.

On Sunday, July 23, 2017 at 10:58:21 PM UTC+5:30, harshyadav wrote:
>
> Hi,
>
> Please take a look at the GWT Showcase for an example usage:
>
> http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwCellSampler
>
> --Harsh
>
> On Sunday, July 23, 2017 at 3:17:26 AM UTC-4, Sachin Chaudhari wrote:
>>
>> Date time picker is already there but how can i want DateTimePicker
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


I want Datetimepicker in cell table how can i do that

2017-07-23 Thread Sachin Chaudhari
Date time picker is already there but how can i want DateTimePicker

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


How to minimise application size. My application is unable to get updated on google app engine

2017-05-20 Thread Sachin Chaudhari
How to minimise application size. My application is unable to get updated 
on google app engine

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to add a new module to the webapp using Eclipse

2017-04-27 Thread Sachin Chaudhari
I think first try same process with GWT 2.7. then see whats the effect. 

On Thursday, April 27, 2017 at 12:12:36 AM UTC+5:30, HS wrote:
>
> Hello,
>
> I created a sample GWT webapp using the Eclipse plugin, and it runs 
> perfectly.
>
> But when I try adding a new module by, 
>
> a) Right-clicking the above webapp project,
> b) Selecting the *"New | Other... | GWT Classes | Module"* option; and
> c) Clicking the Next button on the wizard
>
> nothing happens - the wizard continues to remain on the same wizard-page!
>
> I next copy-pasted the package/directory structure of my working webapp, 
> and made suitable changes to the 'NewModule.gwt.xml' and its contents; also 
> changed Java class names appropriately. 
>
> But when I run GWT Compile on the project (by right clicking the project 
> in Eclipse), it only compiles the original webapp, completely ignoring my 
> 'NewModule' module that I manually created on the file-system.
>
> What am I doing wrong?
> Is there a command-line method to ease the process of a new 
> module-creation in an existing web app, or, ideally, creating it as a 
> stand-alone entity?
>
> I'm using GWT 2.8 with Eclipse Neon, on Ubuntu 16.04.
>
> Regards,
> /HS
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


CAn I easily integrate Angular JS with GWT and will it work flawlessly and efficiently.

2017-04-27 Thread Sachin Chaudhari
CAn I easily integrate Angular JS with GWT and will it work flawlessly and 
efficiently. Please reply.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Urgent

2017-04-26 Thread Sachin Chaudhari
This is somthing simmilar in questions you may come accross.
  If I am not choosing Angular JS I am choosing GWT then for cool widgets 
which library from google I should use. I really want cool stuff.
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Exception: java.lang.NoClassDefFoundError: com/google/gwt/dev/DevMode

2016-06-24 Thread Sachin Chaudhari


Hi Sara, what you did with plugin. I mean My one application runs perfectly 
with that plugin.  But second application giving 
"java.lang.ClassNotFoundException:at 
com.google.gwt.dev.DevMode$ArgHandlerServer.setString(DevMode.java:177)
at 
com.google.gwt.util.tools.ArgHandlerString.handle(ArgHandlerString.java:26)
at com.google.gwt.util.tools.ToolBase.processArgs(ToolBase.java:250)
at com.google.gwt.dev.ArgProcessorBase.processArgs(ArgProcessorBase.java:30)
at com.google.gwt.dev.DevMode.main(DevMode.java:412)
Google Web Toolkit 2.7.0
"

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT: Decoupling Client code dependency in Server Code

2014-12-18 Thread Sachin Gupta
Thanks Jonl for your reply.

So as per my understanding, correct me if I am wrong. when you tried to 
implement this separation of jars and client war. You created some 
rpc.blacklist as well to avoid some client classes to get converted to .js. 

So what are the roadblocks you come across apart from the one mentioned 
above in order to implement it. 
Did you get success in decoupling client/server/shared package.



On Friday, 12 December 2014 21:38:51 UTC+5:30, jonl wrote:

 I do something similar, but I decided that three jars were pointless.  I 
 have a -user jar, which contains everything and a -server jar that I use 
 for deployment which contains everything, except source, in shared/server.

 So your hotfix, then would be for the -server.jar instead of the 
 -user.jar.  The -user jar is only needed during client side and GWT compile.

 To enforce the separation and reduce the possibility of unneeded 
 serializers, I also have a common extensive rpc.blacklist that blacklists 
 everything in a .client. package.  There are a few exceptions to this list 
 though, because GWT does not enforce its own client/shared/server 
 convention in some of the older code for RPC And Servlets so there is some 
 serializable RPC things and exceptions in the client packages that are 
 needed if you want to do remote logging or RPC.

 On Friday, December 12, 2014 3:23:24 AM UTC-7, Sachin Gupta wrote:

 --

 *My requirement is to modularize existing GWT application so that 
 whenever required Client code can be updated and just hot fix for Client 
 jar can be done rather than complete application war deployment. *

 To achieve above requirement I modularize my existing Smart GWT code into 
 Parent-Child modules where Child modules will be Server, Client and Shared 
 Modules. Client, Server, Shared package of application will be present in 
 Client, Server, Shared modules respectively.

 I am packaging:-
 Server Module in war.
 Client Module in Jar,
 Shared Module in jar as well as jar containing Source code.

 I put dependencies relative to Shared package in Client and Server Module 
 code as both will be accessing Shared Module codebase.

 But when i am introducing Server Module's dependency in Client Module I 
 am getting compilation errors in Server Module as this is *against GWT 
 convention* wherein Client interface is extended in Server 
 implementation. 

 Can you please help me out how can i introduce server dependency in 
 client module to achieve my requirement.

 Do let me know if you need my POC code for reference.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT: nocache.js rendering

2014-12-18 Thread Sachin Gupta

Is it correct that always for a GWT project, browser will render only 
application name.nocache.js file. Can't we enforce two .js files to 
render by clubbing them. If yes how at runtime we can enforce GWT to club 
other .js file under application name.nocache.js file ?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT: Decoupling Client code dependency in Server Code

2014-12-12 Thread Sachin Gupta

--

*My requirement is to modularize existing GWT application so that whenever 
required Client code can be updated and just hot fix for Client jar can be 
done rather than complete application war deployment. *

To achieve above requirement I modularize my existing Smart GWT code into 
Parent-Child modules where Child modules will be Server, Client and Shared 
Modules. Client, Server, Shared package of application will be present in 
Client, Server, Shared modules respectively.

I am packaging:-
Server Module in war.
Client Module in Jar,
Shared Module in jar as well as jar containing Source code.

I put dependencies relative to Shared package in Client and Server Module 
code as both will be accessing Shared Module codebase.

But when i am introducing Server Module's dependency in Client Module I am 
getting compilation errors in Server Module as this is *against GWT 
convention* wherein Client interface is extended in Server implementation. 

Can you please help me out how can i introduce server dependency in client 
module to achieve my requirement.

Do let me know if you need my POC code for reference.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Number of rows in AbsolutePanel?

2014-03-06 Thread Sachin Bal


Hello,


I am using uibinder to design a form in AbsolutePanel. In this panel, a few of 
the labels appear after 700px from the top. I am able to insert these labels 
and I can see the values in the Properties pane on the design view, they also 
get created in the xml source, but, I am not able to  view these elements in 
the panel - they mysteriously disappear. Also when I try to test/preview the 
window without compiling or running it, the window height seems to be 
restricted to 700px. 

But, when I run it as a Web Application I am able to see the elements. Can 
someone help me resolve this problem? Is there some restriction on the number 
of rows for the AbsolutePanel?


Regards


Sachin 


  

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Selling Websites to Google

2013-09-02 Thread sachin sreenivasan
Hi All,

   I have designed an innovative image sharing website. Any idea how I can 
sell this to any big companies like Google?

Thanks,
S

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


GWT Tomcat redirect rules

2013-03-15 Thread sachin sreenivasan
Hi All,

   I wanted to write a redirect rule which would redirect from a slash / 
to a hash #. Is it possible? If the user types in www.example.com/abc, I 
want the page to get redirected to www.example.com#abc. Just wanted to know 
if such a thing is possible? And I am looking at a solution where this can 
be done dynamically for any string.

Thanks,
sachin

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: I/O 2013 - GWT Sessions?

2013-03-08 Thread Sachin Shekhar R
Not able to use youtube's translation feature for captions. Any other way 
we can learn what the person is speaking about?

On Thursday, March 7, 2013 7:47:03 PM UTC+5:30, Thomas Broyer wrote:

 Teasing, if you speak French that is: 
 http://www.youtube.com/watch?v=WyFo6kHKzGU

 On Thursday, March 7, 2013 5:06:26 AM UTC+1, Steve wrote:

 Now that GWT is more community run, I think it would be better if we just 
 had our own convention...

 I went to the second I/O, and GWT was all over the place. Then each year 
 after there were fewer and fewer session, more free swag, and an android 
 push. On top of that, there is such a media hype about the event nowadays 
 that it's become less and less about developers and more and more about 
 Oh, look what we did! And here's some free stuff! Not a developer? No 
 problem! See the show! Here's some more free stuff!.

 It's a shame. I don't even think all of the GWT session videos made it up 
 on youtube. They had some great pointers...



 On Wednesday, March 6, 2013 5:56:52 PM UTC-5, James wrote:

 I know it's earlybut is anyone familiar with the planned Google Web 
 Toolkit sessions for Google I/O 2013?  It was a bit disappointing last year 
 when there was only one real GWT session...after there had been many in all 
 the previous years.  GWT Team...any comments?



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Query regarding integrating external scripts like Chitika

2013-03-04 Thread sachin sreenivasan
Any inputs regarding this? Can someone please tell me if it is possible to 
put the script in host html and refer to it from any of my entrypoint 
classes? The script would actually create a small layout in my page where 
the Chitika gets displayed. So, wondering if it is possible to display that 
section using this approach. Any help would be greatly appreciated.

Thanks,
S

On Friday, 22 February 2013 12:16:06 UTC+5:30, sachin sreenivasan wrote:

 Can someone please help me with this. Do I need to use any specific 
 library to get this working like the GWT-JQuery library or something?

 Regards,
 S

 On Friday, 15 February 2013 08:57:21 UTC+5:30, sachin sreenivasan wrote:

 But if I put in my host html, will I be able to pass values to this 
 script to make it dynamic? I don't know javascript. So not sure how to try 
 that approach. 

 Thanks,
 Sachin
 On Feb 15, 2013 12:18 AM, Jens jens.nehlme...@gmail.com wrote:

 I don't know Chitika but can't you just put it into your host html page 
 which also loads your GWT app?

 -- J.

 -- 
 You received this message because you are subscribed to the Google 
 Groups Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 Visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Query regarding integrating external scripts like Chitika

2013-02-21 Thread sachin sreenivasan
Can someone please help me with this. Do I need to use any specific library 
to get this working like the GWT-JQuery library or something?

Regards,
S

On Friday, 15 February 2013 08:57:21 UTC+5:30, sachin sreenivasan wrote:

 But if I put in my host html, will I be able to pass values to this script 
 to make it dynamic? I don't know javascript. So not sure how to try that 
 approach. 

 Thanks,
 Sachin
 On Feb 15, 2013 12:18 AM, Jens jens.nehlme...@gmail.com wrote:

 I don't know Chitika but can't you just put it into your host html page 
 which also loads your GWT app?

 -- J.

 -- 
 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT 2.5.1-rc1 available

2013-02-15 Thread Sachin Shekhar R
Thanks could not find it in mvnrepository.com.  Found  it via your twitter 
post :) at central repo !!!

On Friday, February 15, 2013 12:42:30 PM UTC+5:30, Thomas Broyer wrote:



 On Friday, February 15, 2013 8:03:25 AM UTC+1, Sachin Shekhar R wrote:

 Any idea when will they be become available on public maven repo's?


 They already are in Central for 10 days.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Query regarding integrating external scripts like Chitika

2013-02-14 Thread Sachin Sreenivasan
But if I put in my host html, will I be able to pass values to this script
to make it dynamic? I don't know javascript. So not sure how to try that
approach.

Thanks,
Sachin
On Feb 15, 2013 12:18 AM, Jens jens.nehlme...@gmail.com wrote:

 I don't know Chitika but can't you just put it into your host html page
 which also loads your GWT app?

 -- J.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Sachin Shekhar R
Any idea when will they be become available on public maven repo's?

On Thursday, February 14, 2013 12:24:49 AM UTC+5:30, Matthew Dempsky wrote:

 Hi everyone,

 We're excited to announce the GWT 2.5.1-rc1 release candidate!  There will 
 be an announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/, 
 and you can download it 
 herehttps://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.5.1-rc1.zip.
  
  This release candidate has been uploaded to Maven Central with the version 
 string of 2.5.1-rc1.

 GWT 2.5.1 contains over 50 new bug fixes, many of which were contributed 
 by the community.  Thanks to everyone who reported issues and/or submitted 
 patches.

 Please test out this release candidate and let us know of any issues, 
 especially any regressions from either 2.4.0 or 2.5.0.  Thanks!

 -Matthew, on behalf of the GWT team


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Query regarding integrating external scripts like Chitika

2013-02-13 Thread sachin sreenivasan
Hi All,

   I am trying to integrate Chitika program into my GWT project. Here is 
the script:

script type=”text/javascript”
ch_client = “DEMO”;
ch_width = 550;
ch_height = 250;
ch_type = “mpu”;
ch_sid = “Chitika Default”;
ch_backfill = 1;
ch_color_site_link = “cc”;
ch_color_title = “cc”;
ch_color_border = “ff”;
ch_color_text = “00″;
ch_color_bg = “ff”;
ch_font_title = “Lucida Sans Unicode”;
ch_font_text = “Georgia”;
/script
script src=”http://scripts.chitika.net/eminimalls/amm.js” 
type=”text/javascript”
/script

  But I am not able to include this into my entry point code. I tried to 
put this in a String variable and then associate it with a html widget. But 
it is not working. Something like this. 

s = a +
href=\http://scripts.chitika.net/eminimalls/amm.js\;  +
ch_width=\550\ +
ch_height=\250\ +
ch_type=\mpu\ +
ch_sid=\Chitika Default\ +
ch_backfill=\1\ +
ch_color_site_link=\cc\ +
ch_color_title=\cc\ +
ch_color_border=\ff\ +
ch_color_text=\00\ +
ch_color_bg=\ff\ +
ch_font_title=\Lucida Sans Unicode\ +
ch_font_text=\Georgia\ +
AD/a;

  Can someone please tell me what is the best way to get this thing 
working? I am not sure if I need to try the ScriptInjector. 

Thanks,
Sachin

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Benchmarks, Java Virtual Machine vs GWT+browser JsVM

2013-02-06 Thread Sachin Shekhar R

I am not sure whether you turned on all GWT compiler arguments and some 
turn off some Dev specific GWT features. 

*GWT Compiler Arguments - *

   - disableCastCheckingtrue/disableCastChecking
   - disableClassMetadatatrue/disableClassMetadata
   - enableClosureCompilertrue/enableClosureCompiler
   - optimizationLevel9/optimizationLevel
   
*GWT module options in .gwt.xml*

   - set-property name=compiler.stackMode value=strip /
   


On Sunday, February 3, 2013 6:20:40 AM UTC+5:30, Fabiano Tarlao wrote:

 Hi,
  I have wrote a simple benchmark suite in java and I have run with JavaSE 
 1.7.0 and, thanks to GWT, I have run the same code on Firefox,Chrome,MSIE 
 and Opera.

 My results, with the experiment details are published 
 here:http://thegoodcodeinn.blogspot.it/2013/02/gwt-benchmarks-gwtjsvm-vs-javavm.html

 You know, Javascript VM have highly improved recently but how good is GWT 
 at compiling java into Javascript? And.. how efficient is the GWT compiled 
 code+JsVM compared to Java bytecode running on a Java Virtual Machine??
 I was just curious about.

 Hope you like this experiment, comments are appreciated.
 Have fun

 Fabiano

 PS:
 My benchmark is oriented to numeric, data crunching; no multimedia.
 I'll also release the benchmark code later.. if requested. I'm only a bit 
 lazy at the moment.

   


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




GWT Popup not working in IE

2013-01-25 Thread sachin sreenivasan
Hi All,

   I am having a popup panel in my application. Somehow the popup does not 
show up in IE9 (on Windows 7). It is working fine in Chrome and Firefox and 
the previous versions of IE. Anybody aware of this issue? What is the 
resolution for this?

   I also verified that the popup is not showing up in the roughian 
page, http://examples.roughian.com/index.htm#Widgets~PopupPanel

   Can someone help me fix this issue?

Thanks and Regards,
Sachin

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to retrieve client's date in Short format as configured on client machine

2012-12-14 Thread Sachin
Thanks Shades,
 
Yes I tried using DateTimeFormat but here problem is that it never picks up 
changes done on Short format in Windows setting, it always displays short 
date in -mm-dd format. BTW I used:
DateTimeFormat.getFormat(PredefinedFormat.DATE_SHORT).format(today)
 
If there is any other option which I can try, do let me know.
 
Regards,
Sachin
On Thursday, 13 December 2012 21:56:06 UTC+5:30, Shades wrote:

 Sachin,

 Have you seen the *com.google.gwt.i18n.client.DateTimeFormat *class? This 
 class has many options to work on the date and time. 

 Let me know if you have any issue with this class.


 On Thu, Dec 13, 2012 at 12:15 PM, Sachin chauhan...@gmail.comjavascript:
  wrote:

 Hi All,
  
 I would like to retrieve client's date in short format. Short format can 
 be configured in windows from Control Panel-Date  Time Settings option, 
 there I can define format for short date like dd/mm/ or dd/mmm/yy etc. 
 Currently I am using JsDate and tried to use 
 *toLocaleDateString*http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/core/client/JsDate.html#toLocaleDateString()(),
  
 *toLocaleString*http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/core/client/JsDate.html#toLocaleString()()
  
 etc, but all of them are returning date in Long format. 
  
 Can anyone suggest me solution for this.
  
 Thanks  Regards,
 Sachin
  

 -- 
 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/-/TCX406jiu_gJ.
 To post to this group, send email to 
 google-we...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




 -- 
 Thanks and Regards,
 Shades
 Software Craftsman

  

-- 
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/-/Wxqu0F7Po7IJ.
To post to this group, send email 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.



How to retrieve client's date in Short format as configured on client machine

2012-12-12 Thread Sachin
Hi All,
 
I would like to retrieve client's date in short format. Short format can be 
configured in windows from Control Panel-Date  Time Settings option, 
there I can define format for short date like dd/mm/ or dd/mmm/yy etc. 
Currently I am using JsDate and tried to use 
*toLocaleDateString*http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/core/client/JsDate.html#toLocaleDateString()(),
 
*toLocaleString*http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/core/client/JsDate.html#toLocaleString()()
 
etc, but all of them are returning date in Long format. 
 
Can anyone suggest me solution for this.
 
Thanks  Regards,
Sachin
 

-- 
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/-/TCX406jiu_gJ.
To post to this group, send email 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.



Embedding a scipt tag into GWT html widget

2012-11-21 Thread sachin sreenivasan
Hi,

   I am trying to embed a script tag into a html widget. But I am not able 
to see it reflected. Can someone please tell me how to embed a script tag 
into the GWT html widget?

regards,
Sachin

-- 
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/-/fJ8Z7xJcWJgJ.
To post to this group, send email 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.



Adsense Subscription for GWT Based Website

2012-09-30 Thread sachin sreenivasan
Hello people,

   I have developed an image sharing website using GWT. I have been trying 
to subscribe to Google Adsense program, but my application is getting 
rejected repeatedly and the reason given is that there is Insufficient 
content. The further details indicated that my website should have enough 
text data and complete sentences. Although I have enhanced my website 
repeatedly to add more and more text content, the application is still 
getting rejected repeatedly.

Has this got something to do with the fact that my website is 
Ajax-based and view source of the html page would not show enough text? 
Should I implement the AJAX based history mechanism, i.e., the #! history 
mechanism so that the SEO spiders can pick up the text in my website? Is 
this a functionality that needs to be implemented before submitting to the 
Adsense? 

 Is there any other thing that needs to be taken care of while 
submitting the site to Adsense?

Regards,
Sachin

-- 
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/-/wENL3k2iGsgJ.
To post to this group, send email 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.



Re: GWT and automated testing tools

2012-08-23 Thread Sachin Shekhar R
We have hundreds of Forms which are tested using internal library based on 
Selenium Automation. It works really well across browsers and with both GXT 
and GWT.  The key thing is to avoid using Record feature which generates 
flaky test and instead rely on ID/Xpath based Java api to wrap test cases. 

On Friday, 10 August 2012 06:33:38 UTC+5:30, 退5的工科苹岷 wrote:

 Selenium is suggested in a book Essential GWT Building for web with 
 Google Web Toolkit 2.
 I never touched. Can anyone give some samples if it is a good solution for 
 GWT auto test? Thanks.

 2012/8/9 Ocean_Living winter...@gmail.com javascript:

 I'm having some performance issues using Rational Functional Tester as an 
 automated testing tool when testing a web app built on GWT.

 Can anyone recommend an automated tool that works and plays well with GWT?

 Thanks!

 --
 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/-/g3DtPqxfvJwJ.
 To post to this group, send email to 
 google-we...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




 -- 
 Gong Min
 gongm...@gmail.com javascript: 

 

-- 
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/-/xFXGEZsNi3AJ.
To post to this group, send email 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.



focus and blur events are not propagated down to a DataGrid in IE9

2012-04-20 Thread Sachin
I'm using a DataGrid and I show some EditTextCells in there, and also
some EditSelectionCells. They are a combination of SelectionCells and
EditTextCells and work after the same principal as the EditTextCells.
They render as normal text if not in editing mode and if you click
them, a Select Box is displayed and on blur it is committed and again
shown as text.

I came to know that its a know issue(#7139) with DataGrid in GWT 2.4.
Can you please provide some patched gwt-user.jar to fix this issue. We
have a production release which is stuck because of this issue.

Thanks in advance.

Regards,
Sachin Chauhan

-- 
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@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.



Re: GWT 2.4 DataGrid with resizeable header or columns

2012-04-17 Thread Sachin
Thanks Thomas. This link helped :)

On Apr 15, 10:53 pm, Thomas Broyer t.bro...@gmail.com wrote:
 On Sunday, April 15, 2012 7:03:15 PM UTC+2, Sachin wrote:

  I want to make Headers or Columns of a DataGrid (GWT 2.4) to be
  resizeable, something like equivalent widgets in GWT-Ext or Smart GWT,
  in which user can drag horizontally to chnage the width of a column. I
  have a constraint to only use GWT 2.4, otherwise I would have used
  Smart GWT.

  Can someone help me in this regard.

 Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=6401(and
 attached files)

-- 
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@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.



Strange behaviour on Native Events (Mouse Events)

2012-04-17 Thread Sachin
Hi All,

I am using a DataGrid with EditTextCell for creating editable columns.
If I click a cell on DataGrid, it becomes Editable, so that I can
change the value. However after changing the value in text box when I
click on someother cell corresponding FieldUpdater is not called,
whereas it is called only when I press enter key.  Due to this value
is updated only after I press enter key.
This problematic behaviour is observed when open my web application
using absolute IP address of my machine where my web server is
running. But it works fine when I access my web application by using
localhost instead of absolute ip address.

After little investigation, I found that If I use localhost, when I
click on some other cell after changing the value two mouse events are
invoked 'blur' and 'clicked' where only 'clicked' event is generated
when I use absolute IP address.

Can someone help to resolve this problem.

Regards,
Sachin Chauhan

-- 
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@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.



GWT 2.4 DataGrid with resizeable header or columns

2012-04-15 Thread Sachin
I want to make Headers or Columns of a DataGrid (GWT 2.4) to be
resizeable, something like equivalent widgets in GWT-Ext or Smart GWT,
in which user can drag horizontally to chnage the width of a column. I
have a constraint to only use GWT 2.4, otherwise I would have used
Smart GWT.

Can someone help me in this regard.


Regards,
Sachin

-- 
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@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.



Re: GWT DataGrid Widget unpredictable row height issue...

2012-04-10 Thread Sachin Shekhar R
Probably you can fix it by adding css property white-space: nowrap; 
.dataGridFooter, .dataGridHeader:hover,.dataGridCell  by using custom grid 
css file with GWT default grid css.

On Thursday, 8 March 2012 01:13:49 UTC+5:30, Bill M wrote:

 Hi Vinayak, 

 I think I found the problem.  I have a column whose contents I want to 
 hide from the user.  However, I need the data available.  So, from 
 another post I came across, someone said the way to hide a column is 
 to set it's column width to 0.  However, it really seems I'm getting 
 some wrapping occuring with this hidden field, causing the height of 
 the entire row it's on to grow. 

 So, is there another way to hide the contents of a column?  Or, will I 
 need to come up with a paralled data structure to hold column's I 
 don't want displayed in the DataGrid? 

 Appreciate any assistance. 
 Thanks, 
 Bill M. 

 On Mar 2, 5:27 pm, Bill M blinte...@aol.com wrote: 
  Hi Vinayak, 
  
  I tried setting using the same data for eachrow, yet I still got some 
  rows appearing with larger heights. 
  And eachrowwas loaded with the same exact data. 
  
  I'm try loading with field/column of therowwith  and see what that 
  does. 
  
  Thanks, 
  Bill M. 
  
  On Mar 2, 5:14 am, vinayak kulkarni bkvina...@gmail.com wrote: 
  
  
  
   Hello, 
   I am using thedatagridbut didnt face any issue related to largerrow 
   size. 
   It only occurs during data wrapping if text size is more. 
  
   In your case, some data might have been overflown with space character 
   to the next line which may be showing larger size 
  
   On Feb 27, 11:55 pm, Bill M blinte...@aol.com wrote: 
  
Hi all, 
  
I'm loading the newDataGridWidget with the results of a SQL query. 
I have noticed that some rows (just a few) are appearing with a 
 larger 
   rowheightthan others, on a load of about 1000 rows.  I tried setting 
each column of therowto a fixed value (not using the results of the 
query), to see if maybe some potential overflow of field widths was 
occuring, maybe causing a wrap, which would explain the largerrow 
   height.  But, I found this was not the case.  And for info purposes, 
 I 
am using the default font from the FireFox Browser. 
  
Are there issues with getting a consistentrowheightout of GWT 2.4/ 
   DataGridwidget?  Are there workarounds?  I saw some others noting 
issues of rowHeight from the CellTable widget.  Are there issue's 
 with 
this widget?  Or would an issue like this have to be originating 
 from 
my application? 
  
Appreciate any insight! 
  
Thanks, 
Bill M.- Hide quoted text - 
  
   - Show quoted text -- Hide quoted text - 
  
  - Show quoted text -

-- 
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/-/Y_CXqzSu9cgJ.
To post to this group, send email 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.



Online GWT Designer (GWT Designer Project)

2012-04-08 Thread sachin sreenivasan
Hello people,

I just remembered that about 2 - 3 years ago, someone had done a
GWT application which worked like a designer. Once could go open that
link in a browser and start designing the page and look back at the
source code. They had implemented a drag-n-drop using the dnd jar and
had built that application. I am trying to search that but am not
getting it. Can someone tell me which was that application? Thanks.

Regards,
Sachin

-- 
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@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.



Re: Google Groups like toolbar in GWT

2012-03-06 Thread Sachin Shekhar R
You cannot use menubar as it is quite restrictive and only works with 
menuitem. You can just use Composite widget with FlowPanel wrapper taking 
widgets and align  style them in a manner you prefer.

On Tuesday, 6 March 2012 14:29:22 UTC+5:30, Magallo wrote:

 Hi,
 I'm just wondering how it's possible to realize a toolbar for my program 
 that recreates the functionalities of the toolbar present here in google 
 groups when we write a comment. I'm not referring specifically to the 
 toolbar for the rich text area, but the toolbar as a generic toolbar that 
 contains buttons with an image and a tooltip associated, or a combobox to 
 select something (e.g. in this case the font or the size), or the drop-down 
 button to select the text background color. In general all the features 
 present in this toolbar (the toolbar that appears here in google groups 
 when we write a comment) usable in my GWT project. Is there a way to 
 recreate it? What is the right technique to recreate it? Should I use the 
 MenuBar class or something else?

 Ciao.


-- 
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/-/fy-xYCalsnEJ.
To post to this group, send email 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.



Re: DataGrid right click

2012-03-06 Thread Sachin Shekhar R
In the application html file ensure you have set up body tag like - body 
*oncontextmenu=return 
false;*
This suppresses the *default *browser context menu.

On Tuesday, 6 March 2012 09:26:13 UTC+5:30, Daniel Mauricio Patino León 
wrote:

 Iam trying to figure out how to implement a right click to my 
 DataGrid, here is my code: 

 @UiField(provided=true) DataGridEmployeeProxy dataGrid = new 
 DataGridEmployeeProxy(){ 
 protected void onBrowserEvent2(Event event) { 
 switch (DOM.eventGetType(event)) { 
 case Event.ONMOUSEDOWN: 
 if (DOM.eventGetButton(event) == 
 Event.BUTTON_RIGHT) { 


 event.preventDefault(); 
 event.stopPropagation(); 


PopupPanel pop = new PopupPanel(true); 

MenuBar menuBar = new MenuBar(true); 
menuBar.setVisible(true); 
menuBar.addItem(new MenuItem(Click 
 me, new Command() { 

 @Override 
 public void execute() { 
 Window.alert(Clicked 
 me!); 
 } 
})); 
menuBar.addItem(new MenuItem(Poke 
 me,new Command(){ 
@Override 
 public void 
 execute() { 
 
 Window.alert(Poked 
 me!); 
 } 
})); 

pop.setWidget(menuBar); 

  
 pop.setPopupPosition(DOM.eventGetClientX(event) 
 ,DOM.eventGetClientY(event)); 
pop.show(); 

 } else { 
 super.onBrowserEvent2(event); 
 } 
 break; 
 default: 
 super.onBrowserEvent2(event); 
 break; 
 } 
 }; 
 }; 


 This works ok but dont know how to prevent the default browser right 
 click behavior. 


 Any help would be nice. Thank you.

-- 
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/-/fKgliG4HeB4J.
To post to this group, send email 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.



Best VPN for Linux based GWT development

2012-01-09 Thread sachin sreenivasan
Hi,

   This might not really be a GWT related question. But I wanted to
know which is the best VPN for a linux based environment. Have to do
things like CVS, sharing the GWT app in hosted mode etc. Tried openvpn
and hamachi. Not able to install those properly. So looking at other
options. Please let me know.

Thanks,
Sachin

-- 
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@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.



GWT project in eclipse corrupted when Linux is restarted

2011-12-14 Thread sachin sreenivasan
Hi all,

   I have a really wierd problem. I setup the eclipse in my Linux
virtual machine and then installed GWT in the eclipse. But after I
create the GWT project, whenever I restart my linux VM, the eclipse is
corrupted and I am not able to see my project at all.. Can someone
please let me know if some specific setting needs to be done for this?

Regards,
Sachin

-- 
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@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.



GWT for Eclipse on linux

2011-12-05 Thread sachin sreenivasan
Hi ppl,

   I had GWT working fine on windows. then i decided to try it on
linux. I gave the command  yum install eclipse-fedorapackager and
the eclipse got installed on Linux. But when I gave the GWT link in
the Install Software it failed saying some prerequisites were missing.
Then I noticed that there were no Java elements at all in eclipse. I
dint see options like New Java Project and all. Can someone please
tell me how to install those Java components after installing eclipse?
Also, is this the main problem that is preventing GWT from getting
installed? Any other things I need to do after this?

Regards,
Sachin

-- 
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@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.



Regarding Hosting GWT applications

2011-11-28 Thread sachin sreenivasan
Hello everyone,

   I am planning to host my gwt application and I am trying to find
the right hosting provider. Many people are not able to clearly tell
me if they support the hosting of GWT based applications. They say
that they offer a JVM with tomcat and mysql for db, but when I ask
them about the support of GWT applications, they are not able to
clarify. Can someone tell me if having JVM with tomcat and mysql
enough for hosting the gwt application? Or do I need to ask for
something specific while hosting the GWT application?

   Also can someone please recommend some hosting provider? and also
some particular plan for the GWT applications? I am looking at
mochahost which almost seems promising but just wanted to get this
clarification from the GWT forum.

Regards,
Sachin

-- 
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@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.



Re: GWT 2.4 installation

2011-11-09 Thread Sachin Sreenivasan
Hi TBirch,

  Thanks for the advice. I did that and now I was able to install GWT
conveniently. But I have 2 more problems.

   - I dont see the Design Mode option at all which I used to see in my
   prev GWT versions.
   - I dont even see the Deploy Module option and I am not able to generate
   a war file which I can deploy in Tomcat.

  Can you please help me with this issue?

Regards,
Sachin

On Wed, Nov 9, 2011 at 7:37 PM, TBirch tjfbi...@bellsouth.net wrote:

 Sachin,
 I had the same problem for a long time and finally downloaded the gwt
 zip file and installed locally.
 Follow the link on this note on the download page: Note: As an
 alternative to installing from the update site, you can install the
 Google Plugin for Eclipse by downloading and installing an archive of
 the update site.
 Thanks

 On Nov 8, 2:05 pm, sachin sreenivasan sachin.sreenivasa...@gmail.com
 wrote:
  Hello people,
 
I am really struggling to install the GWT2.4 + Eclipse. I tried
  different versions of Eclipse. In some of them I dont see the the
  deploy module option at all and so I cant generate the war file. I
  then tried with Eclipse Indigo. When I do an Install Software with
 thehttp://dl.google.com/eclipse/plugin/3.7link, the installation takes a
  very long and then stops at a point where I get this error.
 
  An error occurred while collecting items to be installed
  session context was:(profile=epp.package.jee,
  phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
  action=).
  Unable to read repository athttp://
 dl.google.com/eclipse/plugin/3.7/plugins/com.google.gdt.eclips
  Read timed out
  Unable to read repository athttp://
 dl.google.com/eclipse/plugin/3.7/plugins/com.google.gdt.eclips
  Read timed out
 
Got this error lot many times. Not sure why this error comes up.  I
  have been struggling since a month to get this plugin installed. Can
  someone please tell me what possibly is the best set of software
  combiantion (GWT + Eclipse) for Windows 7 and the appropriate links
  and steps for the same.
 
   For the earlier GWT versions, I used to have an installable file for
  the GWT designer and then I used to point the GWT package within that.
  Can someone tell me if such a thing is possible even now with the
  latest GWT?
 
  Hoping for some proper advice from this GWT community.
 
  Regards,
  Sachin

 --
 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@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.



-- 
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@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.



GWT 2.4 installation

2011-11-08 Thread sachin sreenivasan
Hello people,

  I am really struggling to install the GWT2.4 + Eclipse. I tried
different versions of Eclipse. In some of them I dont see the the
deploy module option at all and so I cant generate the war file. I
then tried with Eclipse Indigo. When I do an Install Software with the
http://dl.google.com/eclipse/plugin/3.7 link, the installation takes a
very long and then stops at a point where I get this error.

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
action=).
Unable to read repository at
http://dl.google.com/eclipse/plugin/3.7/plugins/com.google.gdt.eclipse.appsmarketplace_2.4.2.relr37v201110112027.jar.
Read timed out
Unable to read repository at
http://dl.google.com/eclipse/plugin/3.7/plugins/com.google.gdt.eclipse.core_2.4.2.relr37v201110112027.jar.
Read timed out

  Got this error lot many times. Not sure why this error comes up.  I
have been struggling since a month to get this plugin installed. Can
someone please tell me what possibly is the best set of software
combiantion (GWT + Eclipse) for Windows 7 and the appropriate links
and steps for the same.

 For the earlier GWT versions, I used to have an installable file for
the GWT designer and then I used to point the GWT package within that.
Can someone tell me if such a thing is possible even now with the
latest GWT?

Hoping for some proper advice from this GWT community.

Regards,
Sachin

-- 
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@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.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-17 Thread sachin sreenivasan
Hi,

  I tried this but nothing seems to work. Can someone please send me a list
and order in which the softwares need to be installed? Or atleast some blog
/ website where the details are written clearly.

 This is what I did fyi.

On my laptop with windows 7, i first downloaded eclipse-jee-64 bit package
for Eclipse Indigo.
Then I went to the install software option and selected the GWT link for
Eclipse 3.7 and installed the JDK and GWT, a total of 3 packages were shown.
Dint select the Android option.
After the installation got completed, I restarted my eclipse and created a
new GWT project (Dynamic Web Project). I was able to see the design mode
properly.
But I did not see the deploy module option at all..

What am I doing wrong here? I tried installing this 2-3 times but no luck.
How can i see the Deploy Module option?

Regards,
Sachin

On Fri, Oct 14, 2011 at 11:38 PM, TBirch tjfbi...@bellsouth.net wrote:

 Hi Sachin,
 I believe I had the same issue when I first started working with
 Indigo and here is what I remember doing. I started over with a fresh
 download of Eclipse 3.7. Then I installed just the GWT sdk 2.4 through
 the Eclipse update function (not the designer or any other of the
 choices). At that point I checked and the option to deploy was there.
 Only then did I go back in to the Eclipse update function and add the
 additional features.

 On Oct 14, 2:57 am, sachin sreenivasan
 sachin.sreenivasa...@gmail.com wrote:
  Hi TBirch,
 
I tried that. Thats what I was doing in my prev GWT instance. But I am
 not
  seeing that now. Just want to explain a bit, I first downloaded
  Eclipse-Indigo-EE version. Then I went to the Install Software option and
  there I gave the link of GWT2.4 and selected the packages and installed.
 Is
  there something else I need to do? I am surprised that I am not seeing
 the
  Deploy Module option itself. Someone please advice.
 
  regards,
  Sachin
 
 
 
 
 
 
 
  On Thu, Oct 13, 2011 at 9:13 PM, TBirch tjfbi...@bellsouth.net wrote:
   Right click on your java module and then click on Google Web Toolkit
   at the top of the list. Deploy module should be last in the list.
 
   On Oct 13, 8:52 am, sachin sreenivasan
sachin.sreenivasa...@gmail.com wrote:
Hi,
 
   I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
did not see the Deploy Module option at all when I create a Dynamic
Web Project. I was using this option earlier to create a war file
which would also get moved to the tomcat webapps folder. But since I
am not seeing this option at all, I am not able to create a war file
at all. Can someone please help me with this?
 
Thanks,
Sachin
 
   --
   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@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.

 --
 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@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.



-- 
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@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.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-14 Thread sachin sreenivasan
Hi TBirch,

  I tried that. Thats what I was doing in my prev GWT instance. But I am not
seeing that now. Just want to explain a bit, I first downloaded
Eclipse-Indigo-EE version. Then I went to the Install Software option and
there I gave the link of GWT2.4 and selected the packages and installed. Is
there something else I need to do? I am surprised that I am not seeing the
Deploy Module option itself. Someone please advice.

regards,
Sachin

On Thu, Oct 13, 2011 at 9:13 PM, TBirch tjfbi...@bellsouth.net wrote:

 Right click on your java module and then click on Google Web Toolkit
 at the top of the list. Deploy module should be last in the list.

 On Oct 13, 8:52 am, sachin sreenivasan
  sachin.sreenivasa...@gmail.com wrote:
  Hi,
 
 I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
  did not see the Deploy Module option at all when I create a Dynamic
  Web Project. I was using this option earlier to create a war file
  which would also get moved to the tomcat webapps folder. But since I
  am not seeing this option at all, I am not able to create a war file
  at all. Can someone please help me with this?
 
  Thanks,
  Sachin

 --
 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@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.



-- 
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@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.



How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-13 Thread sachin sreenivasan
Hi,

   I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
did not see the Deploy Module option at all when I create a Dynamic
Web Project. I was using this option earlier to create a war file
which would also get moved to the tomcat webapps folder. But since I
am not seeing this option at all, I am not able to create a war file
at all. Can someone please help me with this?

Thanks,
Sachin

-- 
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@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.



Re: need a class which can be used on server as well as client.

2011-09-10 Thread Sachin Dole
Yes, in my case, I have all that but I need to use classes that are not
available in the jre emulation library.
On Sep 10, 2011 12:15 PM, András Csányi sayusi.a...@gmail.com wrote:
 On 10 September 2011 19:04, doles sachin.d...@gmail.com wrote:
 mainly because those string values are being used as keys for
manipulating
 the data. so, if a table has a column whose header name is Fraud Count,
we
 want to use the string Fraud Count as a key. maybe I could re-think that
 design, but for now, i am hoping to make gwt compile my code as it is.
 thanks for the very relevant question.

 Oh, I see! :)
 Whenever I have problem like this those class which are needed both
 side is placed in a particular jar. The jar is available both side and
 the ant scripts is written accordingly.

 --
 - -
 --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
 http://facebook.com/andras.csanyi
 --  Trust in God and keep your gunpowder dry! - Cromwell

 --
 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@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.


-- 
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@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.



Hosting GWT applications

2011-09-08 Thread sachin sreenivasan
Hi,

   I am developing an application using GWT and I need to host it
somewhere so that I can share it with my friend who is located
elsewhere. Can someone tell me what would be the best option to host
my application to make it available for him for testing purpose? I
guess google app engine can be used, but I dont know how to have the
database and all configured. Can someone help me with this?

Regards,
sachin

-- 
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@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.



Re: What is the relation of this's lifecycle to a javascript object lifecycle?

2011-08-30 Thread Sachin Dole
thank you for the under-the-covers explanation of everything that i just
experienced from-the-outside over the last few hours! :-) Seriously.

On Tue, Aug 30, 2011 at 11:31 AM, Thomas Broyer t.bro...@gmail.com wrote:

 Huh!

 A JSO is only a view from the Java world on an object living in the JS
 world.

 A JSO class won't compile like other classes, it'll be totally removed;
 only its methods will be kept, changed in to static ones (i.e. public
 native final setFoo(String foo) /*-{ this.foo = foo; }-*/; will ultimately
 be turned into something like public static native final
 setFoo(JavaScriptObject jso, String foo) /*-{ jso.foo = foo; }-*/;, which
 will probably be inlined in the end, for such a simple method).

 So, the JSO and the underlying JS object are exactly the same (there's some
 trickery to make it look like so in DevMode, despite the ping-pong between
 the browser's JS engine and the DevMode, through the devmode plugin in the
 browser and communications through the network).

 That also means that within a static method, there's no this. It doesn't
 throw because there's always a this in JS, but it's a mistake to use it
 here (it's surprising it didn't fail for you at runtime, with really weird
 errors).

 If you make a create() method, then you should create an object in here,
 either implement it in Java using return
 JavaScriptObject.createObject().cast(), or in JSNI using a simple return
 {}; or something more complex if you're wrapping a JS library (e.g. return
 new $wnd.MyJsClass()), but do not, by any mean, use this in a static
 method!

 --
 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/-/R6MoTkTc6cAJ.

 To post to this group, send email 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.


-- 
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@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.



Problem running GWTComplier in an ant script

2011-08-27 Thread Sachin Salunkhe
Hi,

In eclipse when I compiled my modules then I got successful
compilation but when I tried to run my ant script for gwt compilation
I got the following error messages :

[ERROR] Errors in 'file:  ../../../... .java'
 [java]  [ERROR] Line 19: The import com.ensarm...
cannot be resolved


Finding entry point classes
 [java]   [ERROR] Unable to find type .*
 [java]  [ERROR] Hint: Previous compiler errors may have
made this type unavailable
 [java]  [ERROR] Hint: Check the inheritance chain from
your module; it may not be inheriting a required module or a module
may not be adding its source path entries properly

-- 
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@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.



Hosting for GWT projects

2011-06-02 Thread sachin sreenivasan
Hi,

   I started with my first GWT project. I am using MySQL as the
database. Can someone (preferably from India) please tell me which is
the best hosting service provider for my website in GWT with quite a
good uptime and which will support the GWT war file and the MySQL
database with unlimited space. Can someone please help me with this?

Regards,
Sachin

-- 
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@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.



Regarding Login

2011-06-01 Thread sachin sreenivasan
Hi,

   I am fairly new to GWT and wanted to know if there are any existing
libraries in GWT to implement a secured login mechanism?

~ Sachin

-- 
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@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.



Re: Development mode and Requests(Ajax)

2011-03-16 Thread Sachin Dole
You are being blocked by sop. Single origin policy.

To go around u have 3 options.
1. Setup a redirect servlet in ur UI app that fetches remote data and serves
to client.
2. Write native js in gwt to dynamically write out a script tag on your
HTML. This is like jsonp.
3. Deploy the online app - ur data source - on your dev environment.

Hope this helps.

Sachin
On Mar 16, 2011 8:15 AM, Kari joopa...@gmail.com wrote:
 Hey all,

 I am writing a UI which makes asynchronous calls to a server. That
 server is actually the server on which the UI will be deployed.
 However, since I am in dev-mode my domain is 127.0.0.1: and the
 requests are sent to another domain (online.) Unfortunately, I am
 getting the Access-Control-Allow-Origin message and no date.

 My guess is that I am missing something since this sounds like a
 typical case but for some reason I haven't found an elegant solution.
 I thought that something like that would be already part of GWT. I
 have found about add-linker but it didn't seem to work. In the very
 worst case, how could I do everything locally; would the server code
 and client code have to be on the same port, and how could that be
 done if any different from being on a different domain?

 Thanks all

 --
 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@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.


-- 
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@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.



Re: anything like smartgwt but totally compatible with gwt?

2010-11-12 Thread Sachin Dole
but isnt it true that you cant use uibinder with smartgwt? isnt it true that
if you use smartgwt widgets and put them inside of a gwt panel, things dont
look as you'd expect them to? we have avoided mixing plain gwt widgets with
smartgwt widgets because widgets dont show up in the right place or dont
show up at all. plus, smart gwt's styling mechanism doesnt apply to the gwt
widgets.

i guess my interoperability i meant mixing smartgwt and gwt widgets together
in the same app within each other...

thanks for your input!

On Thu, Nov 11, 2010 at 11:48 AM, Dan Billings debil...@gmail.com wrote:

 Yeah I find it fully interoperable.

 On Nov 11, 7:17 am, gcstang gcst...@gmail.com wrote:
  Not sure what you mean by interoperable, if you could give examples it
  would help.
 
  I've been using SmartGWT for a while on an Admin type tool for our
  commerce suite and so far it has been very useful.
 
  On Nov 10, 11:29 am, Sachin Dole sachin.d...@gmail.com wrote:
 
 
 
 
 
 
 
   Hey Guys,
 
   At our workplace, we use smartgwt and like it because of the widgets it
   provides but hate it cuz its not interoperable with gwt. Is there
 another
   library that is 100% interoperable with gwt? Or, has anyone used
 smartgwt in
   a manner totally inter-operable with gwt? I know, there are degrees of
   interoperability that one can live with, however, i am looking for the
   extreme case (100% interoperable).
 
   Thank you folks.
   Sachin

 --
 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-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: uibinder and nested layout

2010-11-10 Thread Sachin Dole
thank you! I totally got it.

On Tue, Nov 9, 2010 at 8:39 PM, Prashant Hegde prashant.he...@gmail.comwrote:

 In our application, we have a top level UiBinder which sets the layout,
 with the content as a LayoutPanel which has a ui:field assigned to it. This
 ui:field is used as a container for another ui:binder xml for the content..
 (and the same thing can apply to other areas of the layout as well). We use
 classic MVP which passes the container to the appropriate presenters when it
 is time for display. The presenter sets the view to the container. So in
 essence, there is no nesting, but a definition of the container, which is
 set at a different place in the application.

 Prashant

 On Tue, Nov 9, 2010 at 10:29 PM, Sachin Dole sachin.d...@gmail.comwrote:

 Hello,

 I have a requirement for an HTML page with a top horizontal header bar,
 a large middle panel that will itself contain the left navigation column, a
 middle content panel and a right side margin for showing Associated
 content. At the bottom is a footer with its own content. To lay this out, I
 want to use UiBinder. How do I nest UiBinder fields? In other words, how to
 refer to @UiFields that are declared not in the main outer page class but in
 classes that are @UiFields of the main page class? Is it even possible to
 nest UI classes into one layout?

 Thank you list!
 Sachin

 --
 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-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 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-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



anything like smartgwt but totally compatible with gwt?

2010-11-10 Thread Sachin Dole
Hey Guys,

At our workplace, we use smartgwt and like it because of the widgets it
provides but hate it cuz its not interoperable with gwt. Is there another
library that is 100% interoperable with gwt? Or, has anyone used smartgwt in
a manner totally inter-operable with gwt? I know, there are degrees of
interoperability that one can live with, however, i am looking for the
extreme case (100% interoperable).

Thank you folks.
Sachin

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



uibinder and nested layout

2010-11-09 Thread Sachin Dole
Hello,

I have a requirement for an HTML page with a top horizontal header bar, a
large middle panel that will itself contain the left navigation column, a
middle content panel and a right side margin for showing Associated
content. At the bottom is a footer with its own content. To lay this out, I
want to use UiBinder. How do I nest UiBinder fields? In other words, how to
refer to @UiFields that are declared not in the main outer page class but in
classes that are @UiFields of the main page class? Is it even possible to
nest UI classes into one layout?

Thank you list!
Sachin

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



about compilation of java.util even when not included

2010-10-21 Thread Sachin Dole
Hello,

I have a very simple app that i have written solely to learn and understand
the compilation results of a gwt compile. in this app, I have one module,
that simply inserts a new HTML(HelloWorld) in the RootPanel. It does not
call any service. However, there is an RPC servlet which has one method with
signature public String[] getArrayListOfStrings(); No collections or Lists
or anything from java.util is being used. However, in the soyc report i
clearly see java.util being one of the packages that is being compiled.
within that package, all collections such as Hashmap, abstracthashmap,
arraylists and such are being compiled. I dont have any reference to any of
those in my app. So, why does soyc report it as being compiled?

Thanks!
Sachin

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: serializing classes in GWT w/o source code

2010-09-23 Thread Sachin Dole
Hello,

I just wanted to update. I ended up creating new classes that are specific
to the UI but are very similar to domain objects provided by our internal
library. This is cool because this way, I am free to offer UI related data
on these classes and not muck up the domain model and vice versa, not muck
up the UI domain model when making changes to business model.

Thanks!
Sachin

On Tue, Sep 21, 2010 at 10:07 PM, doles sachin.d...@gmail.com wrote:

 Hello!

 So, I have a GWT app that uses a domain object model from another
 project library within our company. This domain object model is
 distributed as a library file and no sources are normally available.
 The domain object model is serialized and all that is good so, my IDE
 does not complain about wiring everything together as a GWT project,
 however, when i try to compile with gwt, I get an error message

 [ERROR] Line 38: No source code is available for type
 com.g.nfl.download.model.Attribute; did you forget to inherit a
 required module?

 It looks like gwt compiler is looking for source code -
 understandable. However, I dont have it! So how do I still use the pre-
 compiled class? If there is no way, I guess I will need to break down
 this domain object model into Strings and primitives and then pass
 that over rpc in gwt... that wont be so cool, but it can work.

 Has anyone else faced this? How to get it working?

 Appreciate it!

 Best,
 Sachin

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Need to insert pdf in tabbed pane

2010-01-08 Thread sachin
Hi ,

I need to insert the pdf/excel in the tabbed pane.Can any one help me
on this.

Thanks
Sasiraj
-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Client side validation

2009-09-21 Thread Sachin Kanade

Hi,
How can i validate different widget at a time.
i.e. I want the multifield validator for differnet widget.
How can i display the error messages on the client side

--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---



Re: GWT and charts

2009-03-23 Thread Sachin Survase
Hi,

http://www.fusioncharts.com/free/
you can integrate this with your GWT app.

On Mon, Mar 23, 2009 at 11:32 AM, robinson jaisj...@gmail.com wrote:


 Hi there guys,

 I am developing a java based application and require a charting
 utility. But when i started using google visualizations for this I
 figured out that it has a dependency on internet. Is there any way for
 me to get charts using GWT, without depending on internet.

 



-- 
Face Your Fears Live Your Dreams
Lead your DESTINY the way YOU want ...
Sachin Survase.

--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---



Re: GWT and charts

2009-03-23 Thread Sachin Survase
http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apist=VisualizationGettingStarted

On Mon, Mar 23, 2009 at 12:43 PM, robinson jaisj...@gmail.com wrote:


 But is there any way to use Google Visualization without internet
 connection?





 On Mar 23, 10:22 am, Sachin Survase sachinsurv...@gmail.com wrote:
  Hi,
 
  http://www.fusioncharts.com/free/
  you can integrate this with your GWT app.
 
  On Mon, Mar 23, 2009 at 11:32 AM, robinson jaisj...@gmail.com wrote:
 
   Hi there guys,
 
   I am developing a java based application and require a charting
   utility. But when i started using google visualizations for this I
   figured out that it has a dependency on internet. Is there any way for
   me to get charts using GWT, without depending on internet.
 
  --
  Face Your Fears Live Your Dreams
  Lead your DESTINY the way YOU want ...
  Sachin Survase.
 



-- 
Face Your Fears Live Your Dreams
Lead your DESTINY the way YOU want ...
Sachin Survase.

--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---



Re: GWT and charts

2009-03-23 Thread Sachin Survase
How to show the ToolTipData on onmouseover event which is currently shown on
onmouseclick event ? any idea ?

On Mon, Mar 23, 2009 at 6:35 PM, JoeB joe.berm...@gmail.com wrote:


 The Fusion Charts are very good-looking, but they require the Adobe
 Flash Player plugin.  My customer may be using the app from within a
 secure network that doesn't have access out to the Internet, so this
 could be a problem.  It seems that at least some browsers come pre-
 installed with the Flash Player; does anybody have a sense as to how
 safe it is to assume that all modern browsers already have the Flash
 Player?

 -- Joe
 



-- 
Face Your Fears Live Your Dreams
Lead your DESTINY the way YOU want ...
Sachin Survase.

--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---



Memory leak in GWT based application

2009-03-13 Thread Sachin

I have a GWT (we are using version 1.5.3) based application having a
large number of forms/screens. It has a single EntryPoint. Application
has become very slow as it takes lot of memory. Now we are running
into memory leak problem, my application sometimes takes huge amount
of memory (more that 200MB) if it is run for a long time in a single
browser. IE is the official browser.

I have done some investigation and came up with these points:

1. Huge Application is using single EntryPoint (only one module).
2. Application have a large number of Sigleton objects. Even the Main
Panel which is attached to Root Panel is singleton.

Can someone suggest these Singleton objects cause Memory Leak. Or may
there some other reasons for it.

Also suggest me what corrective measures I can take to reduce this
problem.


Thanks in advance for your help!

Sachin
--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---



Re: Memory leak in GWT based application

2009-03-13 Thread chauhan . sachin

I am using IE 7.
Also I am doing lots of RPC for geting the data from db and sending it
back in db.
Can RPC cause memory leaks?

On Mar 13, 12:50 pm, Vitali Lovich vlov...@gmail.com wrote:
 Singleton's are unlikely to cause memory leaks - they will be more
 responsible for initial startup (although of course it is possible).

 One question I would have is whether or not you periodically add data to
 your application or if you perform queries or RPC calls to some server.
 That would be a good place to look and see whether or not you are creating
 objects without clearing.

 One other request would be to provide the IE version  also test it out on
 several browsers to narrow it down to a cross-browser issue, or just IE.



 On Fri, Mar 13, 2009 at 3:37 AM, Sachin chauhan.sac...@gmail.com wrote:

  I have a GWT (we are using version 1.5.3) based application having a
  large number of forms/screens. It has a single EntryPoint. Application
  has become very slow as it takes lot of memory. Now we are running
  into memory leak problem, my application sometimes takes huge amount
  of memory (more that 200MB) if it is run for a long time in a single
  browser. IE is the official browser.

  I have done some investigation and came up with these points:

  1. Huge Application is using single EntryPoint (only one module).
  2. Application have a large number of Sigleton objects. Even the Main
  Panel which is attached to Root Panel is singleton.

  Can someone suggest these Singleton objects cause Memory Leak. Or may
  there some other reasons for it.

  Also suggest me what corrective measures I can take to reduce this
  problem.

  Thanks in advance for your help!

  Sachin- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---



Re: Memory leak in GWT based application

2009-03-13 Thread chauhan . sachin

How can we make sure that the GUI objects that we created are actually
removed from DOM?

On Mar 13, 1:58 pm, Vitali Lovich vlov...@gmail.com wrote:
 Make sure that if you remove panels  whatnot from the page, that you
 actually also remove the DOM element as well as the GUI one.  I'm not sure
 if Google's methods actually do that (if they don't, I think that's a bug).
 I'll have to look into it though.



 On Fri, Mar 13, 2009 at 4:49 AM, LEDUQUE Mickaël mledu...@gmail.com wrote:

  We made some tests and found (using very simple application showing
  and removing the same UI in a repeated timer) that IE has huge memory
  leaks.
  With one add/remove cycle every 2 seconds, we had IE taking 4Gb of
  memory in 10 hours.
  The others tested browsers (firefox, chrome) didn't have that problem.- 
  Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---



GWT through HTML/DHTML

2008-10-05 Thread Sachin

Hi,

How can I access Application created through GWT throught HTML link ?
I want to create a pure HTML link suppose Window. Then after
clicking on this link I want to open the Window created through GWT.
How can I achieve this functionality ?

Sachin.

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---