Re: java.lang.NoClassDefFoundError: javax.validation.ValidationException

2018-03-26 Thread Sree Kanth
Hi Rajesh Di you get any solution on the below issue posted On Sunday, 3 June 2012 18:55:08 UTC-4, Rajesh Mulcha wrote: > > Hi.., I have added all the required jars to the web-inf/lib and I see > them in the classpath printed, validation-api-1.0.0GA.jar, gwt-servlet- > deps.jar,

Re: GWT app does not work in IE 8

2013-01-30 Thread Sree
run it regularly? I run in IE8 often and haven't seen that one. Could it be that the Bootstrap is doing something funny? That library makes use of HTML5 kind of stuff... On Tuesday, January 29, 2013 2:44:35 PM UTC-8, Sree wrote: I am working on a GWT application developed using MVP

Error while running StockPrice RPC call

2012-10-08 Thread Sree
Hi I am getting below error while running RPC call. can you help? 11:22:43.826 [ERROR] [com.google.stockwatcher.stockWatcher] Uncaught exception escaped java.lang.RuntimeException: Deferred binding failed for 'com.google.stockwatcher.client.StockPriceServiceAsync' (did you forget to

Re: How to supply bindAddress

2010-09-28 Thread Sree ...
thx alot.. that did the magic On Fri, Sep 17, 2010 at 6:12 PM, Nairutee nairu...@ensarm.com wrote: If you are using an Eclipse IDE, i) you will need to have the latest GWT plugin for Eclipse http://code.google.com/eclipse/docs/getting_started.html . ii) In the Run / Debug configurations in

Re: Google Web Toolkit Developer Plugin for Firefox - where is it?

2010-08-27 Thread Sree ...
http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/?r=7211 http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/?r=7211Rt click on the gwt-dev-plugin and select save link as... On Fri, Aug 27, 2010 at 6:01 PM, chrisr

How to supply bindAddress

2010-08-25 Thread Sree ...
Am currently looking at this page http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM It says You need to supply -bindAddress 0.0.0.0 for cross - machine debugging. Can someone help me where I need to supply that address? -- -Thanks -Srikanth.G -Hyderabad -- You received

Re: How to send data back to client side code?

2010-08-23 Thread Sree ...
? Please refer http://blog.hivedevelopment.co.uk/2009/08/google-web-toolkit-gwt-mvp-example.html This is a excellent tutorial. I also think it's so difficult to me, but I will try to learn more :) On Aug 20, 1:56 am, Sree ... gattasrika...@gmail.com wrote: also.. please post back here if you

Re: How to send data back to client side code?

2010-08-19 Thread Sree ...
also.. please post back here if you succeed! Am also trying to implement the DTO but not sure how far i can do that :) On Fri, Aug 20, 2010 at 12:22 AM, Tan Duy tanduy2...@gmail.com wrote: Thanks for your help, I'm trying to read and test some demo. So, I realize something about GWT-RPC.

Re: How to send data back to client side code?

2010-08-18 Thread Sree ...
to carry payload data. so design the class NOT to use any classes from appengine like Key, BlobKey etc On 14 Aug., 07:05, Sree ... gattasrika...@gmail.com wrote: Modified the Employee.java as below *public class Employee implements IsSerializable{* then moved the Employee.java

Re: Clicking HyperLink Twice or more...

2010-08-13 Thread Sree ...
Looks like there is some problem with latests GWT upgrade!! or am I doing it wrong? This happens for me also. I use buttons in my page. First click on the buttons works, 2nd click donesn't and again 3rd click works. Its used to work perfectly until i updated my GWT to latest version. I haven't

How to send data back to client side code?

2010-08-13 Thread Sree ...
Am not sure this belongs to GWT or GAE or both ... So here's my problem... I have one client/Example.java [contains all GWT code] calls a methods on server/SomeServiceImpl.java [Contains code to talk to dataStore] Wat server/SomeServiceImpl.java does is Featch data from Employee.Java

Re: How to send data back to client side code?

2010-08-13 Thread Sree ...
. furthermore everything whats inside client and shared package has to be translatable to javascript, i.e. you shall not use 3rd party libraries in there. so just move the Employee and all related (payload) classes to the shared (or client) package and you are done On 13 Aug., 19:39, Sree

Re: How to send data back to client side code?

2010-08-13 Thread Sree ...
source path entries properly Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook Why appengine import statements are not working! Again they should be only in server folder? On Sat, Aug 14, 2010 at 6:17 AM, Sree ... gattasrika...@gmail.com wrote: okey... thanks alot guys i ll try to make those

broken image in help! Bug?

2010-08-09 Thread Sree ...
Is this a bug?? am seeing a broken image in eclipse. Type: final *Button* b = new Button(); and then mouseover to *Button.* [image: broken Image.png] -- -Thanks -Srikanth.G -Hyderabad -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Can anyone explain RPC

2010-02-23 Thread vasu sree
Hello sridevi, I think you know the diffrence between client and server applications, there are many ways to connect client to server applications, RPC is one of the those.Just go through the link sent by martin, u will get it. Try cheyyi . Regards Srinivas.N On Tue, Feb 23,