Re: Query on Google Web Toolkit (GWT)

2009-12-09 Thread elliot
GWT. Two. Point.  Ohhh!

sticky note time?

--

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: Query on Google Web Toolkit (GWT)

2009-12-09 Thread piyush sharma
On 12/9/09, elliot elliot.w...@gmail.com wrote:

 GWT. Two. Point.  Ohhh!

 sticky note time?

 --

 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: Query on Google Web Toolkit (GWT)

2009-12-06 Thread Sanjiv Jivan
Yozons Support on Gmail,
GWT is different things for different people. GWT is not only about use of
the widgets provided in the core library, or the use of GWT-RPC. These are
just one of numerous features that GWT provides. The ability to write GWT
application code in Java and IDE support is a huge productivity gain.

GWT-RPC is no doubt super convenient and easy to make RPC calls and share
classes on the client side and server side. However there are usecases that
SmartGWT / SmartClient transport protocol currently supports that are not
fully supported by GWT-RPC currently.

For example Transaction Queueing. I believe GWT is adding some batching
functionality as well and I'm looking forward to checking it out. More info
here :
http://www.jroller.com/sjivan/entry/introduction_to_smartgwt_enterprise_edition

Smart GWT also eliminates the need for having redundant Data Transfer Object
(DTO's) while at the same time having a rich domain model in a very elegant
way. More on this here :
http://www.jroller.com/sjivan/entry/solving_the_dto_dilemma

If you are happy with using GWT-RPC with DTO's or with Gilead, by all means
go for it. Infact there is a user extension for a GWTRPCDataSource provider
that allows you to use GWT-RPC as the DataSource provided for all Smart GWT
components.

As for intermixing of GWT widgets, obviously the goal is to provide 100%
interoperability with all other GWT libraries, include the widgets in GWT
itself. Infact Smart GWT does support interoperability with GWT widgets but
with some caveats like one should not place GWT widgets within a Smart GWT
container that is in turn within a GWT widget container. There are certain
contracts that the Smart GWT layout management expects which GWT widgets are
unaware of and are not able to participate in. Infact there will be similar
limitations with most third party libraries that provide their own layout
management schemes.

So to answer your question, Smart GWT is a library that allows you to write
applications using the GWT technology. Have a look at the features it
provides, feel free to ask any questions you have on the Smart GWT forum and
if you feel your application may benefit from it, you're free to use it. And
if not, just ignore it.

Sanjiv


On Sun, Dec 6, 2009 at 1:58 PM, Yozons Support on Gmail yoz...@gmail.comwrote:

 Who started that rumor? SmartClient folks?  ;)

 What's not clear to me about SmartGWT, interesting as it seems, is why does
 it use GWT at all?  It seems that they suggest you don't use GWT-RPC and
 don't mix with GWT widgets, so what exactly is GWT doing in a SmartGWT
 world?


  --
 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: Query on Google Web Toolkit (GWT)

2009-12-06 Thread Sanjiv Jivan
Nilesh,
You're just being paranoid. Your friend does not know what he's talking
about :) Smart GWT is based on GWT and if GWT disappeared, so would Smart
GWT. Neither of which is actually going to happen.

Sanjiv

On Fri, Dec 4, 2009 at 12:53 PM, Nilesh nileshpatward...@gmail.com wrote:

 Hi Everyone,

 I am working with one of the reputed software companies in India.
 Recently I heard from one of my friends that google would stop
 supporting GWT and start promoting Smart GWT. In our product
 technology stack we have GWT and some other applications. if google
 stops supporting GWT, what would the steps users would need to migrate
 to Smart GWT?

 can somebody answer my questions please?

 Thanks
 Nilesh

 --

 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: Query on Google Web Toolkit (GWT)

2009-12-06 Thread yogesh patel
:)

--- On Mon, 7/12/09, Sanjiv Jivan sanjiv.ji...@gmail.com wrote:

 From: Sanjiv Jivan sanjiv.ji...@gmail.com
 Subject: Re: Query on Google Web Toolkit (GWT)
 To: google-web-toolkit@googlegroups.com
 Date: Monday, 7 December, 2009, 3:43 AM
 Nilesh,You're just being paranoid.
 Your friend does not know what he's talking
 about :) Smart GWT is based on GWT and if GWT disappeared,
 so would Smart GWT. Neither of which is actually going to
 happen.
 
 
 
 Sanjiv
 On Fri, Dec 4, 2009 at 12:53 PM,
 Nilesh nileshpatward...@gmail.com
 wrote:
 
 
 Hi Everyone,
 
 
 
 I am working with one of the reputed software companies in
 India.
 
 Recently I heard from one of my friends that google would
 stop
 
 supporting GWT and start promoting Smart GWT. In our
 product
 
 technology stack we have GWT and some other applications.
 if google
 
 stops supporting GWT, what would the steps users would need
 to migrate
 
 to Smart GWT?
 
 
 
 can somebody answer my questions please?
 
 
 
 Thanks
 
 Nilesh
 
 
 
 --
 
 
 
 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.
 
 
 

