Re: Design of the GWT Compiler

2013-07-01 Thread Bhaskar Janakiraman
The videos are very close to being posted (probably this week).  it may not
answer all your questions, but its a good introduction.
Bhaskar


On Mon, Jun 24, 2013 at 10:30 AM, Ranjith Chungath <
ranjith.chung...@gmail.com> wrote:

> Pl. send me the link to the same when they are available
> Thanks,
> Ranjith
>
> On Monday, June 24, 2013 12:47:16 AM UTC+5:30, Thomas Broyer wrote:
>
>>
>>
>> On Sunday, June 23, 2013 7:21:16 PM UTC+2, Ranjith Chungath wrote:
>>>
>>> Hi,
>>>
>>>   I would like to understand the GWT compiler in deep. The classes and
>>> the flow.
>>>
>>>   For E.g., the following classes and the Visitors
>>>
>>>- com.google.gwt.dev.jjs.impl.**ControlFlowAnalyzer
>>>- com.google.gwt.dev.jjs.**JavaToJavaScriptCompiler
>>>- com.google.gwt.dev.jjs.impl.**CodeSplitter
>>>- com.google.gwt.dev.jjs.impl.**CodeSplitter2
>>>
>>>  I am in process of going through each of this and debugging the
>>> Compiler. It would really help if you can point me to any existing design
>>> documents or Wiki.
>>>
>>
>> There's been a meetup in Google's headquarters in Mountain View the
>> couple days before IO where I believe someone talked about it (I wasn't
>> there). AFAICT, videos of the talks should be published soon, but maybe
>> slides can be put online before…
>>
>

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




Re: ONLINE PROJECT SUPPORT FOR DEVELOPERS IN .NET

2013-05-02 Thread Bhaskar Janakiraman
Done.
Bhaskar

On Thursday, May 2, 2013 6:13:38 AM UTC-7, Ian Mayo wrote:
>
> Group moderators:  can we get this account blocked from the group?
>
> Clearly it's just spam.
>
> Cheers,
> Ian
>
>

-- 
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 10 times slower in web (production) mode than hosted (developer) mode

2012-12-15 Thread Bhaskar Janakiraman
Perhaps you are running into limitations imposed by Javascript on GWT? See:
https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsCompatibility

On Saturday, December 15, 2012 4:49:25 PM UTC-8, Sami Kanderian wrote:
>
> Dear all,
>
> I am having the opposite problem than what is reported by most of you and 
> would appreciate some advice. I am fairly new to GWT and wrote my first app 
> that runs entirely client side. When a button is clicked it does tens or 
> even hundreds of thousands flops that are mathematical computations and 
> outputs the result. I have placed timers in the code and this computation 
> algorithm takes 2 seconds to run in developer mode (i.e when it runs in 
> Java). This run time is acceptable.  However, when I GWT compiled the app 
> (into JavaScript) and run it on the web, the same computation function 
> takes 25 seconds. This latency is unacceptable. My question is what’s the 
> best way to resolve this? I see 2 potential options and wouls appreciate 
> some advice on which way I should go and if there are alternative options I 
> am missing:
>
> *Option 1:*
>
> -  - Should I switch the computation functions to run server side?
>
>   - How much time does it take the server to send 5,000 doubles 
> back to the client?
>
> *Option 2:*
>
> -   - Should I scratch GWT and the whole JavaScript 
> conversion/compilation and just have the whole thing run in Java client 
> side in an applet? I am bummed as I chose GWT as to have the App run on 
> many different platforms that do not accept the Java Run Time Engine.
>
>   -  I like the GUI I am using, can GWT and Smart GWT GUIs run a Java 
> Applet (i.e can I use the same GUI I created with GWT but run the core 
> components of the app in Java, basically run like it does in developer mode 
> now but as the finished app?)
>
> Thanks in advance! 
>
> Sami
>

-- 
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/-/ngNj_ZFK9PMJ.
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 Forum Moderation Policy

