Re: Need to use GWT to make a program similar to Google Calendar, How would you do it?

2009-10-07 Thread spierce7
@Chris, The first link you gave was actually the link that I originally linked. I'd love to see Ray Ryan's talk on Model View Presenter design though. Also, that DND library is pretty awesome though! That is definitely useful! Thank you for that! @Paul, That calendar is much better made than the

Re: Need to use GWT to make a program similar to Google Calendar, How would you do it?

2009-10-06 Thread spierce7
Anyone? --~--~-~--~~~---~--~~ 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

Re: Need to use GWT to make a program similar to Google Calendar, How would you do it?

2009-10-06 Thread Chris Ramsdale
This sounds like a great project and the Calendar examplehttp://google.latest.gwt-web-calendar.appspot.com/ that you are working from has some nice layout and UI elements. There are several routes that you can take in terms of design, each with their own set of pros and cons. GWT is quite

Re: Need to use GWT to make a program similar to Google Calendar, How would you do it?

2009-10-06 Thread Paul Robinson
You might like to take a look here as well: http://code.google.com/p/ftr-gwt-library/ Chris Ramsdale wrote: This sounds like a great project and the Calendar example http://google.latest.gwt-web-calendar.appspot.com/ that you are working from has some nice layout and UI elements. There

Need to use GWT to make a program similar to Google Calendar, How would you do it?

2009-10-05 Thread spierce7
I found this online: http://google.latest.gwt-web-calendar.appspot.com/ Again, my goal is to make something similar to that, but something that's more customized to my needs. Instead of editing his code, I'm just going to make my own so I'll learn during the process as well. I'm reasonably