Re: GWT+GAE+Tomcat - java.lang.NullPointerException: No API environment is registered for this thread

2011-06-10 Thread Anoop John
Any idea On Jun 9, 7:58 am, Anoop John anoopjoh...@gmail.com wrote: Hi, I have developed an application in two ways: 1) GWT+Mysql+Tomcat - Here the GWT compiler was compiled java code to JS. In the server side the data stored inside the Mysql database. Here i didn't used Google data

Re: SyncProxy + Tomcat

2011-06-10 Thread Anoop John
Any idea On Jun 9, 10:18 pm, Anoop John anoopjoh...@gmail.com wrote: Hi, I am using syncproxy tool kit for a testing purpose. It working perfectly when i deploy my web application in the Eclipse default server (Jetty). That i could access my remote method from my java application

SyncProxy + Tomcat

2011-06-09 Thread Anoop John
/;; GreetingService server = (GreetingService) SyncProxy.newProxyInstance(GreetingService.class, ModuleBaseURL, greet); System.out.println(server.greetServer(Anoop John));// A method in interface and crashed here

GWT+GAE+Tomcat - java.lang.NullPointerException: No API environment is registered for this thread

2011-06-08 Thread Anoop John
Hi, I have developed an application in two ways: 1) GWT+Mysql+Tomcat - Here the GWT compiler was compiled java code to JS. In the server side the data stored inside the Mysql database. Here i didn't used Google data store. It worked fine when i deployed in tomcat server. 2) GWT+GAE+Tomcat -

Develop a customized grid/celll table

2011-01-20 Thread Anoop John
Hi, I want to develop a cell table exactly same as in the link below. http://jaffa.sourceforge.net/JaffaRIATests/tests/extjs/multigroup/MultiGroup.html Is there any way for this. This is very urgent. Thanks Anoop -- You received this message because you are subscribed to the Google Groups

System MAC Address

2010-11-23 Thread Anoop John
Is there any way to get the client system MAC address in gwt? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Unable to start App Engine

2010-05-28 Thread Anoop John
I am getting the following error when i starts the AppEngine in Dev mode in eclipse. I am using AppEngine 1.3.4. Please let me know what should i do for this. Starting Jetty on port [WARN] failed org.mortbay.jetty.nio.selectchannelconnecto...@adb1d4 java.lang.NoSuchMethodError:

Trouble with real server

2010-05-09 Thread Anoop John
Hi I am in trouble with the tomcat server (Not local host). I tried to deploy the simple GWT application in the tomcat server and it was worked in localhost. I uploaded the files through FileZilla. I am getting the following error. com.google.gwt.user.client.rpc.StatusCodeException: Not Found

Re: Creating nice forms using gwt

2010-03-07 Thread Anoop John
Hey Vuk, You can use the method setStyleName(your css class name) corresponding to the widget. On Mar 7, 11:06 am, Vik vik@gmail.com wrote: Hie I want to create a form in gwt with exact look and feel ashttp://www.sakshum.com/ui/page/DonorRegister.jsp Is it possible?: If yes please

Re: our company is considering to use GWT

2010-02-23 Thread Anoop John
Thats good. GWT is the best way to develop the high speed web application. 1) Its response time is very less, because gwt is not loading html code each time. At start time all html code is loaded into the client side. Next time when you send the request to the server, it only loads the data you

Re: how to embed flash in gwt?

2010-02-23 Thread Anoop John
See the code below. You have to download gwt2swf.jar file and import pl.rmalinowski.gwt2swf.client.ui.SWFWidget; SWFWidget frame=new SWFWidget(flash/sample.swf); frame.setHeight(200px); frame.setWidth(200px); new FlexTable().setWidget(0, 0,frame); On Feb 23, 11:58 pm, mariyan nenchev

Error Sending Mail

