GWT client with jwebsocket

2015-07-29 Thread Marcos Augusto
personal anyone have any examples of an app or sample GWT client using the jwebsocket api, grateful to those who can help me -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it,

Jwebsocket for GWT

2015-07-23 Thread Marcos Augusto
alguém tem um exemplo de como trabalhar com jwebsocket com o GWT, tou tentando criar uma conversa e eu sou incapaz de saber como codigicar se alguém souber por favor me ajude -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: Roadmap

2013-08-26 Thread Marcos
decided to use GWT pure. Em quinta-feira, 22 de agosto de 2013 13h17min53s UTC-3, Marcos escreveu: Hi, Is there any roadmap / plan to the next versions of GWT ? Thanks Mussi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Roadmap

2013-08-22 Thread Marcos
Hi, Is there any roadmap / plan to the next versions of GWT ? Thanks Mussi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Child widgets of a panel

2013-02-21 Thread Marcos
Is there any way to get a list of child objects of a panel ? Thanks Marcos -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

Re: Generating a single .js library with GWT

2013-02-13 Thread Marcos Scriven
Thanks for the suggestion - in my particular case though I was looking to create a JS library. One that didn't touch the DOM at all. Thus there should be no variations I believe? So I arbitrarily chose 'safari' (As the 'webkit' agent). Marcos On Wednesday, February 13, 2013 12:53:26 AM UTC

Re: Generating a single .js library with GWT

2013-02-12 Thread Marcos Scriven
with a custom linker. Marcos On Monday, January 14, 2013 2:13:40 PM UTC, Patrick Coleman wrote: Hey all - I have a GWT app that I'd like to serve as a single .js file that I can use as a library, has anyone had success in this area? I notice that the 'Linker Designhttp://code.google.com/p/google

Re: Generating a single .js library with GWT

2013-02-12 Thread Marcos Scriven
, Marcos Scriven wrote: I had the very same question. It's irritating the 1.5 docs are still quite so prominent in Google search! The closest I could find is this: http://www.mccarroll.net/snippets/j2js/index.html Which uses a bit of Python to strip out the useful code. I believe that could

Roadmap GWT?

2012-11-02 Thread Marcos
When we have a roadmap GWT? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ZnMVnoiO3AUJ. To post to this group, send email to

Re: Memory Leak IE7 GWT 2.0.4

2010-09-08 Thread Marcos Paulo
last less then one month for the application starts working on the net and this problems persists. Tnks for replys, -- Marcos Paulo Damasceno Desenvolvedor Java http://devforfun.com/ Twitter: www.twitter.com/_marcospaulo_ Del.ici.ous: www.delicious.com/marcospaulo_ MSN: marcospaulodamasc

Re: Memory Leak IE7 GWT 2.0.4

2010-08-30 Thread Marcos Paulo
SmartGwt If someone could please give a hint to solve this problems, i would apriciate... tnks -- Marcos Paulo Damasceno Desenvolvedor Java (85) 8140-0111 Twitter: www.twitter.com/_marcospaulo_ Del.ici.ous: www.delicious.com/marcospaulo_ MSN: marcospaulodamasc...@hotmail.com

Re: Memory Leak IE7 GWT 2.0.4

2010-08-30 Thread Marcos Paulo
() in him and then I put the new component, he doesn't render anymore. I have an aplication getting into production and I am passing throuth memory leak crashes on browser... If someone can help me, pliz help. I'm desperate, -- Marcos Paulo Damasceno Desenvolvedor Java (85) 8140-0111 Twitter

Re: accents problem

2010-05-18 Thread Marcos Vinícius Soares
You will have to do some kind of conversion using table below before using any text with accentuation. á = \u00e1 à = \u00e0 â = \u00e2 ã = \u00e3 ä = \u00e4 Á = \u00c1 À = \u00c0 Â = \u00c2 Ã = \u00c3 Ä = \u00c4 é = \u00e9 è = \u00e8 ê = \u00ea ê = \u00ea É = \u00c9 È = \u00c8 Ê = \u00ca Ë =

Re: ScrollPanel Widget like Google Wave

