Re: MVP vs PureMVC

2011-04-07 Thread Isuru Madusanka
Drawbacks of MVC Increased complexity If reading this page doesn’t convince of you the complexity of this pattern, consider all of the auxiliary patterns that co-occur with MVC. Close coupling of views and controllers to model Changes to the model interface require parallel changes in the view

Re: Volunteers???

2010-11-21 Thread Isuru
On 08/25/2010 09:17 PM, dolcra...@gmail.com wrote: Why not natively port YUI to GWT? Yeah exposing the api/library can make it easier if you're writing code that needs to be accessible from external javascript, but if you wrote it as a native/pure gwt library you would be able to benefit from gw

GWT Hosting

2010-11-18 Thread Isuru Madusanka
Hi, I have trouble with finding a good hosting service. I can try Google App Engine. But my app need more space and allow users upload documents. I tried a trial account with a reputed hosting company. But they are not good at customer service. I am looking for a low-cost hosting. Do you guys hav

Re: Simple question about jars

2010-11-18 Thread Isuru Madusanka
For my knowledge. You must put all external libraries in the lib folder. Unless how program access the library. And it is not a bug. On Thu, Nov 18, 2010 at 7:11 PM, Jan wrote: > Hi community members, > > I am using classes which are part of org.w3c.css.sac. They are located > inside the GWT dev

Re: GWT Flash Killer (beta)

2010-08-26 Thread Isuru Madusanka
Simply amazing! Expecting tutorial on that! On Fri, Aug 27, 2010 at 12:38 AM, powwow wrote: > Tutorials are coming soon...quite busy here. > > I guess its targeted towards Flash developers since a Flash developer > could easily build animations since it is similar to the Flash IDE. > > Jim > > O

Class "MainEntryPoint" neither has main method nor it is a servlet specified in web.xml

2010-08-24 Thread Isuru Madusanka
Class "MainEntryPoint" neither has main method nor it is a servlet specified in web.xml I freshly installed GWT4NB plugin version 2.8.0 and glassfish server. Everything installed correctly. But I get an error stating "Class "MainEntryPoint" neither has main method nor it is a servlet specified in

Re: Visual Editors

2010-08-24 Thread Isuru Madusanka
I don't they will release IDE. But they released Eclipse plugin. On Thu, Aug 19, 2010 at 8:27 PM, Drico wrote: > Greetings everyone! > > In my company we are planning moving on GWT for web applications, or > not. The main issue now is a visual editor for faster productivity. > Without a visual

Re: GWT 2.0.4 app does not work with Java JDK 1.5

2010-08-24 Thread Isuru Madusanka
I have the same problem. Which IDE you use? On Fri, Aug 20, 2010 at 10:45 PM, Greg Dougherty wrote: > I have a GWT app I was building using a 1.6 JDK. However, the place > where I want to deploy it only has Tomcat 5, running jdk 1.5. So I > changed my compiler settings to 1.5 compliance, and a