GWT is just one part of a complete web application. Typically for a  
large app you might use some sort of CMS on the server, and use GWT to  
perform dynamic client side stuff.

It is not necessary to use any additional frameworks like SmartGWT or  
the EXT variants with GWT, but they seem to be popular with the kids  
these days. Do your research with these libraries as they seem to  
change the nature of GWT with their own event systems and such.

I tend to simply use GWT and CSS to create my dynamic client apps.

If you don't have a need for Search Engine Indexing you can even use  
GWT (combined with some persistence architecture on the server) to  
create a complete desktop like client application where most of the  
heavy lifting is done on the client and the server is simply contacted  
only to store or retrieve objects.

-jason

On Apr 28, 2009, at 3:33 AM, Neo wrote:

>
> Can GWT be used to develop large enterprise applications ? Or is it
> only limited to small and medium size projects ?
>
> For any type of project is GWT good enough to be used as a standalone
> framework or is it that it needs to be used along with other similar
> technologies like SmartGWT and GWT Ext ?
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to