Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-20 Thread Maximilian Eberl
Hi Saurabh, this looks great! I am going to try it out. Maximilian Oh man! How long did I fuzzle around with embedded Flash Animations throwing data into them with JavaScript -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: Entry Point

2011-12-20 Thread Maximilian Eberl
I do the following: Create an application in a war named ROOT.war - when deployed to Tomcat this reacts to www.myserver.com/index.html Let us assume You want three "entry points" / - (the main application - public) /membersonly - login secured area /admin - the admin area So create two folders i

Re: Reusing widgets across mvp views

2011-11-26 Thread Maximilian Eberl
> I am attempting to share widgets across various views in mvp. Just a simple idea: Create a Singleton class WidgetHolder and keep the Widgets in a HashMap or an Array List and provide a get(widgetname) method. Remember that client-side GWT is JavaScript, not Java!! So Your WidgetHolder should fit

Re: GWT e IDE

2011-11-26 Thread Maximilian Eberl
> Hi, I wanted to know if there is a RAD framework for GWT NetBeans IDE, > like Eclipse? There is an intereseting site on the internet which can help You. It's name is 'Google' http://www.google.com You should type 'netbeans gwt plugin' into the textField in the middle of their homepage. After s