gwt gui with no servlet container

2012-01-04 Thread Sebastian Gurin
suppose there is a way of deploying javascript+html+css gwt generated files as static content? Any suggestions? Thanks in advance. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

gwt gui with no servlet container

2012-01-04 Thread Sebastian Gurin
suppose there is a way of deploying javascript+html+css gwt generated files as static content? Any suggestions? Thanks in advance. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: gwt gui with no servlet container

2012-01-05 Thread Sebastian Gurin
email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received

native javascript functions manipulation in java - overlay types

2012-01-26 Thread Sebastian Gurin
support for event registration or any task implying javascript function manipulation/presentation in java. Well, any idea is most welcome. Regards -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: save data to database with hibernate and rpc

2012-01-26 Thread Sebastian Gurin
@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you

Re: native javascript functions manipulation in java - overlay types

2012-01-27 Thread Sebastian Gurin
:42:27 -0200 Sebastian Gurin sgu...@softpoint.org wrote: Hello all. I'm trying my first javascript toolkit porting to java in gwt. I think JavaScript Overlay Types is exactly what I need. Everithing seems to be well supported with the exception of javascript functions... Explanation

Re: save data to database with hibernate and rpc

2012-01-27 Thread Sebastian Gurin
/7e46e8c33e7ee5da El 26 de enero de 2012 20:56, Sebastian Gurin sgu...@softpoint.orgescribió: Hi I developed my web apps gwt and persist the model with hibernate. You have lot of articles about it http://code.google.com/intl/es-ES/webtoolkit/articles/using_gwt_with_hibernate.html my

Re: save data to database with hibernate and rpc

2012-01-27 Thread Sebastian Gurin
Daniel Mauricio Patino León ceo.lion@gmail.com wrote: I think the best way is use RequestFactory. Forguet DTO's or third party librarys 2012/1/27 Sebastian Gurin sgu...@softpoint.org I agree with you about gilead intrusiveness. Also I see the project is not mantained any more. In my

Re: native javascript functions manipulation in java - overlay types

2012-01-31 Thread Sebastian Gurin
...@gmail.com wrote: On Friday, January 27, 2012 5:27:10 PM UTC+1, Sebastian Gurin wrote: Ok I found more or less how to do what I want, the following registers a click handler in a native DOM object: public class DomEventTest1 { public static interface ClickHandler

Re: native javascript functions manipulation in java - overlay types

2012-01-31 Thread Sebastian Gurin
version. Regards. On Tue, 31 Jan 2012 14:25:17 +0100 Alain Ekambi jazzmatad...@googlemail.com wrote: Any difference between your library and http://code.google.com/p/raphaelgwt/ ? 2012/1/31 Sebastian Gurin sgu...@softpoint.org Thomas Thank you very much for your answers. You helped me al lot

Re: does CSS Sprite is default ?

2012-01-31 Thread Sebastian Gurin
, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com

Re: [WARN] Injected scripts no longer use an associated JavaScript block; ignoring

2012-02-02 Thread Sebastian Gurin
-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google

raphael4gwt - a new porting to raphaeljs vector graphics library to GWT

2012-02-03 Thread Sebastian Gurin
to start using it: http://cancerbero.vacau.com/gwt/raphael4gwtGallery/ Thanks to this list users for guide me on learning best practices on porting javascript toolkits using GWT overlay types and jsni. Any suggestion or comment is appreciated. Regards -- Sebastian Gurin sgu...@softpoint.org

Re: New to GWT: Need Help

2012-02-05 Thread Sebastian Gurin
. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: eval -Funktion Problem with JSNI

2012-02-07 Thread Sebastian Gurin
to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: implementing Java's URI in GWT

2012-02-07 Thread Sebastian Gurin
. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed

Re: GWT, JQuery, Tipsy

2012-02-08 Thread Sebastian Gurin
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GWT, JQuery, Tipsy

2012-02-08 Thread Sebastian Gurin
to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu

Re: RaphaelGWT

2012-02-09 Thread Sebastian Gurin
. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed

Re: raphael4gwt - a new porting to raphaeljs vector graphics library to GWT

2012-02-10 Thread Sebastian Gurin
to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org

Re: GWT PORTLET

2012-03-12 Thread Sebastian Gurin
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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

Re: GWT+ hibernate

2012-03-13 Thread Sebastian Gurin
group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian

Re: Playing video with Gwt

2012-03-15 Thread Sebastian Gurin
, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com

Re: Total Newbie

2012-03-20 Thread Sebastian Gurin
Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian

Re: GWT + Vector Drawing Tools

2012-03-22 Thread Sebastian Gurin
at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com

Re: Avoiding DTOs in RPC

2012-04-19 Thread Sebastian Gurin
://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com. To unsubscribe from this group

Re: Difficulty to run simple GWT application

2012-04-26 Thread Sebastian Gurin
. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: Difficulty to run simple GWT application

2012-04-26 Thread Sebastian Gurin
, thank you for your response you can shared with me a ant script ?? 2012/4/26 Sebastian Gurin sgu...@softpoint.org Hi Rahul, this is what I shlud do for getting started. first of all do not use tomcat yet, first feel confortable with the GWT+eclipse 1) File-New-(Google)New

Re: how to get information from a database with Eclipse ,and after that to display the result with Gooogle Web toolkit

2012-04-26 Thread Sebastian Gurin
this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com

Re: Connexion Google Web Toolkit to DataBase

2012-04-26 Thread Sebastian Gurin
options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit

Re: help : hibernate+gwt

2012-05-03 Thread Sebastian Gurin
. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed

java arrays in JSNI

2012-05-15 Thread Sebastian Gurin
suggestion is mmost appreciated. Thanks in advance. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com. To unsubscribe from

Re: Read in binary file into byte[] ?

2012-05-23 Thread Sebastian Gurin
. -- Sebastian Gurin sgu...@softpoint.org -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: Read in binary file into byte[] ?

2012-05-23 Thread Sebastian Gurin
to construct eventually Path objects out of this data and draw it on a canvas. A byte[] would be the perfect data structure to hold this data. On May 23, 3:26 pm, Sebastian Gurin sgu...@softpoint.org wrote: in general you don't use byte[] or the bynary content of a file directly

Re: Read in binary file into byte[] ?

2012-05-23 Thread Sebastian Gurin
from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Sebastian Gurin sgu...@softpoint.org -- You received this message because you are subscribed to the Google