It's not a secret anymore!
The moose likes GWT and the fly likes Some questions about GWT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Some questions about GWT" Watch "Some questions about GWT" New topic
Author

Some questions about GWT

Luan Cestari
Greenhorn

Joined: Feb 07, 2010
Posts: 29

Hi everybody,

I have some question:

#1 - Which projects you prefer to use GWT instead of other frameworks (like JSF)? Do you think the cost to switch a team that already has a good skill in other framework is high (time, money, etc)? Any experiences?

#2 - Is there any list of open source projects that use GWT, so I can take a look at how they use the framework?

#3 - Do you know if Google is planning to publish their projects that use GWT (like Orkut) in Google Code as an open source project?

#4 - Which frameworks do you usually use with GWT? (Like Spring, Hibernate, etc)


Thank you in advance.

Luan


See more: superseniordevelopers.blogspot.com luancestari.blogspot.com

"By a lie, a man... annihilates his dignity as a man." - Immanuel Kant
Federico Kereki
author
Greenhorn

Joined: Aug 27, 2010
Posts: 29
Luan Cestari wrote:
#1 - Which projects you prefer to use GWT instead of other frameworks (like JSF)? Do you think the cost to switch a team that already has a good skill in other framework is high (time, money, etc)? Any experiences?

#2 - Is there any list of open source projects that use GWT, so I can take a look at how they use the framework?

#3 - Do you know if Google is planning to publish their projects that use GWT (like Orkut) in Google Code as an open source project?

#4 - Which frameworks do you usually use with GWT? (Like Spring, Hibernate, etc)


Hi! Several answers:

1. I use GWT for business-oriented applications. I have worked with people who had experience with other frameworks (Spring, Faces, etc.) and we could re-use that experience for the server side. The main change is that the front end isn't JSP (or the like) based any more, but Java code. Programmers with Java+Swing experience are best -- and they should know at least SOMETHING about HTML, Ajax, etc!

2. There's no list I know of (though the GWT Gallery may help) but there are several, including some really not common ones, as Piano Etudes

3. Nope -- but (at least part of) Google Wave is going open.

4. We've used JPA/Hibernate. Spring integration seems to be on its way for GWT 2.1.

Hope this helps!


Great fan of Open Source, Linux, and web development with GWT; all of these come together for my ESSENTIAL GWT book!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Some questions about GWT
 
Similar Threads
In Search of the Framework
Trying to use non-GWT jar in GWT project
shine J2EE service oriented framework
Seam Book: Reasons that make Seam stand out?
choosing ajax library