Re: Application works only in hosted mode

2010-06-12 Thread Stefan Ludwig
Stefan B., this is not a GXT problem. This is a pure GWT issue. I have the same problem when I remove all the GXT stuff (components, inherits and CSS). Was my fault to talk about GXT... ;-) Steff On Jun 11, 6:10 pm, Stefan Bachert stefanbach...@yahoo.de wrote: Hi Stefan, this forum

Application works only in hosted mode

2010-06-11 Thread Stefan Ludwig
Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode. In Firebug I see, that all files are well loaded (Status 200 OK). When I check the generated HTML with Firbug, I see that the DIV (my GWT container) is empty (in

Re: Application works only in hosted mode

2010-06-11 Thread Stefan Bachert
Hi Stefan, this forum is not about GXT. It is about pure GWT. Stefan Bachert http://gwtworld.de On Jun 11, 11:37 am, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode

Re: GWT Localistion for Large Enterprise apps

2010-06-10 Thread Stefan Bachert
the first time you download the app. After that, it is in the cache. OK, each release requires a further download When your figures are in that range, is it really worth to care about it? Do what is good for modularisation but do not care about download performance. Stefan Bachert http

Re: Disabling DatePicker

2010-06-10 Thread Stefan Bachert
Hi Stephan, Yes, that is odd. Any Widget/UIObject should be able to disable. Anyway, sometime it works to set the dependent style to disabled. Stefan Bachert http://gwtworld.de On Jun 10, 12:58 pm, Stephan T stephan.tern...@gmail.com wrote: How do I disable the DatePicker widget

Re: LayoutPanel question

2010-06-10 Thread Stefan Bachert
this and set the visibiltity Stefan Bachert http://gwtworld.de On Jun 9, 11:28 pm, Chris christopher.burr...@gmail.com wrote: Hi there I'm trying to hide a layer in my LayoutPanel. The idea is to have a layer act a bit like a popup, but it's not really a popup, and it makes it easier

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Stefan Bachert
this. For vertically center you need CSS3 capabilities (calc), but this is extreme poor supported by all browser. http://www.caniuse.com/#cats=CSS3statuses=rec,pr,cr,wd,ietf I would avoid vertical centering, or you have to use procedural code (which is terribly slow on IE) Stefan Bachert http

Re: CSS theming

2010-06-09 Thread Stefan Bachert
project on this topic. look for http://code.google.com/p/a1decor Stefan Bachert http://gwtworld.de On Jun 8, 9:42 pm, David Grant davidgr...@gmail.com wrote: Any suggestions on how to do theming, ie. to allow a new theme to be created in the future as a separate css file that can be switched

Re: Returning values, next try. Sending was too fast for me

2010-06-09 Thread Stefan Bachert
Hi, GUIs are asynchronously. You still think synchronously. No change to succeed synchronously. Your GUI continue to run while your service is send. Remove the return int. Put Code to continue with in onSuccess Stefan Bachert http://gwtworld.de On Jun 8, 3:07 pm, uwi_u uwe.chris...@gad.de

Re: Managing of connection to JMS server, listening to JMS Topic

2010-06-08 Thread Stefan Bachert
request from client to server. Hi, there is no need to poll. Use techniques like comet, server push. It is rather simple to implement. And there are open source libs available for that topic. Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Google

Re: Calculation of widget size during onModuleLoad() = move to DeferredCommand?

2010-06-08 Thread Stefan Bachert
Hi Chris, I dont think, that the css is not applied yet, rather the whole uibinder isnt applied, yet. However, you did not show us the full code. I usally put elements in a certain environment to measure its real size (inclunding border, padding, margin). I always get immediate results. Stefan

Re: Compilation NullPointerException

2010-06-08 Thread Stefan Bachert
Hi Daniel, we need much more information. Probably you have a uncommon complex type case. I run into such a problem when I used foreign code which has extensively used inner classes and generics. The solution was, to make some inner classes static which should be done anyway when possible Stefan

Re: How to not allow users to select something, say a grid?

2010-06-06 Thread Stefan Bachert
, a selection may start outside of your grid. Stefan Bachert http://gwtworld.de On 6 Jun., 06:20, spierce7 spier...@gmail.com wrote: I've got a Grid with click handlers inside of an Absolute Panel. When I'm clicking the grid to trigger some of the events, particularly with drag events, I've noticed

Re: RichTextArea Content CSS

2010-06-06 Thread Stefan Bachert
Hi Axel, what are you going to do? It is not likely to set a font-size to size X while css set it to Y. You probably have to change the RichTextFormatter. Stefan Bachert http://gwtworld.de On 5 Jun., 17:31, Axel Kittenberger axk...@gmail.com wrote: Dear Group, Did I oversee something? How

Re: Spring Roo and GWT

2010-06-06 Thread Stefan Bachert
for long term development. It is just to have a glance what the future may bring. I am hoping to a further release which is more stable and more useful. Stefan Bachert http://gwtworld.de On 5 Jun., 16:20, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: I also could not get the initial example

Re: HOWTO call Printer on client side

2010-06-06 Thread Stefan Bachert
Hi, Yes, you are able to print the current browser window. http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/Window.html Stefan Bachert http://gwtworld.de On 5 Jun., 16:10, Garin Yan yangu...@gmail.com wrote: Hi All, Is there any way to call printer

Re: RootPanel vs RootLayoutPanel

2010-06-06 Thread Stefan U.
);         } Maybe you should have another look at the uibinder tutorial. BTW, do not try to use RootPanel with uibinder. Uibinder will only work when using RootLayoutPanel. God luck! Stefan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: RootPanel vs RootLayoutPanel