2012-10-15 Thread Bhaskar Janakiraman
Please note, we have a light-weight moderation policy in effect currently: 
posts from new members are moderated for spam and recruiting email before 
being posted. Please use the 
google-web-toolkit-employment<https://groups.google.com/forum/#!forum/google-web-toolkit-employment>
 forum 
to post job openings. Users posting recruiting messages and/or spam will be 
banned from further posts. 

As always, we will approve posts as quickly as possible. 

Thanks,
Bhaskar Janakiraman

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



Code Split

2011-08-25 Thread Bhaskar
Hi,

I have implemented code split in my module. i can see "deferredjs"
folder got created and i can see 1.cache.js and 2.cache.js files.

how can i ensure that these are getting loaded when we send a request.
even when i see in fire bug also i did not see are getting loaded.

can any one help me how to test this?

Thank you in advance.

Regards,
Bhaskar

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



include JSP modules in GWT project

2011-08-04 Thread Bhaskar
Hi,

we have existing project with struts framework( we are usinh JSP for
View). Now we are using GWT(and GXT) for the new features.(old
features are in JSP olny)
now we want to create one GWT project for new features, but we want
add old code(i.e struts code) in GWT project so that we can debug/
compile with single project.

can any one help me in this?


Regards,
Bhaskar

-- 
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: external jars

2010-08-20 Thread Bhaskar
Have u inherited in gwt.xml file ?

On Fri, Aug 20, 2010 at 7:59 PM, Jason M  wrote:

> I'm trying to import a jar file with pojo classes and am getting:
> Unable to find 'de/vogella/gwt/module/model.gwt.xml' on your
> classpath; could be a typo, or maybe you forgot to include a classpath
> entry for source?
>
> I followed this tutorial: http://www.vogella.de/articles/GWT/ar01s08.html
> and couldn't get it to work and then tried to export the person
> eclipse project as a jar with source code.  No luck.
>
> Has anyone solved this or seen this issue?
>
> --
> 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.
>
>


-- 
Keep Smiling
Thanks & Regards
Bhaskar.
Mobile:9866724142

-- 
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: why we probably won't use GWT for a large UI project

2010-08-13 Thread Bhaskar
its good... if your company can buy GXT(EX GWT) it would be good...

On Tue, Aug 10, 2010 at 1:57 PM, marius.andreiana <
marius.andrei...@gmail.com> wrote:

> Hi,
>
> We're working on a large project, which has the back-end is written in
> a non-Java technology, with REST APIs. We're looking for a framework
> to replace the current UI.
>
> I did a brief analysis of using GWT:
>
> https://docs.google.com/document/edit?id=16rQknO-r3ZqfMbuIl0R52OnFcWBCOKTPm1wDCzSQgvU&hl=en
>
> I'm looking to get this group's feedback before I present my findings
> to the team. What do you think?
>
> Thanks,
> Marius
>
> --
> 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.
>
>


-- 
Keep Smiling
Thanks & Regards
Bhaskar.
Mobile:9866724142

-- 
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: Upgrade from 1.5.3 to 2.x

2010-08-11 Thread Bhaskar
we have upgraded GWT 1.7 to GWT 2.0.3... just we added new GWT in Google web
tool kit in Eclipse IDE..( in preferences).


On Wed, Aug 11, 2010 at 7:03 PM, Fernando  wrote:

> I did the migration from 1.6.x to 2.0.x and it was pretty much
> straightforward, just a couple deprecated elements (listeners ->
> handlers), but before that, from 1.5.x to 1.6.x, it seems that they
> ran into some trouble...
>
> On 11 ago, 09:37, cupakob  wrote:
> > HI *,
> >
> > we have an application, which is build with GWT 1.5.3. Is it possible
> > to upgrade to the newest GWT version? Is there any howto, how to make
> > the upgrade?
> >
> > Thanks in advance!
> > S.
>
> --
> 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.
>
>


-- 
Keep Smiling
Thanks & Regards
Bhaskar.
Mobile:9866724142

