Re: Help: Development of large App with GWT

2010-10-06 Thread 007Prog
Hi Noor, to reply this question, we need someone who has been using GWT for quite long. About the application you are trying to implement, I'm still trying to figure out what type of application of recommend you. I think you can try real time web application. What do you think guys? -- You

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
Yes, if someone can help me then it would be great!! -- 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

Re: Help: Development of large App with GWT

2010-10-06 Thread Thomas Broyer
On Oct 6, 5:42 am, Noor baken...@gmail.com wrote: Thus, if we resume, GWT helps more in the development phase of software development. The end result is similar to the client as development with any other framework. Well, to sum up, yes. There are 2 main differences though: - GWT generates

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
ya, I was also thinking about this, as 007Prog said previously, the new trend for RIA is real-time RIA!! -- 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

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
U know, well to start with my dissertation, I have quite a lot concerning GWT, well not that as u as u people are in industry and have on hand experience with GWT According to me, GWT is best suited for distributed application for company network but not for the Internet, Don't u think so?? I

Re: Help: Development of large App with GWT

2010-10-06 Thread Thomas Broyer
On Oct 6, 2:05 pm, Noor baken...@gmail.com wrote: U know, well to start with my dissertation, I have quite a lot concerning GWT, well not that as u as u people are in industry and have on hand experience with GWT According to me, GWT is best suited for distributed application for company

Re: Help: Development of large App with GWT

2010-10-06 Thread 007Prog
Then, I'm in a real mess. I have not yet though a type of application that I will develop with GWT!!! -- 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

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
Well, I'm still in a confusion about the application which I can develop to evaluate GWT!!! -- 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

RE: Help: Development of large App with GWT

2010-10-06 Thread Armishev, Sergey
-web-tool...@googlegroups.com] On Behalf Of Noor Sent: Tuesday, October 05, 2010 11:42 PM To: Google Web Toolkit Subject: Re: Help: Development of large App with GWT Thus, if we resume, GWT helps more in the development phase of software development. The end result is similar to the client

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
Well guys, thanks lot for your help. I think I will be going with a bidding system itself in which I will try to exploit GWT at most. regards Noor -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Help: Development of large App with GWT

2010-10-05 Thread lalit
With ability to bid on multiple bidding at the same time I think what you are leveraging is the ability to do multiple AJAX calls to server simultaneously which is GWT strength but is not unique to GWT. There are many AJAX engines out there. I feel where GWT stands out is to able to push a lot of

Re: Help: Development of large App with GWT

2010-10-05 Thread Noor
Yes, I think that you r right lalit. That's the confusing part, which app can i develop, what where i am blocked?? -- 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

Re: Help: Development of large App with GWT

2010-10-05 Thread 007Prog
I am also thinking about this. Google provide us with a toolkit. So, what type of application can we create with this one that we cannot or would be difficult with another framework. Because Now Noor must choose a proper application that clearly shows that yes, THIS APPLICATION WOULD HAVE BEEN

Re: Help: Development of large App with GWT

2010-10-05 Thread Thomas Broyer
On Oct 5, 3:02 pm, 007Prog camarad250...@gmail.com wrote: I am also thinking about this. Google provide us with a toolkit. So, what type of application can we create with this one that we cannot or would be difficult with another framework.  Because Now Noor must choose a proper application

Re: Help: Development of large App with GWT

2010-10-05 Thread Noor
Thus, if we resume, GWT helps more in the development phase of software development. The end result is similar to the client as development with any other framework. Is it that? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Help: Development of large App with GWT

2010-10-04 Thread Sebastian Rothbucher
Hi noor, actually we're using GWT to develop business applications and that works extremely well. Maybe defining a scenario /process and building an application for this is helpful. Best Regards Sebastian Rothbucher On 3 Okt., 18:10, Noor baken...@gmail.com wrote: Hi to all, I want some

Re: Help: Development of large App with GWT

2010-10-04 Thread Craigo
AJAX! Make a whole bunch of client / server calls, and tell people you didn't write a single line of JavaScript. It was all generated! On Oct 3, 11:37 pm, Noor baken...@gmail.com wrote: Thanks Craigo, what u said is true. However, I need some features which I can place in my applications to

Re: Help: Development of large App with GWT

2010-10-04 Thread Noor
This is persuading but examiners can tell if even i didn't write ant javascript, i did write it in java -- 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

Re: Help: Development of large App with GWT

2010-10-04 Thread lalit
GWT strength is the ability to build rich client side code. If you can show some data analytics/crunching kind of application and show that how it can be supported in web application also. For example showing stock market charts with feedback and may be calculate technical indicators. Just an

Re: Help: Development of large App with GWT

2010-10-04 Thread Thomas Broyer
On Oct 4, 6:37 am, Noor baken...@gmail.com wrote: Thanks Craigo, what u said is true. However, I need some features which I can place in my applications to show how GWT makes things easy and speedy and Java tooling (auto-complete refactoring made easier because Java is a static language;

Re: Help: Development of large App with GWT

2010-10-04 Thread abhiram wuntakal
Hey create a project which by itself acts as a GWT designer (Someone has already done a similar thing actually!!, with the DND options and all), Then u can have modules for server interaction which by itself can be automated so that all u need to do is indicate the table name and u get the data

Re: Help: Development of large App with GWT

2010-10-04 Thread Noor
Hi to all of you, thanks a lot for responding. If we consider GWT architecture, then we can say that this framework targets application which has got to communicate with the server a lot. Then through GWT RPC, the asynchronous calls are made to enhance interactivity. Like Lalit said, Stock

Re: Help: Development of large App with GWT

2010-10-04 Thread mig
It very much depends on what are you trying to do - what the application should do. Technologically, GWT is unlike any other java webframework. You don't prepare pages to display on the server and send them to the browser as plain HTML code, you mostly send only data and leave the presentation to

Re: Help: Development of large App with GWT

2010-10-04 Thread Noor
Thanks Mig, As I stated above, I am trying to implement a bidding system and above I described some its potential features such simultaneously bidding on the several items -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Help: Development of large App with GWT

2010-10-03 Thread Noor
Hi to all, I want some help from u. Many times, I have posted this topic on google discussion and many have helped me. Thanks for this. The fact is that I got a dissertation in which I have to demonstrate the power of GWT. To demonstrate this, I must create an application. So the question, which

Re: Help: Development of large App with GWT

2010-10-03 Thread Craigo
This sums it up nicely: http://code.google.com/webtoolkit/overview.html ...with an emphasis on not needing to know JavaScript (in particular AJAX). GWT = Awesome! On Oct 3, 11:10 am, Noor baken...@gmail.com wrote: Hi to all, I want some help from u. Many times, I have posted this topic on

Re: Help: Development of large App with GWT

2010-10-03 Thread Noor
Thanks Craigo, what u said is true. However, I need some features which I can place in my applications to show how GWT makes things easy and speedy and most important what makes it different when it is finally deployed on the server. -- You received this message because you are subscribed to