--

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: Query on Google Web Toolkit (GWT)

2009-12-06 Thread Nilesh Patwardhan
Hey Chris,

http://code.google.com/p/gwt-ext/
*Status Update* This project is no longer under active development and has
been superseded by Smart GWT http://code.google.com/p/smartgwt/.
Assistance will be provided to existing users of GWT-Ext looking to migrate
to Smart GWT.
We are using GWT-Ext in our project and when we were looking at the website,
we saw the comment i mentioned above. How much is the effort we have to
migrate from GWT-Ext to Smart GWT? can you please elaborate on that?

Thanks
   Nilesh



On Sun, Dec 6, 2009 at 8:21 AM, Chris Ramsdale cramsd...@google.com wrote:

 Google has no intention of dropping support for GWT. Instead we will
 continue to add features and functionality, much like we are doing with the
 2.0 release of GWT. There's no reason to worry that the toolkit that you
 have invested in will be deprecated.

 Thanks,
 Chris


 On Fri, Dec 4, 2009 at 12:53 PM, Nilesh nileshpatward...@gmail.comwrote:

 Hi Everyone,

 I am working with one of the reputed software companies in India.
 Recently I heard from one of my friends that google would stop
 supporting GWT and start promoting Smart GWT. In our product
 technology stack we have GWT and some other applications. if google
 stops supporting GWT, what would the steps users would need to migrate
 to Smart GWT?

 can somebody answer my questions please?

 Thanks
 Nilesh

 --

 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.




Re: Query on Google Web Toolkit (GWT)

2009-12-06 Thread Abdullah Shaikh
You are mixing things, GWT is different, so is SmartGWT  GWT-Ext. You first
mail itself was wrong, now we know you meant GWT-Ext.

Regarding the migration effort, I think the message in your mail itself is
clear enough, you need to ask this question in the Smart GWT forum, but if
some one from this forum answers that's fine.

- Abdullah

On Mon, Dec 7, 2009 at 11:34 AM, Nilesh Patwardhan 
nileshpatward...@gmail.com wrote:

 Hey Chris,

 http://code.google.com/p/gwt-ext/
 *Status Update* This project is no longer under active development and has
 been superseded by Smart GWT http://code.google.com/p/smartgwt/.
 Assistance will be provided to existing users of GWT-Ext looking to migrate
 to Smart GWT.
  We are using GWT-Ext in our project and when we were looking at the
 website, we saw the comment i mentioned above. How much is the effort we
 have to migrate from GWT-Ext to Smart GWT? can you please elaborate on that?

 Thanks
Nilesh



 On Sun, Dec 6, 2009 at 8:21 AM, Chris Ramsdale cramsd...@google.comwrote:

 Google has no intention of dropping support for GWT. Instead we will
 continue to add features and functionality, much like we are doing with the
 2.0 release of GWT. There's no reason to worry that the toolkit that you
 have invested in will be deprecated.

 Thanks,
 Chris


 On Fri, Dec 4, 2009 at 12:53 PM, Nilesh nileshpatward...@gmail.comwrote:

 Hi Everyone,

 I am working with one of the reputed software companies in India.
 Recently I heard from one of my friends that google would stop
 supporting GWT and start promoting Smart GWT. In our product
 technology stack we have GWT and some other applications. if google
 stops supporting GWT, what would the steps users would need to migrate
 to Smart GWT?

 can somebody answer my questions please?

 Thanks
 Nilesh

 --

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




Query on Google Web Toolkit (GWT)

2009-12-05 Thread Nilesh
Hi Everyone,

I am working with one of the reputed software companies in India.
Recently I heard from one of my friends that google would stop
supporting GWT and start promoting Smart GWT. In our product
technology stack we have GWT and some other applications. if google
stops supporting GWT, what would the steps users would need to migrate
to Smart GWT?

can somebody answer my questions please?

Thanks
Nilesh

--

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: Query on Google Web Toolkit (GWT)

2009-12-05 Thread Chris Ramsdale
Google has no intention of dropping support for GWT. Instead we will
continue to add features and functionality, much like we are doing with the
2.0 release of GWT. There's no reason to worry that the toolkit that you
have invested in will be deprecated.

Thanks,
Chris

On Fri, Dec 4, 2009 at 12:53 PM, Nilesh nileshpatward...@gmail.com wrote:

 Hi Everyone,

 I am working with one of the reputed software companies in India.
 Recently I heard from one of my friends that google would stop
 supporting GWT and start promoting Smart GWT. In our product
 technology stack we have GWT and some other applications. if google
 stops supporting GWT, what would the steps users would need to migrate
 to Smart GWT?

 can somebody answer my questions please?

 Thanks
 Nilesh

 --

 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.