Re: Autogenerate IDs for eatch widget

2024-02-06 Thread Sebastian Bota
l quickly realize > that generating stable but unique debug IDs on that abstract level will be > difficult. Also widgets usually want debug ids on some internal meaningful > elements as well, which you do not know at that abstract level. > > -- J. > > > Sebastian

Autogenerate IDs for eatch widget

2024-02-06 Thread Sebastian Bota
, is there any way i can set an ID to each widget automaticly ? Perhaps some kind of hook, so when a widget is added to DOM i can set the ID. This id will be only used in test, not in production. Thank you very much for any suggestions. BR, Sebastian -- You received this message because you

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread Sebastian
We experienced a similar issue a while ago. This was related to explicitly submitting a form so that the browser's password save dialog can kick in. In our case we found that the page reload was caused by not explicitly cancelling the corresponding SubmitEvent on submit. Once we added

Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-13 Thread Sebastian
I too use the new GWT Plugin, not the deprecated Google one. I had to downgrade Eclipse to be able to work and don't remember the exact complete stack trace, but the top was certainly something like

Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-12 Thread Sebastian
Same here, Oxygen 1a asked to be installed and now the plugin stopped working. I assume many people will have the problem since 1a is actively pushed to users now. Does anybody have an idea how to best work around this? Regards Sebastian Am Donnerstag, 12. Oktober 2017 06:14:52 UTC+2 schrieb

Re: GWT 2.6.0-rc1 Super Dev Mode on Windows 8 and Eclipse

2014-01-17 Thread Sebastian Metzger
2.5.1 against a gwt-dev.jar from GWT 2.6.0-rc1. That was one of the change between them: https://gwt.googlesource.com/gwt/+/3e58fbfe033b5040d56bfba0b8cad39c5faba254%5E%21/#F1 On Tuesday, January 14, 2014 2:07:21 PM UTC+1, Sebastian Metzger wrote: Getting this error message, when starting

GWT 2.6.0-rc1 Super Dev Mode on Windows 8 and Eclipse

2014-01-14 Thread Sebastian Metzger
Getting this error message, when starting Super Dev Mode with GWT 2.6.0-rc1: Exception in thread main java.lang.VerifyError: class com.google.gwt.dev.codeserver.Options$NoPrecompileFlag overrides final method getPurpose.()Ljava/lang/String; at java.lang.ClassLoader.defineClass1(Native Method)

Re: Gray out effect with DialogBox

2013-07-08 Thread Juan Sebastian Marulanda
hola, Debes tener este estilo en tu css, automaticamente gwt lo tomara cuando agregas .setGlassEnabled(true); a tu dialogBox! .gwt-PopupPanelGlass { background-color: #000; opacity: 0.5; filter: alpha(opacity=30); } El sábado, 23 de junio de 2007 04:30:41 UTC-5, voodoo escribió: How can

Re: Problems with AutoBean Lists

2013-02-05 Thread Sebastian Metzger
Just had the same problem Seems to be a bug in the AutoBean List implementation I solved it by simply: autoBean.setList(new ArrayListType(autoBean.getList)); On Tuesday, January 31, 2012 10:51:17 PM UTC+1, Cypher wrote: I am having problems modifying a list property on an AutoBean

Structuring large process.

2012-11-04 Thread Sebastian Coronado A.
Hello I am using GWT with mvp pattern everything works fine, nevertheless I have a process that require filling other modules first. For example if I want to buy something First I need to select the product, then add modification to the product and then provide a payment method. I was doing

Re: generate and execute javascript at runtime?

2012-11-03 Thread Sebastian Rothbucher
Hi, is it not possible to make a function like eval() (doing just that) available via JSNI? On Friday, November 2, 2012 3:10:23 PM UTC+1, HamsterofDeath wrote: i'm trying to integrate jqxgrid and write a gwt wrapper around it. (it's some jquery grid) i know i can write native js methods, but

Re: External Server communication with HTTP requests