-- 
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: WSDL

2010-08-10 Thread Bhaskar
what is the server you are using ? is it Tomcat or Google App Engine?

in my project we are using  the similar way..


On Tue, Aug 10, 2010 at 11:20 PM, rudolf michael  wrote:

> This has nothing to do with GWT/client side coding.
> i was just pointing you to an easier way to integrate the load of the web
> service in your back end proxy class.
>
> best regards,
> Rudolf Michael
>
>
> On Tue, Aug 10, 2010 at 7:15 PM, Deepak Singh wrote:
>
>> Hi,
>>
>> Thank you all for your answers.
>>
>> Bhaskar, I tried this one -- Using eclipse plugin i developed client of
>> wsdl which give a total of five java files including stub and proxy. Then i
>> took this package to my my GWT server package and then i created the object
>> of the Proxy class on my client and invoked the wsdl method through the
>> proxy class. but is this the right way of using web service with GWT ? and
>> also i hope that the response time is very high in this manner. I am not
>> using any other framework with GWT  however i am using PIRITI for xml to
>> java mapping.
>> Pls suggest the best way.
>>
>>
>> Hi Michael,
>>
>> Could you pls explain a bit how to do use this groovyWs with GWT. I am not
>> aware  of this integration.
>>
>> Thanks
>> Deepak
>>
>> On Tue, Aug 10, 2010 at 7:21 PM, Bhaskar  wrote:
>>
>>> what are the other frameworks you are using as part of your project?
>>>
>>> one way is, using  Apache Axis, you can genarate java file out of wsdl
>>> and create stub and log in to the web service...
>>>
>>> ~Bhaskar
>>>
>>> On Tue, Aug 10, 2010 at 2:57 PM, Deepak Singh 
>>> wrote:
>>>
>>>> Hi All,
>>>>
>>>> I need to consume several cross-domain wsdl files and get data by
>>>> calling methods from wsdl. I dont know how to do this using GWT.
>>>> Pls suggest. I am using GWT 2.1 m2
>>>>
>>>> Thanks
>>>> Deepak
>>>>
>>>> --
>>>> 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.
>>>>
>>>
>>>
>>>
>>> --
>>> Keep Smiling
>>> Thanks & Regards
>>> Bhaskar.
>>> Mobile:9866724142
>>>
>>>  --
>>> 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-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.
>>
>
>  --
> 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.
>



-- 
Keep Smiling
Thanks & Regards
Bhaskar.
Mobile:9866724142

-- 
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: WSDL

2010-08-10 Thread Bhaskar
what are the other frameworks you are using as part of your project?

one way is, using  Apache Axis, you can genarate java file out of wsdl and
create stub and log in to the web service...

~Bhaskar

On Tue, Aug 10, 2010 at 2:57 PM, Deepak Singh wrote:

> Hi All,
>
> I need to consume several cross-domain wsdl files and get data by calling
> methods from wsdl. I dont know how to do this using GWT.
> Pls suggest. I am using GWT 2.1 m2
>
> Thanks
> Deepak
>
> --
> 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.
>



-- 
Keep Smiling
Thanks & Regards
Bhaskar.
Mobile:9866724142

-- 
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: Date Serialization issues

2010-08-06 Thread Bhaskar
Yes...

Convert the date into string and send, it will work well
let me know if u need more info

Regards,
Bhaskar

On Fri, Aug 6, 2010 at 11:39 AM, Ameya Kulkarni  wrote:

> Hi
>
> We are sending java.util.Date objects from the server. On the client
> side these date values are not correct.
>
> Examples:
> 14-Jul-1000 (on server) is shown as 20-Jul-1000 (on browser)
> 14-Jul-0100 (on server) is shown as 13-Jul-0100 (on browser)
>
> We are using GWT 2.0. Has anyone faced such issues ?
>
> --
> 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.
>
>


-- 
Keep Smiling
Thanks & Regards
Bhaskar.
Mobile:9866724142

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