SID schrieb: > In the past, I have been using ASP.NET for application developments. I > have never used JAVA for any of my applications.
Just out of curiousity, why do you want to use GWT if your expertise is ASP.NET and you don't have any knowledge of Java? Is it a decision from "above"? There are a couple of frameworks and tools available for ASP.NET (I don't know but I'm quite sure about that ;-) so if you just want to have a GUI-toolset you might check out solutions that cover your knowledge instead of forcing yourself to learn something completely new. > If I decide to use GWT and JAVA, how much time will it take to learn > and use it for my this project? Will it be tough? Do you think it is a > good idea to use GWT for my current requirement? The GWT-part is not hard, if you know Java. There are GUI- designers out there that help you create the GUI of appli- cations without programming any line of code (like the designer shipped with Visual Studio that you should know). But you have to know learn Java for implementing the logic and - if you want to use the GWT-RPC-mechanism - the server- side functionality. > Though I have never used, but I have learned C, C++ during my studies. C and - better - C++ helps to learn Java, but there are some differences you have to learn, like the way parameters are passed to methods and the lack of "pointers". There should be a couple of tutorials out there helping to switch from C++ to Java. > As of now, Only I will be working on this project, and there might be > 1 more consultant in the future. With this amount of manpower I suggest to look for ASP.NET- solutions instead of learning Java. > I am also considering DRUPAL as another alternative. I have never used > PHP as well, but some one told me that it is easy to learn PHP than > JAVA. Again, why do you desperately look for frameworks based on a language that you don't know? Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
