Problem Occoured at Deployment to the Tomcat (gwt progrme)
when i run the application on eclipse using the gwt compiler it runs without any problems. But when i deploy the compiled program in to the tomcat and test it, its not working at all.
But in this case i just tried a very small program. And there i didn't use the correct way of OOP. in there i changed values directly that created on another object (without using any get set methods). then it didn't worked in tomcat. but in the gwt compiler it works.
so after a while i changed that above problem in to the correct manner, by setting get and set methods. then it worked.
Do u think this is an problem with gwt??
thank you.
wsdice707
请先登录再写评论。