Re: Available - GXT with GWT (on Eclipse) tutorial

2010-07-12 Thread Andrés Cerezo
Congratulations very, very usefull. I would do another example with GWT + App engine, there are a lot of problems with both. Cheers. Andrés Cerezo. 2010/7/12 Flori floon...@googlemail.com - Just include the gxt jar in the lib folder and add it to the build path - add this to your module

Re: Does these books still compatible with the new GWT ?

2010-07-09 Thread Andrés Cerezo
Anyone knows a good book with GWT, GAE and JUNIT? All together. Thanks. http://www.mylivesignature.com --- @ WiseStamp Signaturehttp://my.wisestamp.com/link?u=7q7hnkcnv2tbtgnssite=www.wisestamp.com/email-install. Get it

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Andrés Cerezo
ok, I'll check out the source code and I'll tell you. Thanks. 2010/6/29 Ingo Jaeckel ingo.jaec...@googlemail.com hello acerezo, i do not think that i really solved the issue. nevertheless i coded around it a bit and now i can run server side AND client side code test cases without any

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Andrés Cerezo
Hello, I'have a problem with import com.google.gwt.visualization.*; ¿perhaps the jar is not in the svn?. Thanks. 2010/6/29 Andrés Cerezo acerezoguil...@gmail.com ok, I'll check out the source code and I'll tell you. Thanks. 2010/6/29 Ingo Jaeckel ingo.jaec...@googlemail.com hello acerezo

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Andrés Cerezo
Ok, now all it's correct. 2010/6/29 Ingo Jaeckel ingo.jaec...@googlemail.com hello andrés, great to hear that you checked out the sourcecode. aaah and thank you very much for the hint! i just added the missing jar file to the repository. kind regards, ingo 2010/6/29 Andrés Cerezo

Re: Regarding GWT 2.0.3

2010-06-18 Thread Andrés Cerezo
-pattern/buoyapplication/buoyDataService/url-pattern /servlet-mapping !-- Default page to serve -- welcome-file-list welcome-fileBuoyApplication.html/welcome-file /welcome-file-list /web-app Regards, Rakesh. 2010/6/17 Andrés Cerezo acerezoguil...@gmail.com Yes send me

Re: Regarding GWT 2.0.3

2010-06-18 Thread Andrés Cerezo
The file is ok try to find in another site, servlets ,etc search in in google Parse error in application web.xml the is a lof of messages. 2010/6/18 gourineni rakesh rg...@msstate.edu Hi Andres, these is the attached web.xml 2010/6/18 Andrés Cerezo acerezoguil...@gmail.com

Re: Regarding GWT 2.0.3

2010-06-17 Thread Andrés Cerezo
Try to open it with the xml editor of eclipse (design view) perhaps It has an erroneus character (space, etc) and you can`t see it. 2010/6/16 gourineni rakesh grakesh...@gmail.com Hi, I m Rakesh. I m developing a GWT based eclipse project.The project is about sensor web application for

Re: Regarding GWT 2.0.3

2010-06-17 Thread Andrés Cerezo
Yes send me it by email. 2010/6/17 gourineni rakesh rg...@msstate.edu Thanks Cerezo for the reply I had opened web.xml file from xml editor but I couldnt find any error. Can you check whether my web.xml format is correct? Regards, Rakesh 2010/6/17 Andrés

Re: New book, ESSENTIAL GWT

2010-06-16 Thread Andrés Cerezo
Can you give another advise about app engine + gwt? Thanks. 2010/6/16 Frederic Conrotte frederic.conro...@gmail.com Can you summarize what kind of new information this book gives in comparison with previous books ? On 16 juin, 17:32, FKereki fker...@gmail.com wrote: Hi! I'm quite

Re: Google API Library for GWT updated for GWT 2.0

2010-06-02 Thread Andrés Cerezo
Is there a demo with examples? Thanks. 2010/6/2 jgonian jgon...@gmail.com: After a little search, I found this project: http://code.google.com/p/google-maven-repository/ which seems to be in charge of mirroring releases of google owned projects under maven central. As suggested there, I

Re: Image upload / store database

2010-04-22 Thread Andrés Cerezo
I've the same problem, Have you been lucky? 2010/4/21 KK kkona...@gmail.com: Hi, Currently I cannot get the FileUpload widget to work correctly. I am trying to send and receive an image file from the server to the client side. In order to store an image uploaded by a user in my database.

Re: Debug Gadget GWT 2.0

2010-03-10 Thread Andrés Cerezo
I've solved it installing Eclipse in linux and everything worked perfectly. Cheers. 2010/3/10 flokay f.kar...@cadenas.de: Is there any news on this issue? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: GWT Tree

2010-03-10 Thread Andrés Cerezo
Perhaps this can help you too: http://www.extjs.com/examples/pages/tree/basic.html 2010/3/8 Jim Douglas jdoug...@basis.com: http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree On Mar 8, 11:18 am, NeeravA neerav...@gmail.com wrote: Hi, When i am creating a tree I am loading all

Re: File Chooser Widget

2010-03-05 Thread Andrés Cerezo
Try with: http://www.extjs.com/examples/explorer.html#fileupload Cheers 2010/3/5 Ashar Lohmar asharloh...@gmail.com: ... choose .. what? ... do do what ? if you want a file browser/selector so that the client would acces his files file uploader (input type=file /) it's the only one i cant

Re: GWT Data

2010-03-02 Thread Andrés Cerezo
You'll need to use google app engine, there are some examples in google codes. Cheers. Andrés Cerezo. 2010/2/27 kyle.rogers kyle.rog...@gmail.com: I've got experience in .net and I'm trying to migrate towards java/gwt to expand my knowledge.  I really like a lot of things about GWT, but I'm

Re: SubmitCompleteEvent.getResults on File upload

2009-12-28 Thread Andrés Cerezo
I need more information, can yoyu sen the source code of the program.java ? Thanks. 2009/12/26 Peter Ondruska peter.ondru...@gmail.com My upload servlet successfully accepts data however the response sent is not what I expect: pre style=word-wrap: brak-word; white-space: pre-wrap;OK/pre

Re: How can you open the GWT 2.0 samples in eclipse?

2009-12-23 Thread Andrés Cerezo
Yes with this link all this is perfect!!! Anyone knows how can I test the widgest of the submenu? For example only CwTabPanel.java in the screen ? 2009/12/21 Jason Parekh jasonpar...@gmail.com Hi Cian, Could you try importing each as an existing Java project? Check out

Re: Problems reading the content of a text file.

2009-12-23 Thread Andrés Cerezo
Hello Juan in this link http://www.gwtapps.com/ you have the source code you are testing. Greetings. 2009/12/23 Juan M.M.M. knn0n@gmail.com Thank you very much. You got the answer! ../movies.txt Happy Christmas! On 22 dic, 21:14, Sripathi Krishnan sripathi.krish...@gmail.com