2010-06-06 Thread Stefan U.
/DevGuideUiPanels.html#Standards Do you agree?) Best regards, Stefan On 7 Jun., 01:55, googelybear googelyb...@gmail.com wrote: RootLayoutPanel is designed for the new full screen Layout panels (GWT 2.0 and newer). RootPanel for the regular panels. Use RootLayoutPanel when you have at least 1

Re: Asynchronous callback

2010-06-05 Thread Stefan Bachert
. On the other side, your example sound strange. Your security should not depend on client behaviour. When a data item should not be seen by a certain user, you should not send it to the client at all. Stefan Bachert http://gwtworld.de On 3 Jun., 08:42, Ren rentius2...@gmail.com wrote: Hi

Spring Roo and GWT

2010-06-05 Thread Stefan Bachert
Hi Alek, did you make Spring Roo run with GWT? I tried the petclinic sample. Some stuff (enums, boolean) is not supported, and I could not create a working war. Just development mode is working. Did you get more out of Spring roo, yet? Stefan Bachert http://gwtworld.de On 4 Jun., 10:29, Alek

Re: Problems releated to javaMail in GWT application

2010-06-05 Thread Stefan Bachert
/latest/tutorial/RPC.html Stefan Bachert http://gwtworld.de On 4 Jun., 18:50, Asmaa EL MOKHTARI elmokhtari.as...@gmail.com wrote: Thank u so mutch shaffer for all these explanations.Really, i can now understand the source of the problem.But i don't khow how to use GWT-RPC is it difficult? 2010/6/4

Re: Basic support question about gwt

2010-06-04 Thread Stefan Bachert
Hi, for the most mobile platforms opera is available. opera is supported by GWT iphone and android are using a webkit based browser (webkit = safari, chrome) Stefan Bachert http://gwtworld.de On 3 Jun., 13:44, arvind cools...@gmail.com wrote: Which platforms and browsers does gwt support

Re: refresh page in GWT

2010-06-03 Thread Stefan Bachert
Hi Ahmed, the user is the master of the browser, and not the (GWT-) application. And this is good so, because of security. And when your customer is switching off the power, he has to start again. Stefan Bachert http://gwtworld.de On 31 Mai, 21:30, ahmed saleh ahmed.salehw...@gmail.com wrote

Re: Question About Constants(.properties) file of GWT

2010-06-03 Thread Stefan Bachert
Hi Kiran, I guess you are talking about i18n - Constants yes, they will be compiled to javaScript. You have to recompile your app when you have to changed your constants. When your constants aren't constant, you need an other approach. Stefan Bachert http://gwtworld.de On 2 Jun., 10:55

Re: About a multi page web application

2010-06-03 Thread Stefan Bachert
Hi, GWT-application are in general single page applications (like any Ajax- application). When you for some reason need more the one browser window, you should communicate via the server. However, this should not be a topic for a starter. Stefan Bachert http://gwtworld.de On 1 Jun., 11:16

Re: GWT2.1, validation and roo

2010-06-03 Thread Stefan Bachert
. Stefan Bachert http://gwtworld.de On 2 Jun., 16:16, jbdhl jbirksd...@gmail.com wrote: I came across the work-in-progress design document for RequestFactory for GWT2.1 in this wave:http://www.google.com/url?sa=Dq=https://wave.google.com/wave/%3Fpli%... The document does not directly describe

Re: GWT-RPC vs HTTP Call - which is better??

2010-06-02 Thread Stefan Bachert
Hi, in general use GWT-RPC (as Sri wrote). However, the only case I would you classical HTTP is, when you need to download image data which are business datas (and not static images which should be located in a ClientBundle). Stefan Bachert http://gwtworld.de On 2 Jun., 06:58, Nirmal

Re: inserting space between form elements

2010-06-02 Thread Stefan Bachert
Hi Magnus, on the long run two things will happen 1) you will switch to an absolute layout, may be with some kind of layout manager 2) you need to learn more about css. on the short run put a non breaking space in your label (nbs; or char #160) Stefan Bachert http://gwtworld.de On 1 Jun., 19

Re: Which is the best: Hibernate, Ibatis, Toplink??

2010-06-01 Thread Stefan Bachert
Hi, this are not only three products. These are three different concepts. What is best for your project depends on your needs. From GWT side there is no prejudgement Stefan Bachert http://gwtworld.de On 31 Mai, 19:00, fomba collins fomba_coll...@yahoo.com wrote: Hi,     I wish to know which

How to test generators?

2010-06-01 Thread Stefan Bachert
Hi, GWT has these wunderful and powerful generators. But how to test own generators? A unit test may test the result of an generator but not the generator it self. Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Help to find only clickable panel except focuspanel

2010-05-31 Thread Stefan Bachert
provide your suggestions, is it a correct way to remove this tabindex ? The above may accidently work. Logically it is wrong. A tabIndex is in general not a element child index. Stefan Bachert http://gwtworld.de On 29 Mai, 20:27, Deepak Bammi deepak.ba...@gmail.com wrote: Hi Stefan

Re: Personalized table using thead / tfoot / tbody

2010-05-31 Thread Stefan Bachert
Hi, when you are trying to re-use existing css, you need to create exactly the same structure. This means: either a GWT-widget supports this structure, or you have to build one of your own. It seems that you are going the latter, but this is tedious. Stefan Bachert http://gwtworld.de On 31 Mai

Re: Persisting web pages locally

2010-05-31 Thread Stefan Bachert
Hi, Gears supports this but Gears will discontinue further development. The reason is that HTML5 will support some way of persisting data on the client. However, this means that you have to use a Html5 capable browser. And IE is not. Stefan Bachert http://gwtworld.de On 31 Mai, 10:46, bcw bcw1

Re: SplitLayoutPanel, Resizing

2010-05-31 Thread Stefan Bachert
Hi Kirt, FF has a problem using absolute mode with input and resize. When your problem is just an extension of this bug, there is a fix available. http://code.google.com/p/google-web-toolkit/issues/detail?id=4348 Stefan Bachert http://gwtworld.de On 31 Mai, 06:27, kirtcathey kirtcat

Re: does one gwt project support one corresponding html only?

2010-05-30 Thread Stefan Bachert
Hi, you could supply as many host pages as you like. you could supply as many modules as you like. However, in general each browser application run in one browser window. But you can supply more the one in a WAR. Stefan Bachert http://gwtworld.de On 30 Mai, 05:55, cy dev cydevelo...@gmail.com

Re: Help to find only clickable panel except focuspanel

2010-05-29 Thread Stefan Bachert
()) Otherwise we need more information about your issue Stefan Bachert http://gwtworld.de On 29 Mai, 11:55, Deepak Bammi deepak.ba...@gmail.com wrote: Hi All, I need a panel which is clickable.I found focuspanel but it has one drawback in my case that it automatically embeds the input box which

Re: No new web application project button

2010-05-29 Thread Stefan Bachert
Hi, When there are no GWT buttons visible, the google eclipse plugin is probably not installed. Could you find Window-Preferences-Google ? NO- something went wrong with installing. Yes? Do you have a SDK installed? Stefan Bachert http://gwtworld.de On 28 Mai, 23:34, Andrew anyel...@gmail.com

Re: Will gwt 2.1 support Servlet 3.0 ?

2010-05-29 Thread Stefan Bachert
Hi Smiley, to my knowlegde tomcat and jetty are working on servlet 3.0 but none has been released Stefan Bachert http://gwtworld.de On 28 Mai, 23:16, Smiley sergiumar...@gmail.com wrote: I'm wondering if the gwt 2.1 release will include the Servlet 3.0 specification? I'm currently using jetty

Re: How do i implement in a ListBox a select options trick I do in HTML

2010-05-29 Thread Stefan Bachert
Hi Rob, just use css. There is a selector for the first item (class:first- child). When css3 is acceptable to you, more selectors are available. An other way may be to give the first option a dedicated class. However, GWT does not make it easy to do so. Stefan Bachert http://gwtworld.de On 28

Re: how to center a panel within another panel?

2010-05-29 Thread Stefan Bachert
Hi magnus, you can not use DockLayout to center a widget. Stefan Bachert http://gwtworld.de On 28 Mai, 20:22, Magnus alpineblas...@googlemail.com wrote: Hi, I use DockLayoutPanel as the RootPanel for my browser window. And I want to place another child panel within the dockpanels center

Re: GWT RPC calls from java

2010-05-29 Thread Stefan Bachert
Hi, I agree with you not to use GWT-RPC for anything else then the gui- client. It is very likely that an other access source have special demands which collides with GWT-RPC. (Maybe a different kind of authentication) Stefan Bachert http://gwtworld.de On 28 Mai, 18:10, mikedshaf...@gmail.com

Re: Unable to download gwt-2.0.3.zip

2010-05-28 Thread Stefan Bachert
Hi Luis, try it to download again or use different tools. Sometimes a download fails. I did not had any problem (but I am using ubuntu) Stefan Bachert http://gwtworld.de On 28 Mai, 10:52, Luis Daniel Mesa Velasquez luisdanielm...@gmail.com wrote: I downloaded gwt-2.0.3.zip (aprox. 36MB

Re: How to achieve traditional website behavior with layout panels?

2010-05-28 Thread Stefan Bachert
a way with div When I really know your layout, it it probably achievable with style=float. Stefan Bachert http://gwtworld.de On 28 Mai, 10:39, googelybear googelyb...@gmail.com wrote: @Stefan: I know the term sucks, but it was the best I could come up with ;-) As you concluded my main goal

Re: how to use one panel for the whole browser window?

2010-05-28 Thread Stefan Bachert
Hi Magnus, you may have a look on the mail sample deliver with GWT. This sample fills the browser window. Stefan Bachert http://gwtworld.de On 28 Mai, 03:49, Magnus alpineblas...@googlemail.com wrote: Hello, I would like to build my GUI within one panel that fills the whole browser window

Re: Fastest way to create lots of similar elements

2010-05-28 Thread Stefan Bachert
Hi Chris, this looks as you are going to program mine sweeper. May be you should consider to use HTML5 canvas Stefan Bachert http://gwtworld.de On 27 Mai, 21:33, Chris Lercher cl_for_mail...@gmx.net wrote: Hi, I need to create lots (hundreds) of image tags, and attach them dynamically

Re: No new web application project button

2010-05-28 Thread Stefan Bachert
Hi Andrew, GWT has its own buttons. It it the blue g icon in the tool bar (New Web Application Project), or in the menu Stefan Bachert http://gwtworld.de On 27 Mai, 04:09, Andrew anyel...@gmail.com wrote: I just recently installed Eclipse 3.5 on Windows 7. I followed the instructions

Re: onLoad?

2010-05-27 Thread Stefan Bachert
are documented Stefan Bachert http://gwtworld.de On 27 Mai, 06:43, spierce7 spier...@gmail.com wrote: Hey guys, I'm creating a class that extends Label, and for some reason whenever I create an instance of it, it doesn't load the onLoad() class when it's instantiated. I've got it set up

Re: How to parse CSS

2010-05-27 Thread Stefan Bachert
. Stefan Bachert http://gwtworld.de On 27 Mai, 17:19, Amine Ouahman amine.aitouah...@gmail.com wrote: I already read the hole doc but still cannot find a solution to my problem, I'm surely missing something. here is why I've done : this is an exemple of how I used the CSSResource feature to retrieve

Re: How to achieve traditional website behavior with layout panels?

2010-05-27 Thread Stefan Bachert
the wrong widget get a scrollbar you have to change the size of the panel (div) hierarchy. Or you have to allow the parents to grow with its child. When you do not succeed you need to show us your code or at least the hierarchy of panels. Stefan Bachert http://gwtworld.de On 26 Mai, 10:33, googelybear

Re: GWT with JPA - no persistence provider

2010-05-27 Thread Stefan Bachert
Hi, go to the warnings (e.g. panel Markers), use Quick Fix, then you can choose to include your jpa-project into WEB-INF/lib Stefan Bachert http://gwtworld.de On 13 Mai, 14:25, maliniak malini...@gmail.com wrote: GWT with JPA There are two projects in my eclipse workspace, let's name them

Data exchange between two applications

2010-05-26 Thread Stefan Ludwig
Hi, I have to exchange datas between two GWT apps. Current situation: Application 1 is a stock symbol search (e.g. IBM or GOOG for Google) which shows the symbol results in a list. Application 2 is a stock quote application. The user has just to enter a symbol and he will see the current quote.

Re: Data exchange between two applications

2010-05-26 Thread Stefan Ludwig
parameters from the URL, queries the server and formats the results. On Wed, May 26, 2010 at 2:20 AM, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have to exchange datas between two GWT apps. Current situation: Application 1 is a stock symbol search (e.g. IBM or GOOG for Google) which

Re: On GWT I18N

2010-05-25 Thread Stefan Bachert
is that the generator builds a method accepting a I18NConstantInterface and setting all label texts. In the end I could set label text at any time, even with different languages Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Smart GWT - renaming node

2010-05-25 Thread Stefan Bachert
Hi arkady, did you realized that you are in the mailing list for gwt core? No all of us are using smartGWT. Stefan Bachert http://gwtworld.de On 25 Mai, 06:13, arkady arkad...@gmail.com wrote: Folks, Does anyone have an example of how I could rename the node of a TreeGrid.  I am performing

Re: On GWT I18N

2010-05-24 Thread Stefan Bachert
their own way to deal with i18n. Stefan Bachert http://gwtworld.de On 24 Mai, 15:11, dmen dmenou...@gmail.com wrote: Hi Stefan, By coincidence I use Spring MVC along with GWT. Spring controllers do not have to handle business logic. For example in my current app I have the following

Re: Direct-Eval Rpc

2010-05-24 Thread Stefan Bachert
Bytes?) Stefan Bachert http://gwtworld.de On 24 Mai, 14:37, Gursel Koca gurselk...@gmail.com wrote: I am using direct-eval rpc. The performance is better than the usual gwt-rpc mechanism especially in dev mode. But while I  am checking the payload size with fiddler, I am surprised to notice

Re: On GWT I18N

2010-05-23 Thread Stefan Bachert
are not able to supply stable translations of your labels and titles. However, your application startup will slow down. Stefan Bachert http://gwtworld.de On 23 Mai, 04:46, dmen dmenou...@gmail.com wrote: I wanted to start a discussion about this as I usually get this ugly feeling when ever I

Re: GWT RPC and GoDaddy

2010-05-23 Thread Stefan Bachert
problem has nothing to do with 1.6 but with SSO and your authentication scheme. Stefan Bachert http://gwtworld.de On 22 Mai, 18:44, Mike Apolis michaelgb@gmail.com wrote: Hi, I've deployed the sample Stock Watcher app to my GoDaddy Hosting site, and I get the error below.  I've tried compiling

History mechanism

2010-05-23 Thread Stefan Bachert
Hi, the history mechanism is based on urls. Urls are limited. My memory says 2KByte is the limit of an url. This implies, that the GUI-state may not exceed this limit, too. Do you agree with this? Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed

HTML5 Worker

2010-05-22 Thread Stefan Bachert
Hi, I just read something about HTML5 feature. One is Worker. Does this mean that in future we need to take care about concurrency in GWT? Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: How to get notified after a widget has been completely rendered?

2010-05-21 Thread Stefan Bachert
needs to be clicked when the user has seen the widget. Stefan Bachert http://gwtworld.de On 20 Mai, 16:16, googelybear googelyb...@gmail.com wrote: Hi, I'd like to ask if it is possible to get notified (by adding some kind of event handler) after a widget has been completely rendered? I

FF, LayoutPanel and input button

2010-05-20 Thread Stefan Bachert
://code.google.com/p/google-web-toolkit/issues/detail?id=4348 Stefan Bachert http://gwtworld.de -- 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

Re: Display XML string with XSLT

2010-05-19 Thread Stefan Bachert
Hi Tobias, this does not look like a good fitting use case for gwt. You may change your strategy and open a new browser window to get your xml. (Window.open) And you implement a classical servlet which returns your xml. Stefan Bachert http://gwtworld.de On 19 Mai, 13:46, Tobias Höfler

Re: Found interface com.google.gwt.user.client.Element, but class was expected

2010-05-19 Thread Stefan Bachert
Hi, The piece of code does look correctly. The error message is not helpful, at least not to me I guess something get corrupted but without more code no idea what may happen. Stefan Bachert http://gwtworld.de On 19 Mai, 11:06, mmoossen mmoos...@gmail.com wrote: Dear all! I am getting

Re: Global key binding

2010-05-19 Thread Stefan Bachert
to find a free key code. Most key codes are used by the browser itself. Stefan Bachert http://gwtworld.de On 19 Mai, 10:51, P.G.Taboada pgtabo...@googlemail.com wrote: Hello, I have to globally catch some key events (or at least assign them to UI elements). There are some postings

Re: return type image from server

2010-05-19 Thread Stefan Bachert
the image is real static it should be part of ClientBundle Stefan Bachert http://gwtworld.de -- 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

Re: Adding CSS style dynamically

2010-05-19 Thread Stefan Bachert
Hi, this code does not look totally wrong. However, it depend where your widgets/dom are placed in. In a LayoutPanel it would not work. In an AbsolutePanel it probably works. Stefan Bachert http://gwtworld.de On 18 Mai, 15:37, Lex tose...@gmail.com wrote: Hello. I have some odd situation

Re: Loading text alongside image inside a ComboBox

2010-05-18 Thread Stefan Bachert
). When you like to use a real gwt widget library you may consider GWT mosaic. Stefan Bachert http://gwtworld.de On 17 Mai, 14:44, fomba collins fomba_coll...@yahoo.com wrote: Hello, it may be simple but I don´t know how to do it. I want to put the names of countries alongside their flags inside

generator using deferred binding

2010-05-17 Thread Stefan Bachert
Hi, does anyone tried to generate classes which are using deferred binding, too? This means some kind of recursion Does this works? Are there some limitations? Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Force application javascript to be reloaded in the browser

2010-05-16 Thread Stefan Bachert
app will be less reliable while you had hoped to increase it. Stefan Bachert http://gwtworld.de On 16 Mai, 00:08, kedar kedaar.ghane...@gmail.com wrote: I would like to make changes to either the client or server code and deploy these changes to tomcat while the application is in production

Re: Large GWT project source code organization

2010-05-16 Thread Stefan Bachert
Hi Mariyan, JPA (without EJB) is configured to use hibernate (in my case) So I had the chance to exchange the provider (maybe use toplink) So the reason to use JPA is to setup up on an higher abstraction. Stefan Bachert http://gwtworld.de On 15 Mai, 18:28, mariyan nenchev nenchev.mari

Re: gwt

2010-05-16 Thread Stefan Bachert
Hi, when GWT is running on the client side JS is available. The host page has per default code which checks whether script is allowed. But this is pure HTML (noscript) And with GWT you do not depend on cookies. Stefan Bachert http://gwtworld.de On 15 Mai, 16:03, Muhammad Saifullah

Re: Large GWT project source code organization

2010-05-15 Thread Stefan Bachert
There is no need to test the whole app all the time. Stefan Bachert http://gwtworld.de On 14 Mai, 02:43, Frederic Conrotte frederic.conro...@gmail.com wrote: Hello On a large entreprise GWT project with a lot of JPA beans and WebServices on server side code, would you recommend having all the source

Re: Large GWT project source code organization

2010-05-15 Thread Stefan Bachert
Hi mariyan, I am about to do JPA with my GWT project. Do you see some problems? Is something wrong with this combination? (The JPA will be rather simple, just a few classes(entities) Stefan Bachert http://gwtworld.de On 15 Mai, 14:39, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi

Re: GWT Sprite adds height attribute in the style class

2010-05-15 Thread Stefan Bachert
Hi, did you try to overwrite height in your css? @sprite .MarkitButton { gwt-image : MarkitButtonBG_sm; height: none; Did not try, may work or not. Stefan Bachert http://gwtworld.de On 14 Mai, 22:13, Vaibhav vkaka...@gmail.com wrote: Hi,       I have implemented

Re: New to GWT

2010-05-15 Thread Stefan Bachert
Hi, there are some books (mostly based on GWT 1.4 - 1.6). However, there are outdated when they are coming out. Stefan Bachert http://gwtworld.de On 14 Mai, 19:53, aditya sanas 007aditya.b...@gmail.com wrote: Hi, There are few GWT tutorials available online some f them are PPTs

Re: Synchronous Calls with RPC??

2010-05-15 Thread Stefan Bachert
Hi, when the RPC is complete you get an event They are rare situations in which synchronous calls are appropriate. One was discussed and contributed recently by mmoossen http://code.google.com/p/google-web-toolkit/issues/detail?id=4898 Stefan Bachert http://gwtworld.de On 14 Mai, 17:05

Debugging generated classes

2010-05-15 Thread Stefan Bachert
Hi, is there a way to debug through generated classes? How to supply the appropriate sources? Stefan Bachert http://gwtworld.de -- 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

Re: To forum moderators

2010-05-13 Thread Stefan Bachert
Hi, Using the group search facility rather fails to find anything. Use the classical google search, this is more likely to succeed. Stefan Bachert http://gwtworld.de On 12 Mai, 23:47, eghodbane esslem.ghodb...@gmail.com wrote: Hello, I wonder why I can not find my posts in this forum. Each

Resource URL rewriting (e.g. cache.html)

2010-05-12 Thread Stefan Ludwig
not be loaded directly because of security/SSO reasons. I have to find out a way to change that URLs after compile time. It's not easy to find a way to do this because the created JavaScript is a little bit confusing... Thanks and regards Stefan -- You received this message because you

Changing moduleBaseURL

2010-05-12 Thread Stefan Ludwig
Hi, is there a way to change te moduleBaseURL? Thanks and regards Stefan -- 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

Exchange datas between modules

2010-05-12 Thread Stefan Ludwig
Hi, how I can exchange datas between two GWT modules? I there a way? Or/ and how can I dispatch an event in another module (like button click)? Thanks Stefan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Exchange datas between modules

2010-05-12 Thread Stefan Bachert
Hallo, what about? package module1 method1 (Data data) { module2.class2.method2 (data); } when you consider a more complex case, you need to explain what you are going to do?. Stefan Bachert http://gwtworld.de On 12 Mai, 08:43, Stefan Ludwig tapir0...@gmail.com wrote: Hi, how I can

Re: Changing moduleBaseURL

2010-05-12 Thread Stefan Bachert
Hi, You may use rename-to ?xml version=1.0 encoding=UTF-8? module rename-to='showcasewithdecor' inherits name=a1.decor.GwtCore/ Stefan Bachert http://gwtworld.de On 12 Mai, 14:24, Stefan Ludwig tapir0...@gmail.com wrote: Hi, is there a way to change te moduleBaseURL? Thanks and regards

Re: Resource URL rewriting (e.g. cache.html)

2010-05-12 Thread Stefan Bachert
Hi Stefan, you are going to mix classical web technology and ajax-based. This does not really match. This is as useful as to put wings to your car. After doing so your car neither flies nor drives (not sure whether this is comprehensive in english, Das was Sie versuchen ist so sinnvoll wie Flügel

Green IT

2010-05-11 Thread Stefan Bachert
investigation of this topic? Or any kind of study? Stefan Bachert http://gwtworld.de -- 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

Generators

2010-05-11 Thread Stefan Bachert
concepts (e.g. XText) Stefan Bachert http://gwtworld.de -- 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

int or double

2010-05-09 Thread Stefan Bachert
might be slower than double because of normalization? What do you think, what is your experience? Pro and Cons? Stefan Bachert http://gwtworld.de -- 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

Re: Keeping track of traffic volume generated by a GWT application

2010-05-08 Thread Stefan Bachert
webalizer. I think I have something similar for jetty Stefan Bachert http://gwtworld.de On 7 Mai, 16:07, Tristan tristan.slomin...@gmail.com wrote: Sounds like you need to add filters to your server code. On May 7, 4:23 am, Antonio Leonforte antonio.leonfo...@fhoster.com wrote: Hi all, I

No docu

2010-05-08 Thread Stefan Bachert
Hi, I did not found any docu/javadoc on ClassSourceFileComposerFactory Is there a reason for it? Stefan Bachert http://gwtworld.de -- 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

Re: MenuBar

2010-05-06 Thread Stefan Bachert
Hi, such things could be done with CSS. However, do you do your stuff for arabic? GWT supports right to left language, and may the menubar is flipped, too. Stefan Bachert http://gwtworld.de On 6 Mai, 12:43, Olivier oliv...@digiworks.es wrote: Hi, I need to use a MenuBar that will be align

Re: Alternatives for gwt?

2010-05-06 Thread Stefan Bachert
Hi, I would in general consider GXT to be good, however, the licence is not free. I think wrappers like smartGWT are the wrong approach. it depends what you mean with good. When good means a real free open source licence you should have a look on gwt-mosaic. Stefan Bachert http://gwtworld.de

Re: How to determine if running on client or server?

2010-05-06 Thread Stefan Bachert
Hi, class X { static public XYZ xyz; } put on server side X.xyz = new ServerXYZ() put on client side X.xyz = new ClientXYZ() When you prefer an accessor, just do it Stefan Bachert http://gwtworld.de On 5 Mai, 16:59, stingermn stinge...@gmail.com wrote: I have an interface, XYZ, which

GWT in a JSR-168 remote portlet

2010-05-06 Thread Stefan Ludwig
can't see a way to modify them. Thanks for your answers Stefan -- 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

Re: How to prevent the big and specific file to be uploaded

2010-05-05 Thread Stefan Bachert
Hi, to my knowledge there is no way on the client side to check the size. You could limit the size on server side. I guess you use some library on server side. Check the docs Stefan Bachert http://gwtworld.de On 5 Mai, 10:34, GWT Groups new.ankitj...@gmail.com wrote: Hello Friends I am back

Announcing a1decor

2010-05-04 Thread Stefan Bachert
find information in german on GWT World. Stefan Bachert http://gwtworld.de -- 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

Re: Setting GWT project from existing GWT project code.

2010-05-04 Thread Stefan Bachert
Hi, what about import project in eclipse? Stefan Bachert http://gwtworld.de On 3 Mai, 09:01, vinayak vinayakshu...@gmail.com wrote: Hello,                         There are several posts in this group which ask about how to integrate gwt project inside another type of projects but my

Re: Resizing DockLayoutPanel child.

2010-05-04 Thread Stefan Bachert
Hi, what are you going to tell me or us? Stefan Bachert http://gwtworld.de On 2 Mai, 18:08, Gal Dolber gal.dol...@gmail.com wrote: package com.google.gwt.user.client.ui; import com.google.gwt.user.client.ui.DockLayoutPanel.Direction; import

Re: Can I access a specific class by using module xml file

2010-05-04 Thread Stefan Bachert
Hi, your listing does not meet the error message. Some important aspect is missing. It might be that a class referres to com.lightspeed.web.dbm.client.TranrevGWT but this class is in the class path but not referred by a GWT module. Stefan Bachert http://gwtworld.de On 4 Mai, 14:56, pragupt

Re: A couple of styling questions for PopupPanel

2010-05-04 Thread Stefan Bachert
Hi, 1) try border: none; Check with firebug whether other style apply 2) there is a trick with setting margin-left:auto; and margin- right:auto; May be it works in your situation. Stefan Bachert http://gwtworld.de On 4 Mai, 14:46, jbdhl jbirksd...@gmail.com wrote: 1) How do I get rid

<    1   2   3   4   5   >