2012-11-03 Thread Sebastian Rothbucher
Hi, one of the below posts already mentioned the same origin policy which is indeed not to be circumvented (except in apps). What you can do is create an image URL or IFRAME URL and create the respective image or iframe with setUrl(http://someotherserver;) Good luck! On Monday, October 29,

Re: Security considerations for GWT applications

2012-11-03 Thread Sebastian Rothbucher
instead of comparing the hashes. This way, you're free of bothering about the PW and can have the directory folks do it (in fact, Active Directory - for instance - does not show the pw(hash) at all... Good luck! Sebastian -- You received this message because you are subscribed to the Google Groups

Re: Security considerations for GWT applications

2012-11-03 Thread Sebastian Rothbucher
Good luck Sebastian On Wednesday, October 24, 2012 11:41:06 AM UTC+2, Flying-w wrote: I am investigating security considerations around the user login for a GWT application in respect of the following strategy: - User enters their id and password in a dialogue; - Client transmits

Re: RPC call from server to client

2012-11-03 Thread Sebastian Rothbucher
by far and large, you'd have to poll (asynchronously) -- 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/-/auWmyRAUf5AJ. To post to this group, send

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

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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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: [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

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: 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

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: 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

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: Doubt about using ValueListBox + UIBinder + Editors Framework

2011-08-11 Thread Sebastian Carrizo
Hi, i have the same problem, do you have a class documentation link or some kind of documentation about LeafValueEditor? i only could get a description. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: Google plugin for Eclipse withou WindowBuilder (GWT Designer)

2011-07-08 Thread Sebastian
Forget about it, the new update on the Designers beta Version fixed the problem. It now runs like a charm 2011/7/6 Sebastian open.sebast...@gmail.com Hello Vrto, may I ask which Ubuntu Version do you use? Is it 32 or 64 Bit? I am using 11.04 with AMD64 and can´t get the Designer running

Re: GWT Designer Eclipse Problem

2011-07-08 Thread Sebastian
The same here with Ubuntu 11.04 x64 and Eclipse Indigo. My installed libWebKit Versions are libwebkitgtk-1.0.so.0.6.0 and libwebkitgtk-3.0.so.0.6.0. Tried the workaround but had no luck with it. 2011/7/7 Alexander Mitin alexander.mi...@gmail.com Try this workaround: 1. Open terminal and

Re: Google plugin for Eclipse withou WindowBuilder (GWT Designer)

2011-07-06 Thread Sebastian
Hello Vrto, may I ask which Ubuntu Version do you use? Is it 32 or 64 Bit? I am using 11.04 with AMD64 and can´t get the Designer running at all (Eclipse Indigo). I ask beacause it is a clean Installation and I supposed that the failure was on the Ubuntu side. 2011/6/16 Vrto

Re: GWT 2.3 composite editor // setValue called twice

2011-05-31 Thread Sebastian Beigel
around by (application) developers. Sebastian On Tue, May 31, 2011 at 3:30 AM, Patrick Tucker tucker...@gmail.com wrote: I didn't look at the code, so this may not be feasible, but shouldn't you be doing this heavy stuff only when the value changes?  It's pretty easy to check the current vale prior

GWT 2.3 composite editor // setValue called twice

2011-05-27 Thread Sebastian Beigel
be a very bad thing if you do something fancy/heavy in you setValue() method. But even for non-visible use-cases (like my trivial example w/ TextBoxes) it's unnecessary and a can harm performance. Sebastian -- You received this message because you are subscribed to the Google Groups Google Web

ListBox

2011-03-11 Thread Sebastian Coronado A.
Hello I was checking ListBox's methods and I found this one: addItem(java.lang.String item, java.lang.String value) Adds an item to the list box, specifying an initial value for the item. I dont get how to use the value parameter with a FormPanel. I wanted to store ids from database in

Re: Eclipse plugin problem with OSX Java update 4?

2011-03-10 Thread Sebastian Beigel
Maybe you have to install the latest Java developer package from Apple (Java for Mac OS X 10.6 Update 4 Developer Package) -- I did this and pointed my JDK 1.6 home to the (new) location: /Library/Java/JavaVirtualMachines/1.6.0_24-b07-334.jdk/Contents/Home. Everything works as before. Sebastian

CSS @font-face rules

2011-03-04 Thread Sebastian Beigel
the current status wrt @font-face support in GWT? As a workaround, I can put @font-face rules in a style section in my host HTML page or link to a external stylesheet. But I would prefer to include them in my CssResources. Thanks, Sebastian -- You received this message because you are subscribed

Re: IE problems

2011-02-14 Thread Sebastian Rothbucher
so much - probably you recognize the problem... Hope this helps a little - good luck! Sebastian Rothbucher On 14 Feb., 19:34, SVR svr...@gmail.com wrote: Hi I have my GWT module working in FF, I am trying to launch the same in IE and get the following error: In general, I would like

Re: SerializationException problem, please advice!

2011-02-14 Thread Sebastian Rothbucher
work for many variables as you blow up the size of each RPC request, but for a handful of objects (and I did never have more) this works more than well... Hope this helps - best regards Sebastian Rothbucher On 14 Feb., 15:05, Ice13ill andrei.fifi...@gmail.com wrote: I use GWT to develop my app

Re: Create an Image from received bytes on client side - possible?

2011-02-14 Thread Sebastian Rothbucher
with the framework... Best regards Sebastian Rothbucher On 14 Feb., 10:16, MJ zuti...@gmail.com wrote: Hey guys. I did some researching on this matter but besides ClientBundle I failed to find something that would help me here. ClientBundle would work OK in case I would have the images as static

Re: How to disable the context menu

2011-02-14 Thread Sebastian Rothbucher
-context-menu/ Hope this helps - best regards Sebastian Rothbucher On 13 Feb., 10:29, KoenP koen.pil...@gmail.com wrote: Hi, I would like to disable the rightclick context menu on pictures in my Googlewebs website. Any idea where I should implent which code? KoenP -- You received

Re: Exposing only the interfaces of the Data Entities to GWT

2011-02-14 Thread Sebastian Rothbucher
probably make use of reflection (or reflection-based stuff such as beanutils) to realize that... Hope this helps - best regards Sebastian Rothbucher On 11 Feb., 06:25, Nitiraj crazy.na...@gmail.com wrote: Hi, I have a architecture where one jar contains the interfaces of Entities used

Re: Frame not refreshing when call setURL

2011-02-14 Thread Sebastian Rothbucher
) to compensate? Hope this helps - best regards Sebastian Rothbucher On 10 Feb., 18:45, Greg Dougherty dougherty.greg...@mayo.edu wrote: So, I have a hidden frame, and I set its URL to download a file from my server.  The first time I do this, it works like a charm. Any subsequent times I do

Re: Parsing objects of persistent classes from server side code to client side.

2011-02-14 Thread Sebastian Rothbucher
Hi Ambegbodas, there was a quite similar post on the same forum: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/f55bda67f02fbb67 I guess you really have to copy into simple objects as the most simplistic solution... Best regards Sebastian Rothbucher On 10 Feb., 19:11

Re: GWT webapp into an IFRAME

2011-02-14 Thread Sebastian Rothbucher
Hi, I can also confirm this works quite smoothly: embed into an Iframe and redirect to the own URL or a #marker URL with target=top to prevent that. Best Regards Sebastian Rothbucher On 2 Feb., 17:02, aditya sanas 007aditya.b...@gmail.com wrote: hi, yeah ofcourse it will work i have

Re: Load Testing GWT applications

2011-02-14 Thread Sebastian Rothbucher
... Hope this helps! Best regards Sebastian Rothbucher On 10 Feb., 09:02, Chandrasekar Venkatraman s.its.chan...@gmail.com wrote: Hello, I need to implement Load Testing(say for some 20 users) on my GWT application running in tomcat server on my machine. I am working on Ubuntu OS. On googling

Re: Best Design Pattern for widgets

2011-01-08 Thread Sebastian Coronado A.
Composite is nice but my widget has like 5 widgets, it looks messy. @Thomas thanks I will take a look On 8 ene, 06:09, Thomas Broyer t.bro...@gmail.com wrote: In addition to what others already said, you can use MVP *inside* your widget, so that you can easily unit-test your logic. Have a

Re: I need your help error: An IncompatibleRemoteServiceException was thrown while processing this call

2011-01-08 Thread Sebastian Coronado A.
Clean your cache and recompile. regards On 8 ene, 12:52, nacho vela.igna...@gmail.com wrote: Try to recompile your gwt code. -- 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: I can't call a RPC in a FlexTable

2011-01-08 Thread Sebastian Coronado A.
Can you post your error message, it should work... regards On 8 ene, 11:14, Sebe sebethebes...@hotmail.it wrote: Hello there, I have this event in a FlexTable.. flextTable.addClickHandler(new ClickHandler(){                         public void onClick(ClickEvent event) {                 int

Best Design Pattern for widgets

2011-01-07 Thread Sebastian Coronado A.
Hello I was checking MVP explanation, it works for the whole application but what if I want to create a single widget that does not need transitions from one view to another. For example what design pattern would you use to create a rich text editor. regards -- You received this message because

Re: REST + Spring Security 3.0

2011-01-06 Thread Sebastian Hoß
Well you could use basic authentication by setting username and password inside the header for every request you make. If you want to have a login page you can either redirect to the spring security page (which should redirect you right back) or you can create your own login page/dialog. The

Re: Dev plugin for firefox 3.7

2010-12-29 Thread Sebastian
. On Dec 5, 10:09 am, Sebastian sebast...@buntin.de wrote: Any news on this Topic? A possible release-time would be enough ^^ just a sign of life. -- 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 2.1.1 and DAOs

2010-12-21 Thread Sebastian
unnecessary db operations! And I don't want to provide a totally redundant Locator for *every* domain model either... Is there any way to avoid the check for the findXxx methods? Sebastian -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Dev plugin for firefox 3.7

2010-12-06 Thread Sebastian
Any news on this Topic? A possible release-time would be enough ^^ just a sign of life. On 11 Nov., 16:07, skrat dusan.malia...@gmail.com wrote: There is a big demand for this plugin. And unsatisfied :( On Nov 9, 11:34 am, csillag csillag.kris...@gmail.com wrote: On okt. 26, 00:54,

Problem with Google App Engine

2010-11-15 Thread Sebastian Hob
of the javax.swing.event.EventlistenerList with the added information that this class is not supported by Google App Engine's Java Runtime Environment. Is it possible to replace the Google App Engine JRE with a full JRE when deploying to Tomcat? Thanks so much in advance! Sebastian -- You received this message

Class not supported by Google App Engine's Java Runtime Environment

2010-11-12 Thread Sebastian Hoberg
for comments and hints! Sebastian -- 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 google-web-toolkit+unsubscr

Re: Testing GWT?

2010-11-04 Thread Sebastian Rothbucher
apply an identifying style class to all panels you create. Hope this helps - best regards Sebastian Rothbucher On 4 Nov., 15:06, g_korland gkorl...@gmail.com wrote: Can you recommend a testing tool for testing GWT web app? Thanks, Guy -- You received this message because you are subscribed

Re: Does the new Editor support data type convert?

2010-10-29 Thread Sebastian Beigel
Use IntegerBox instead of TextBox (and see ValueBoxBaseT and its subclasses for other types). Sebastian On Fri, Oct 29, 2010 at 4:03 AM, wangzx wangzaixi...@gmail.com wrote: class Person {   int age; } class PersonEditor {  TextBox ageEditor; } The GWT Compiler report: Found

Re: Is Cell Table in 2.1 supports sorting of column ?

2010-10-28 Thread Sebastian Beigel
Hi, CellTable doesn't support this out of the box. Have a look at the Expenses example for a SortableHeader implementation (and how it's used). Sebastian On Thu, Oct 28, 2010 at 8:33 AM, rajakumar Iyyemperumal vasel.rajaku...@gmail.com wrote: Hi All,  I am trying to work on GWT 2.1 and I

Re: How to get list of objects from JSON ??

2010-10-27 Thread Sebastian Beigel
on the server side. Did you do any comparison in size and performance for the JSO vs. native beans approach? Sebastian -- 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

Re: GWT 2.1 and Place with token

2010-10-27 Thread Sebastian Beigel
to several activities based on the token. See the (currently not used) for ProxyPlace and ProxyListPlace in the Expenses sample for an example. Sebastian On Wed, Oct 27, 2010 at 9:36 AM, Nicolas ANTONIAZZI nicolas.antonia...@gmail.com wrote: Hello, I converted all my project to GWT 2.1

Flashing/collapsing CellTable

2010-10-26 Thread Sebastian Beigel
everything correctly *before* adding it to the display list. Sebastian -- 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 google-web

GWT 2.1 cell table paging bug?

2010-10-26 Thread Sebastian Beigel
don't think this behaviour is intentional. At least the go to last page and go to first page buttons work properly (showing 1 - 15 and 241 - 250). Bug? Sebastian [1] http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable -- You received this message because you are subscribed

Re: How to get list of objects from JSON ??

2010-10-26 Thread Sebastian Beigel
I can work with real beans and collections of beans in my (business) code and do the mapping from/to JSON in my service/DAO layer (still sending/retrieving JSON to/from my backend). Sebastian -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

[gwt-contrib] Re: RPC using getCause instead of getTarget

2010-10-26 Thread Sebastian
/ Viele Grüße Sebastian On Oct 22, 11:50 pm, Scott Blum sco...@google.com wrote: My JDK says: *Throwable java.lang.reflect.InvocationTargetException.getTargetException()* Get the thrown target exception. This method predates the general-purpose exception chaining facility

[gwt-contrib] RPC using getCause instead of getTarget

2010-10-22 Thread Sebastian
. It indicates the normal error on server message. e.getCause is null. Is there any motivation behind using the e.getCause or is this actually a bug. Best Regards Sebastian Hennebrueder -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: GWT 2.1 hellomvp using GIN

2010-10-21 Thread Sebastian Beigel
place) which means I cannot use GIN to construct them. Maybe I make my activities extends some AbstractBaseActivity containing a setPlace(P place) method which is called in the ActivityMapper... Sebastian On Wed, Oct 20, 2010 at 11:22 PM, Thomas Broyer t.bro...@gmail.com wrote: On 20 oct, 11:42

GWT 2.1 hellomvp using GIN

2010-10-20 Thread Sebastian Beigel
is commented Map each Place to its corresponding Activity. This would be a great use for GIN.. I agree, but I don't really know how to do this mapping :) Has anyone refactored this code to use GIN? Thank you, Sebastian -- You received this message because you are subscribed to the Google Groups

Re: Load Test GWT application using JMeter

2010-10-15 Thread Sebastian Rothbucher
it into a TCP-Statement like (in the TCP body): Cookie: ${SESSIONCOOKIE} You can do the same with values - BUT: you have to adjust the content length for the right number of bytes... Hope this helps Sebastian Rothbucher On 15 Okt., 09:25, aiya123 lawrencem...@gmail.com wrote: Hi, Does

Re: calling GWT Javascript compiler from ant

2010-10-04 Thread Sebastian Rothbucher
/ /java /target Basically, the GWT compiler is just a java program you can invoke via the java command... Hope this helps - best regards Sebastian Rothbucher On 4 Okt., 12:13, 3p1...@googlemail.com 3p1...@googlemail.com wrote: Hi everyone How can i call the gwt Javascript compiler

Re: Help: Development of large App with GWT

2010-10-04 Thread Sebastian Rothbucher
Hi noor, actually we're using GWT to develop business applications and that works extremely well. Maybe defining a scenario /process and building an application for this is helpful. Best Regards Sebastian Rothbucher On 3 Okt., 18:10, Noor baken...@gmail.com wrote: Hi to all, I want some

Re: Reverse proxy problem once again

2010-09-25 Thread Sebastian Rothbucher
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html and search for force redirect on the page)... Hope this helps - best regards Sebastian Rothbucher On 17 Sep., 20:46, pete superp...@geekcity.de wrote: Hallo, I've looked around several hours to solve this problem, but I just can't figure

Re: My kingdom for a cache

2010-09-16 Thread Sebastian Hoß
Well there is a browser cache already. Once you've configured your server to send out some cache related headers you get a client-side cache with no further additional work. On Thu, Sep 16, 2010 at 2:36 PM, Marcin Zawadzki marcin.zawad...@gmail.com wrote: Take a look at this, might help

[gwt-contrib] JsArray enhancement

2010-09-09 Thread Sebastian
didn't understand and which indicates that I miss some knowledge before being able to write a proper patch. Why is the following code checking for script/binary mode and calling different methods? Best Regards Sebastian + public final native int push(T item) /*-{ +return this.push(items

Re: What are some of the most valuable frameworks in your project?

2010-08-29 Thread Sebastian Rothbucher
.. Best Regards Sebastian On 27 Aug., 23:53, Jeff Larsen larse...@gmail.com wrote: I'm about to embark on a new GWT app and am curious what you all think about some of the following utilities. I don't think I will be able to use Roo, but I am looking into 2.1. I must admit that I do

Re: Help With Eclipse Development ??

2010-08-29 Thread Sebastian Rothbucher
Hi Jalu, what I'd try is a.) put all required libs in WEB-INF/lib and then b.) add all of WEB-INF/lib to the java build path of the eclipse project... Hope this helps! Best Regards Sebastian P.S.: You can safely ignore the WARN] Server class 'net.sf.gilead.gwt.PersistentRemoteService

Re: Custom Visulization

2010-08-29 Thread Sebastian Rothbucher
Hi Raju, alteratively you could use JFreeChart and embed it as an image (i.e. create a chart on the server as temporary file); return a link for the one user to get that file and render it as an image... Hope this helps - best regards Sebastian On 24 Aug., 16:44, Raju raj.no...@gmail.com

Re: Integration of GWT in Spring

2010-08-29 Thread Sebastian Rothbucher
- or embedding GWT via an invisible IFrame; I don't think it is that easy to just submit the contents of a GWT app along with other classic form fields... Hope this helps - good luck and best regards Sebastian On 21 Aug., 00:24, la-praline benmahidd...@gmail.com wrote: Hello everyone, First

  1   2   >