2010-02-17 Thread Anoop John
Hi, I got an error on sending the mail. Its worked in local system. Error coming in the line Transport t = ses1.getTransport(smtp); Code: = public String sendMail(String To, String subject, String message , String from){ String result=; try{

Re: GWT/Java db problem

2010-02-14 Thread Anoop John
Hi, I got the similar problem in case of com.mysql.jdbc.Driver. Probably this error occurred due to the internal server problem. In my case i resolved the problem by uncheck the Use Google App Engine in Properties-Google-App Engine. I am not sure this works. On Feb 14, 4:28 am, ClassicThunder

Hosting GWT application

2010-02-14 Thread Anoop John
Hi, I developed a GWT application. I want to host my website in better place. Currently i bought 150 MB space from a hosting provider. It was worked for past 1 month. 1 weak before they updated there website, after that it was not worked. They ran away by telling the coding problem. I just

Re: Proper use of GWT

2010-01-15 Thread Anoop John
GWT is very helpfull to me. please go to the link http://chemparathy.com/ . This one i developed myself. On Jan 15, 9:15 pm, Alexander the.malk...@gmail.com wrote: GWT is just a toolkit. You can do whatever you want. Big applications without good arch seems always be a developers nightmare

Re: GWT opportunity in Denver area with Fortune 10 client

2010-01-12 Thread Anoop John
Thanks what i do for that? This is my mail ID anoopjoh...@gmail.com On Jan 12, 9:03 pm, Ivan Ooi olibr...@gmail.com wrote: agreed! :-D On Tue, Jan 12, 2010 at 3:16 AM, Chris Ramsdale cramsd...@google.comwrote: Just to add some color to this discussion; the group does in fact get quite a

Re: GWT opportunity in Denver area with Fortune 10 client

2010-01-11 Thread Anoop John
Hi I am very interested to work in GWT. Currently i am working in .NET technologies, I have 2.5 Years of EXP. I am looking for a jump to JAVA technologies. I have done some project in GWT. Please go to the site http://chemparathy.com/. This web site is developed myself. On Jan 12, 1:36 am, Ian

Re: Popup is not closed when it dragged

2010-01-10 Thread Anoop John
Hi anybody please help me to resolve this issue On Jan 2, 11:05 pm, Anoop John anoopjoh...@gmail.com wrote: In my i tried to drag apopupwindow. Here thepopupisnotclosed after itdragged. I have used a button to hide thepopup. Initially when clicks on button it will close, but once

Popup is not closed when it dragged

2010-01-02 Thread Anoop John
In my i tried to drag a popup window. Here the popup is not closed after it dragged. I have used a button to hide the popup. Initially when clicks on button it will close, but once the popup dragged it will not closed. Please help me to resolve this issue Code: import

Re: Error in JDBC call

2010-01-01 Thread Anoop John
Download mysql-connector-java-5.1.5-bin.jar and put into the lib folder On Jan 1, 4:14 am, Sripathi Krishnan sripathi.krish...@gmail.com wrote: You have probably enabled Google App Engine for your project. Disable it (its a setting in eclipse), and things should run fine. You could also be

Re: Get the real path of application

2010-01-01 Thread Anoop John
You will get the real path from HttpServletRequest. Use request.getRealPath(/). This will work. On Dec 31 2009, 9:10 pm, Esdras Dzul Mijangos xdzu...@gmail.com wrote: Hi, i have a problem, i need get the path of application, for ejample, in jsf i can do it: FacesContext context =

Re: FileUpload widget path name

2010-01-01 Thread Anoop John
Hello Shivi. I already faced many issues with the file upload. I moved to gwtupload. This file name issue will be resolved by using this For more info go http://code.google.com/p/gwtupload/ On Dec 31 2009, 8:43 pm, El Mentecato Mayor rogelio.flo...@gmail.com wrote: 1) As far as I remember, you

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Anoop John
Hi Tevis, If u want customize your text area you should use RichTextArea and a toolbar for changing the font,color , creating a link etc. This tool bar is freely available in http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText. Note that the code is available in gwt samples. On Jan

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Anoop John
Tevis Please see the post below. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/ae9a0ebff58a8f15 On Jan 1, 11:07 pm, Trevis trevistho...@gmail.com wrote: I feel like i must be missing something obvious but i'm not seeing any convenience method to get the selected

Re: GWT Upload not working in server

2010-01-01 Thread Anoop John
Hello tomasm, thanx for the information. request.getRealPath (uploads) will not work in the linux machine. I moved into another method, thats works fine. On Dec 29 2009, 12:46 pm, tomasm tomas.morten...@gmail.com wrote: If the folder uploads exists inside a war file I won't be supprised if

Re: Error in RPC how to work around

2009-12-31 Thread Anoop John
Hi Make Sure your servlet mapping in web.xml is like this servlet-mapping servlet-namegreetServlet/servlet-name url-pattern/GetDbData/GetDBdata/url-pattern /servlet-mapping If you are using Eclipse you are not required to create the servlets.It will automatically create all things. Here i