2010-02-09 Thread Marcos Alcantara
Hi, I would be interested too!! =) Best regards, Marcos Alcantara On 9 fev, 01:59, Allahbaksh a.allahba...@gmail.com wrote: HI All, Any one has implemented the ScrollPanel widget like the one in Google Wave? Any pointer to the any advanced library for doing the same. Regards, Allahbaksh

Re: Digest for google-web-toolkit@googlegroups.com - 21 Messages in 14 Topics

2010-02-05 Thread Marcos Alcantara
Hi guys, What do you guys think about this tool? http://280atlas.com/what.php How great would be it if we had one like that for GWT? =) Best regards, Marcos Alcantara -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Marcos Alcantara
Hi Diego, Are you sure of this? It would be great to stop using a 3rd party lib to process all DTO´s. Thanks! Marcos Alcantara On 4 fev, 08:07, Diego Lovison diegolovi...@gmail.com wrote: In GWT 2.0.x you can use the annotations of the JPA and JDO without problems and without using any

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Marcos Alcantara
Marcos A. On 4 fev, 13:46, Open eSignForms yoz...@gmail.com wrote: Yeah, this was a big problem for us since it meant creating lots of DTOs and server-side routines that generated them from its existing objects and could consume them for updates. I don't know the internals of GWT compiler

Re: Feature Request - Improve Visual Look

2010-01-29 Thread Marcos Alcantara
Couldn´t agree more. GWT is great as whole and so flexible, it hurts. Although, the core widgets could have a better visual appearance to make them as good as Vaadin's or ext's but without the desktop application appeal. =) Marcos Alcantara On 28 jan, 16:27, Simon dciphercomput...@gmail.com

Re: Gilead 1.3 + Hibernate + GWT 2.0

2010-01-20 Thread Marcos Alcantara
I too have it working in stateless mode. Be careful by not letting different Gilead versions and respectively dependencies versions in your lib directory, as Bruno (Gilead leader) renamed it's core-files and that can get a bit confusing. :-) Marcos Alcantara On Jan 20, 12:50 pm, John Ivens

Re: modular GWT application ?

2010-01-19 Thread Marcos Alcantara
to design large-scale apps using this toolkit. Hope I could be of any help. Marcos Alcantara On 19 jan, 05:16, Miroslav Míšek miroslav.mi...@gmail.com wrote: Thanks for reply, I want my modules (subpages) to be able to communicate with master page (for new tabs openning and for opening some other

Gilead + Guice + Gwt-Dispatch

2009-11-23 Thread Marcos Alcantara
Hi, Have anyone been successful on using these three altogether? Can someone please post some examples about how to configure them? Thanks!!! Marcalc -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Access denied when uploading image

2009-10-22 Thread Marcos Kajita
Right after I posted this message I came accross another sample code that allowed me pass the error and let me upload the my image. Here is the code that let me do that. ServletFileUpload upload = *new* ServletFileUpload(); response.setContentType(text/plain); FileItemIterator iterator =

Re: static image - broken image

2009-09-12 Thread Marcos
Please, can anybody help me about this? On Aug 26, 10:54 pm, Marcos mfogl...@gmail.com wrote: Hello, I have un app made with GWT/GAE Java Plugin. In the main and unique html, I have this: MyProyect.html ... ...                 td                         img src=imgs/chatIcon.png

static image - broken image

2009-08-26 Thread Marcos
succesfully, but when I run my app in the browser the image/link is broken. Can anybody help me with this? Thanks, Marcos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: GWT 1.6.4: Exception in DriverManager.getConnection

2009-05-21 Thread Marcos Robson
You saved my life, the weeks I'm trying to solve this problem. On 13 abr, 08:46, martin hotston...@googlemail.com wrote: Ok, I solved the problem  ;-) Go to the project's properties and uncheck Use Google App Engine. Additionally, as vitali mentioned, the mysql-connector jar has to be in

Postgres

2009-04-15 Thread Marcos Robson
Hi, I'm new in world of gwt and i need a help for access the DataBase. Where can I find tutorial for connection postgres with gwt thx Marcos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit