Re: Issue With Server Push

2009-05-19 Thread alex.d
Take a look: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=FAQ_HostedModeNoServer On 19 Mai, 05:24, jagadesh jagadesh.manch...@gmail.com wrote: Hi guys , i want to implement a server push sort of application. what i got is a tomcat 6 and

GWT 1.6 with Hibernate and class loading issues.

2009-05-19 Thread sajil
When I am trying to connect to MySQL from my GWT servlet, I am getting an exception : java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) I searched the group and found the solution. I went and disabled the Google App Engine. But now I have

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
Hi All, Now as Carl mentioned, I tried using two different services with the same code, and in my client, for initial Grid population I used the first service and for the refresh, I used different service, which doesnt share any common data or widget. But still I am having that problem.. I

Re: Failed to import and run gwtrpc-spring example with Google plugin

2009-05-19 Thread hezjing
Hi In my current Eclipse, Window-Preferences-Java-Compiler, Compiler compliance level is 1.5. The problem still exist even after I have uninstall JRE 1.6, restarted Eclipse, cleaned and launched the project again. I'm just guessing wild here, do you think the libraries below could cause the

Re: getbytes() is undefined for the type string

2009-05-19 Thread vijay
Thanks Adam,I want to use app engine cache which stores value as bytes, Is there any other way to do it other than implementing my own getbytes function. On Tue, May 19, 2009 at 10:30 AM, Adam T adam.t...@gmail.com wrote: Hi Vijay, GWT emulates a subset of Java, so you can get caught out if

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread alex.d
It's hard to populate that grid of yours completely in the background since we have a singlethreaded environment. I'd probably even say it's not possible. So try to change your paradigm instead: if smth. happens (update) - users should know about it: - show a timer: time till next update -

Changing the text according to the loading data in Grid

2009-05-19 Thread Suren
Hi All, I am loading data into the Grid say 100 rows. its taking considerable time, so I thought of using some animated gifs to indicate loading is in progress. But that was not working because of my browser busy in loading the Grid, it distorts the animation, so that it looks like an normal

Re: Hosted mode servlets in GWT 1.6

2009-05-19 Thread Thomas Broyer
On 19 mai, 07:38, Raman rama...@gmail.com wrote: I think I missed an important point in my earlier post. The servlets ARE hosted correctly when I run in hosted mode. But they do not get hosted when I run my junit tests. [...] When I run the junit tests for my module, this web.xml is not

Re: Request builder HTTP Method

2009-05-19 Thread Thomas Broyer
On 18 mai, 15:08, Arthik Babu arthikb...@gmail.com wrote: Hi,    In my task I need to build the request for the URL. I am getting Method as a parameter. I dont know how to get the http method name from the Method class. Please help me. See

Re: RPC Serialization of abstract classes

2009-05-19 Thread mirceade
I don't want to become annoying, but has anyone noticed this while using GWT-RPC? Can it be reproduced on another configuration than mine? On May 14, 9:27 pm, mirceade mirce...@gmail.com wrote: I don't either, so it must be a serialization issue with gwt RPC. It would be very helpful if

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
Hi, Thanks for the reply. I tried with Glasspanel now. Thats is visible to me, only all the data is populated..which is ultimately has no effect. What could I do wrong here?? GlassPanel gp = new GlassPanel(true); RootPanel.get().add(gp,0,0); a: ...Grid population done here... ...Adding the

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread alex.d
Nothing, docs wouldn't help you with ;-) to show glassPanel: rootPanel.add(glassPanel, 0, 0); to remove it: glassPanel.removeFromParent(); don't forget to add CSS-rules: /* Incubator - CSS */ .gwt-GlassPanel { /* Override glass panel color to be `green` */ background-color: black

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Magius
Hi, I think your 1st approach is the correct and that you don't need to have 2 RPCs. How many time takes the Grid loading (100x80 = 8000 cells)? Probably some seconds. While loading the new grid, the browser freezes and didn't repaint its window (it's monothread). Seems to be this the problem?

Re: Changing the text according to the loading data in Grid

2009-05-19 Thread alex.d
you are all over the place, dude :-) use text like: fetching the data from server... and when populating: updating table: XX rows updated that way you independent from tight time schedular. hth On 19 Mai, 09:50, Suren nsurendi...@gmail.com wrote: Hi All, I am loading data into the Grid say

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
Hi Alex, I checked the docs, and implemented it, I think I missed the CSS styles..let me check that out.. Thanks On May 19, 2:56 pm, alex.d alex.dukhov...@googlemail.com wrote: Nothing, docs wouldn't help you with ;-) to show glassPanel: rootPanel.add(glassPanel, 0, 0); to remove it:

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
Hi Magius, I am loading 100x80 cells in the beginning and updating the changed cells in the during my refresh. How many time takes the Grid loading (100x80 = 8000 cells)? Probably some seconds. This is taking some 30 seconds for me to get my grid with data. I am loading checkbox widgets based

Re: Problem with GWT tutorial - Making Remote Procedure Calls

2009-05-19 Thread John
Guys, Sorry for the thread, i found my mistake. When creating the StockPriceServiceImpl instead of ticking the 'Inherited abstract methods' i ticked 'abstract', so the servlet class was created as abstract, thus the container couldn't instantiate it. Removing the declaration fixed the problem.

Re: Changing the text according to the loading data in Grid

2009-05-19 Thread Suren
Hi Alex, Yes you are right.. Thanks again for finding me out and showing some courtesy for my posts.. I am doing my best anyway.. Now coming to your reply.. I am changing the text, but my issue is that my browser freezed when the Grid is populating. So what ever text I change, its not

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Magius
When I tested gids performance, it was acceptable the RPC time but really slow the DOM manipulation (Grid population), specially with old browser like IE6 that were not designed for AjaxJS. In the OnSuccess you can store the data and to create a DefferedCommand to populate de Grid: ...

Auto expansion of widgets in Flex table when onfocus css applied

2009-05-19 Thread Charan
Hi, I want to apply the css when the TextBox, TextArea got the focus, so i am adding a style onFocus() and removing it on the onLostFocus() it is working when my problem is when the textBox has text which is large when i focus the textBox/TextArea it is expanding the textBox/textArea up to the

GWT widget - HTML rendering

2009-05-19 Thread JK
Hello, My question is related to GWT widget - HTML rendering. If I create the simplest HTML widget with html source inside: add(new HTML(input type=\text\ /)); after adding on a page it will be processed into HTML as follows: div class=gwt-HTML input type=text/ /div

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread Suren
Hi Magius, It cannot be explained more than this.. :-) Thanks alot for help. Let me try this out and get back to you tomorrow.. Thanks again. suren On May 19, 4:18 pm, Magius antonio.diaz@gmail.com wrote: When I tested gids performance, it was acceptable the RPC time but really slow the

Re: Accessing a method in a server not through RPC ?

2009-05-19 Thread David
Instead of rendering row by row there are alternative table implementations that use bulk rendering techniques in the GWT incubator project. The spead difference is dramatic. One way to get the grid to render quickly is to do the modification when the widget is not attached. Another possibility

Re: Auto expansion of widgets in Flex table when onfocus css applied

2009-05-19 Thread Charan
My Code of Focus methods public void onFocus(Widget sender) { if (sender instanceof TextBoxBase) { sender.addStyleName(mandatory-textBox-border); } } public void onLostFocus(Widget sender) { if

Re: GWT widget - HTML rendering

2009-05-19 Thread Magius
Have you try using a FormPanel with a TextBox inside? It should be translated as a INPUT tag... On May 19, 2:00 pm, JK samochad...@gmail.com wrote: Hello, My question is related to GWT widget - HTML rendering. If I create the simplest HTML widget with html source inside:      add(new

Re: Password Encryption

2009-05-19 Thread Magius
If you encrypt the password at the client side, everybody can review the javascript algorithm and break it. If you establish an HTTPS connection, then the channel is secure and you can transfer the password in clear or with a simple transformation. On May 19, 6:50 am, abhiram

Re: Password Encryption

2009-05-19 Thread abhiram wuntakal
Hi Magius, Thanks a lot for that info. My next question, how do i make my existing connection a HTTPS connection? regards, Abhiram On Tue, May 19, 2009 at 7:00 PM, Magius antonio.diaz@gmail.com wrote: If you encrypt the password at the client side, everybody can review the javascript

Re: GWT Hibernate issue

2009-05-19 Thread Raul
Hi Jim/all I have solved my problem I have used c3p0 and its basic configuration, to do its work for me. To use c3p0, I have configured my hibernate.cfg.xml file, hibernate.properties file, Tomcat Context.xml file and add the c3p0.jar file to my CLASSPATH that can be downloaded either from

Re: Password Encryption

2009-05-19 Thread Magius
Unfortunately I've never done, it usually setup by the client administrators. I think it's not complicated but depends on the server you are planning to use On May 19, 3:35 pm, abhiram wuntakal abhir...@gmail.com wrote: Hi Magius,   Thanks a lot for that info. My next question, how do i make

Re: Changing the text according to the loading data in Grid

2009-05-19 Thread Magius
You have to update the message (xx% loaded) and to call to deferredCommand to go on with the load after the browser has repainted the screen. It's very similar to http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/2bd8a812c0d7e21b?hl=en On May 19, 12:48 pm, Suren

Re: GWT widget - HTML rendering

2009-05-19 Thread JK
Input was just an example of what I want to have. It could be any html source.. On May 19, 4:16 pm, Magius antonio.diaz@gmail.com wrote: Have you try using a FormPanel with a TextBox inside? It should be translated as a INPUT tag... On May 19, 2:00 pm, JK samochad...@gmail.com wrote:

Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread hezjing
Hi I noticed the following behaviour when disabled Google App Engine SDK in Eclipse. Here are the steps I performed: 1) Download http://gwtrpc-spring.googlecode.com/files/GwtRpcSpringExample.zip. 2) Extract GwtRpcSpringExample.zip to C:\GwtRpcSpringExample. 3) Import the GwtRpcSpringExample

Re: StackPanel and CSS

2009-05-19 Thread Nick
Add the style name instead (i.e. addStyleName(mstackpanel) and see if that works for you. -Nick On May 18, 9:24 pm, Donald.W.Long donald.w.l...@thelongsfamily.com wrote: Hi all, I have been playing around with StackPanels and I wish to control the look of it. I have tried using the

Design best practice

2009-05-19 Thread Dalla
I´m building an application where I need to print the day of the week and the current date, like so: Tuesday, 2009-05-19 This would be very easy using the Calender class. But since this isn´t part of the JRE emulation, I guess I have to solve it another way. What would be the best way to do

Re: StackPanel and CSS

2009-05-19 Thread Magius
In a special case (using myGwt components) and for a special component I needed to add an ID to the component and to specify the CSS by ID. In general it works well using addStyleName. But the styles available depends on the type of HTML component, I think the StackPanel is an HTML TABLE. On

Re: Design best practice

2009-05-19 Thread Magius
You can (a) call to the server and receive a string formatted date or (b) build the string using Date.getDay( ), Date.getMonth( ), ... and an array with Sunday, Monday, ... On May 19, 4:57 pm, Dalla dalla_man...@hotmail.com wrote: I´m building an application where I need to print the day of

Re: StackPanel and CSS

2009-05-19 Thread Donald.W.Long
I tried all of that, I just wish to understand the CSS model for GWT. Do we have documentation on this at all. What are all the values that can be set for a widget or panel, is this documented. I am reaching my end with GWT. I feel it is a good idea but lake of documentation is killing me and

Window.confirm - how to change focused button?

2009-05-19 Thread Dimedrol
Hello! When I call Window.confirm(confirmationMessage) it is always [OK] button is focused. Is it possible to change focus to [Cancel] button by default? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: StackPanel and CSS

2009-05-19 Thread Magius
There are some predefined styles that GWT applies to each component like '.gwt-StackPanel'. I haven't tried this way. GWT helps you with the HTML and javascript generation but CSS is a bit hard to work with. You can asign a CSS class to a component with 'w.setStyleName(aaa)' and then define the

Re: Design best practice

2009-05-19 Thread Salvador Diaz
No, the right way to do this is with formatters: http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/i18n/client/DateTimeFormat.html Hope that helps, Salvador On 19 mai, 17:10, Magius antonio.diaz@gmail.com wrote: You can (a) call to the server and receive a string

Re: set border colr onFocus

2009-05-19 Thread Charan
Hi i am also falled in the same requirement i have done using a FocusListener, but all my widgets has width=100% and all are in the nested flexTables and finally which are in a disclosure panel. My problem is when i focus on textBox/ TextArea which has large amount of text in it (e.g: 200

Re: StackPanel and CSS

2009-05-19 Thread Salvador Diaz
Hi, I tried all of that, I just wish to understand the CSS model for GWT. For the record, GWT is just html manipulated by javascript so there is no such thing as a CSS model for GWT. If you know how to use css then you shouldn't have any problems styling gwt widgets. (w3schools is a good place

Re: Window.confirm - how to change focused button?

2009-05-19 Thread Thomas Broyer
On 19 mai, 17:12, Dimedrol zaharov.i...@gmail.com wrote: Hello! When I call Window.confirm(confirmationMessage) it is always [OK] button is focused. Is it possible to change focus to [Cancel] button by default? No, the Window.confirm(String) method is just calling the same-named method

Re: Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread Miguel Méndez
The GWT and App Engine SDKs are containers that resolve into several jars. When you remove a GWT and/or App Engine SDK, the containers are replaced with the jars that they resolve to. Hence you end up with more jars. On Tue, May 19, 2009 at 10:55 AM, hezjing hezj...@gmail.com wrote: Hi I

Re: Error with popup, ie freeze, (IE7 and GWT 1.6.4)

2009-05-19 Thread holgzn
Did you manage to resolve this problem already ? There is an issue report for a similar (or the same) problem: http://code.google.com/p/google-web-toolkit/issues/detail?id=3663 Perhaps you can add your insights On 24 Apr., 17:16, Gilles B gilles.broch...@gmail.com wrote: Hello, I have an

Re: DataNucleus Enhancer (version 1.1.0) : Enhancement of classes throws java.lang.UnsupportedClassVersionError: Bad version number in .class file, when creating a new GWT project in Springsource To

2009-05-19 Thread Rajeev Dayal
Hi Helmers, Yes, in your case, this is a legitimate bug related to Mac OS X. See the bug for more details; I've posted them there. Thanks, Rajeev On Sun, May 17, 2009 at 2:17 PM, Helmers guido.helm...@gmail.com wrote: I'm having the same problem. See

Re: Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread hezjing
Hi Uh-huh ... I thought that if I disabled the GWT and/or App Engine SDK, all related jars should be removed. The project structure should be restored before the GWT and/or App Engine SDK is enabled :-) BTW, why the JARs in step 3 (when the project is imported) and step 4 (when the App Engine

Re: StackPanel and CSS

2009-05-19 Thread Donald.W.Long
Ok, I understand the issue, I can change stack panel just fine. What I was doing was taking a bunch of buttons adding them to a VerticalPanel and then adding this panel to the stack panel. Thus, I could change the stack panel backgroup but can not change the VerticalPanel. After looking at

Re: Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread Isaac Truett
Uh-huh ... I thought that if I disabled the GWT and/or App Engine SDK, all related jars should be removed. The project structure should be restored before the GWT and/or App Engine SDK is enabled :-) We don't because your code could be referring to them even though it is not a GWT/App

Re: Can not debug in Eclipse

2009-05-19 Thread Miguel Méndez
When you debug an application eclipse will try to connect to it using JDWP. The target of the connection is probably something like localhost:SOME_NUMBER. I suspect that your machine cannot resolve an address for localhost. If you type: nslookup localhost at a command prompt, it will

Re: Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread Miguel Méndez
The case that we wanted to support was one where you use the webAppCreator script from the command line and then you want to try the plugin against it. If you don't want the expansion to take place, remove the GWT/App Engine SDK through the build classpath and then disable GWT/App Engine. That

Re: OOPHM + noserver + IE + RPC gives JavascriptException

2009-05-19 Thread b.thakker
Sumit I had emailed you source to a very elementary GWT module project that was using the oophm jars I had built and saw the same error being reproduced when making a very simple RPC call. Please let me know if I must paste the source here. Thanks again for your help. Regards. On May 11, 3:19 

Re: Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread Isaac Truett
That is a viable work around. Thanks. Perhaps I'm being dense on this, but I don't see how the feature supports your script-created project use case. How does the SDK expansion help you use the Eclipse plugin with a project that was created without the plugin? 2009/5/19 Miguel Méndez

Re: Failed to import and run gwtrpc-spring example with Google plugin

2009-05-19 Thread Alex Rudnick
Hey again Hez, I think you're right -- it turns out that gwtrpc-spring-1.0.jar (if you downloaded it from the gwtrpc-spring project [0]), is compiled for Java 1.6. [0] http://code.google.com/p/gwtrpc-spring/ Thankfully, it's open-source, so you can probably grab their code and compile it for

Re: ERROR: URI has an authority component

2009-05-19 Thread Dalbok
Nevermind. I figured out that the issue was related to the fact that my workspace was on Network Resource referenced through a UNC path. When I moved the Workspace to my local machine, it resolved the issue. On May 18, 6:49 pm, SamC dalbok.the.woo...@gmail.com wrote: I've just setup my

remove input

2009-05-19 Thread zeroonea
my form has a function is can add more textbox with add more button. those textbox are also can be remove but when i send rpc call, those textbox's value which removed still exist --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

button text alignment

2009-05-19 Thread Tesla
Hi all, I need to find a way to align the text to the left within a button in a AdapterField. I have used setStyleAttribute and setStyleName but the text is being centered yet. Any suggestion is appreciated. --~--~-~--~~~---~--~~ You received this message

about multiple module entry point

2009-05-19 Thread zeroonea
hi, i have two form in two separate webpage 1. Add Product : addproduct.html 2. Product Manager: productmanager.html i created 2 module, but compiled size is too big, about ~2mb for each module. i tried to create 2 entry point in one module but addproduct page will load script of productmanager

Incubator - GWTCanvas - Firefox

2009-05-19 Thread guitarpro
Hi, I have a question about the GWTCanvas implementation availabe through the incubator.jar. I want to draw a png using the latest release of gwt-Incubator.jar and the following commands: String[] imageUrls = {_originalImageUrls [IxGrapheditDataHandler.getInstance().getSelectedImage()]

how to integrate an ejb jar within my gwt web application ?

2009-05-19 Thread adel2009
Hi, I have an ear which contains an ejb jar file and a war file (the old application). I created a new war which contains presentation layer similar to the old war but developped with GWT and some RPC services. I would like to integrate the old ejb jar with the new war, i.e, communicate the GWT

Install libstdc++5

2009-05-19 Thread markdg
The key to troubleshooting the problem is in the second line, libstdc+ +.so.5 to be exact. It can’t find this C++ library. Turns out the hosted browser needs libstdc++5, but the version currently installed on my 8.10 system is libstdc++6. So you can either: Open System-Administration-Synaptic

Label text rendered outside of TabPanel when inside HorizontalSplitPanel

2009-05-19 Thread Uldall
Hi, I have the following code which seems to render incorrectly: public void onModuleLoad() { TabPanel tabPanel = new TabPanel(); HorizontalSplitPanel splitPanel = new HorizontalSplitPanel(); splitPanel.setRightWidget(new Label(Right

Serialization RPC call exception

2009-05-19 Thread zeroonea
i have two class below (one-many relation), when i made a rpc call to get Rating, it throws exception: com.google.gwt.user.client.rpc.SerializationException: Type 'org.datanucleus.sco.backed.List' was not included in the set of types which can be serialized by this SerializationPolicy or its

Re: Password Encryption

2009-05-19 Thread Jeff Chimene
On 05/19/2009 06:30 AM, Magius wrote: If you encrypt the password at the client side, everybody can review the javascript algorithm and break it. Pardon me, but that's arguing for security by obscurity; which should be an indefensible position when one is concerned with developing

Re: Design best practice

2009-05-19 Thread Dalla
Thanks, that seems like a better solution :-) On 19 Maj, 17:26, Salvador Diaz diaz.salva...@gmail.com wrote: No, the right way to do this is with formatters: http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g... Hope that helps, Salvador On 19 mai, 17:10, Magius

Re: Password Encryption

2009-05-19 Thread Vitali Lovich
On Tue, May 19, 2009 at 9:30 AM, Magius antonio.diaz@gmail.com wrote: If you encrypt the password at the client side, everybody can review the javascript algorithm and break it. That is blatently wrong. If I implement RSA in Javascript, you're telling me you can break it? If you can do

Re: Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread Miguel Méndez
In that case, it leaves the project the way that it found it. This expansion only takes place when you uncheck the Use GWT/App Engine checkbox in the project properties. On Tue, May 19, 2009 at 1:13 PM, Isaac Truett itru...@gmail.com wrote: That is a viable work around. Thanks. Perhaps I'm

gwt-maven-plugin issue

2009-05-19 Thread subendu
I am getting this error today while building my application using gwt- maven-plugin, has anyone faced this issue too As you can see its using the new version released yesterday - 20090519.114727 This is in my POM.xml plugin groupIdorg.codehaus.mojo/groupId

Re: Hosted mode servlets in GWT 1.6

2009-05-19 Thread Rajeev Dayal
Yes, Thomas is correct. At the moment, servlets that are needed for unit testing must be defined via module files. Hopefully we'll be able to read from a web.xml file for testing in the future. On Tue, May 19, 2009 at 3:59 AM, Thomas Broyer t.bro...@gmail.com wrote: On 19 mai, 07:38, Raman

Re: Additional jars when disabled Google App Engine SDK in Eclipse

2009-05-19 Thread Isaac Truett
Right, when you uncheck the GWT/App Engine checkbox it expands the SDK libraries into individual build path entries. What I'm still not seeing is why that is desirable. Why wouldn't you always leave the project in the same state is if the SDK had never been a part of it? I'm still not seeing how

Redirecting to a different page

2009-05-19 Thread harjit.singh
Hi there, I need to display a page depending on the following conditions If a user is authenticated I need to display a different page and if the user is not authenticated he should see the different page. How can we do it in GWT ? Both of the pages would use almost the same module code.

Different values calling RootPanel.getAbsolutreLeft() in IE7 and other broswers

2009-05-19 Thread Oldtimer
I need to place a widget based on the values returned from rootPanel.getAbsolutreLeft() and rootPanel.getAbsoluteTop(), where rootPanel is the div in the module html that I add the main composite. In IE7, it works as expected, while in Chrome and FireFox, the return values are (0, 0). The code

Re: Can not debug in Eclipse

2009-05-19 Thread sfeinst
Miguel, Thanks for the response. Turns out, my company recently added a security app to all machines which among other things monitors/ prevents apps from executing other apps. The security app is preventing eclipse from running cmd.exe (my guess is to then run the debugger). I unfortunately

Re: Failed to import and run gwtrpc-spring example with Google plugin

2009-05-19 Thread gpike
Sorry I missed this thread before. Yes it was compiled for 1.6. I should have targeted 1.5 and will in the next release since there is no dependency on 1.6. It probably would be safe for 1.4 but I use Annotations so haven't needed it. Thanks, Gordon Pike http://devbright.com On May 19, 11:19 

Re: Can not debug in Eclipse

2009-05-19 Thread Miguel Méndez
Wow. That seems pretty strict. Seems like you should be able to get a waiver for that... otherwise it's a productivity killer. On Tue, May 19, 2009 at 2:40 PM, sfeinst sfei...@gmail.com wrote: Miguel, Thanks for the response. Turns out, my company recently added a security app to all

Re: Redirecting to a different page

2009-05-19 Thread Alyxandor
It depends on how secure you want to be. If you aren't dealing with sensitive information, build one module that using an internal boolean value to determine how to run depending on authentication, and set that value using rpc or cookies, or however you do your authentication. If you want the

Re: remove input

2009-05-19 Thread Alyxandor
A little sample code would be nice... Maybe an online public build or something to inspect with Firebug... Can't really help without more info! All I can think of is to inspect the dom and make sure all form elements are being properly removed...

Re: Serialization RPC call exception

2009-05-19 Thread Alyxandor
Pretty sure your inner classes need @Embedded annotations... http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Embedded_Classes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: about multiple module entry point

2009-05-19 Thread Alyxandor
Sounds like you've got static code blocks executing for both modules because they are in the same package. To make two mutually-exclusive modules, you need to put the different modules in different packages... In fact, you'll need three packages at least... One for common classes, and one each

Re: MenuBar.MenuBarImages

2009-05-19 Thread Sumit Chandel
Salut Hamada, Il existe un bon exemple d'utilisation de l'interface MenuBar.MenuBarImages dans la classe MenuBar elle même. Est-ce que tu veux remplacer les images utilisées dans le MenuBar par les tiens? Si c'est le cas, je t'invite à lire les liens ci-dessous qui discutent de techniques pour

Re: GWT widget - HTML rendering

2009-05-19 Thread Alyxandor
You can make your own widgets with custom html without wrappers, just be careful because event listening often relies on the proper html elements being present to operate properly {spans can be wonky when it comes to KeyListeners} The following code is for a simple widget that you can send

Re: Password Encryption

2009-05-19 Thread Alyxandor
You can't attack the post-RSA password field, but if there's any point along the way that the password is passed inside javascript, it might be possible for a script-injection attacker to overwrite your functions / add getter functions to prototypes and post your password using something like

Re: Java Security Permissions / postgreSQL

2009-05-19 Thread Adligo
Hi, This sounds like it is postgres specific, did you add the allowed ip address in your postgres configuration files to allow the postgress (postmaster server), and are you running the postmaster (internet damen for postgress) ? You probably want to try something like

Re: Password Encryption

2009-05-19 Thread Vitali Lovich
First off, good luck trying to disassemble the GWT compiled code - it's hard to read even when you know what the original Java code is doing. Nextly, I don't think I understand the problem you are presenting - it seems to me that if you have a script-injection exploit in your code, there is no

Re: how to integrate an ejb jar within my gwt web application ?

2009-05-19 Thread hazy1
Uh, just make an .ear in the normal way and call your EJBs from your RPC servlets. Hopefully you used stateless session beans. On May 19, 6:43 am, adel2009 adel.say.e...@gmail.com wrote: Hi, I have an ear which contains an ejb jar file and a war file (the old application). I created a new

Re: Password Encryption

2009-05-19 Thread Mark Renouf
This is a solved issue, there's many approaches. SSL is the easiest but not always needed, or possible (adds latency and scaling problems). We use HmacSHA1 client side with GWT, and find it works well for our needs. HmacSHA1 is simple enough to implement once you get SHA1 working. There's tons

What Eclipse plugins work best with GWT?

2009-05-19 Thread Steven Jay Cohen
I have PDT-minimal install (for php development), JDT-minimal install (for basic support of the Google plugin), and SVN (Subclipse/SVNKit). What other Eclipse plugins should I check out to get the most from GWT? Note: I'm not a fan of GWT Designer or Cypal. I am more wondering if there are Java

[gwt-contrib] [google-web-toolkit commit] r5421 - Merging /releases/1.6/@r5065:5406 into trunk.

2009-05-19 Thread codesite-noreply
Author: j...@google.com Date: Tue May 19 08:35:33 2009 New Revision: 5421 Modified: trunk/dev/core/src/com/google/gwt/dev/CompileTaskRunner.java trunk/dev/core/src/com/google/gwt/dev/Compiler.java trunk/dev/core/src/com/google/gwt/dev/jjs/ast/JDeclaredType.java

[gwt-contrib] [google-web-toolkit commit] r5419 - Create a branch for deRPC experiment.

2009-05-19 Thread codesite-noreply
Author: b...@google.com Date: Tue May 19 07:50:37 2009 New Revision: 5419 Added: changes/bobv/derpc/ (props changed) - copied from r5255, /trunk/ Log: Create a branch for deRPC experiment. --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r5422 - Removed the no-longer-necessary lines from the Api whitelist.

2009-05-19 Thread codesite-noreply
Author: amitman...@google.com Date: Tue May 19 09:36:29 2009 New Revision: 5422 Modified: trunk/tools/api-checker/config/gwt15_16userApi.conf Log: Removed the no-longer-necessary lines from the Api whitelist. Patch by: amitmanjhi Modified:

[gwt-contrib] [google-web-toolkit commit] r5424 - Fix for issue 3025 -- Gwt's String.hashCode() now matches Jre specifications.

2009-05-19 Thread codesite-noreply
Author: amitman...@google.com Date: Tue May 19 10:23:58 2009 New Revision: 5424 Modified: trunk/user/super/com/google/gwt/emul/java/lang/String.java trunk/user/test/com/google/gwt/emultest/java/lang/StringTest.java Log: Fix for issue 3025 -- Gwt's String.hashCode() now matches Jre

[gwt-contrib] [google-web-toolkit commit] r5427 - Merging /trunk c5306 into /releases/1.6.

2009-05-19 Thread codesite-noreply
Author: j...@google.com Date: Tue May 19 10:36:59 2009 New Revision: 5427 Modified: releases/1.6/user/src/com/google/gwt/dom/client/DOMImplTrident.java releases/1.6/user/src/com/google/gwt/dom/client/Element.java Log: Merging /trunk c5306 into /releases/1.6. Modified:

[gwt-contrib] [google-web-toolkit commit] r5428 - Merging /trunk c5320 into /releases/1.6.

2009-05-19 Thread codesite-noreply
Author: j...@google.com Date: Tue May 19 10:39:17 2009 New Revision: 5428 Modified: releases/1.6/user/src/com/google/gwt/core/Core.gwt.xml Log: Merging /trunk c5320 into /releases/1.6. Modified: releases/1.6/user/src/com/google/gwt/core/Core.gwt.xml

[gwt-contrib] [google-web-toolkit commit] r5426 - Merging /trunk c5305 into /releases/1.6.

2009-05-19 Thread codesite-noreply
Author: j...@google.com Date: Tue May 19 10:33:23 2009 New Revision: 5426 Modified: releases/1.6/user/src/com/google/gwt/dom/client/DOMImplIE8.java releases/1.6/user/src/com/google/gwt/dom/client/DOMImplTrident.java Log: Merging /trunk c5305 into /releases/1.6. Modified:

[gwt-contrib] [google-web-toolkit commit] r5425 - Merging /trunk c5287 into /releases/1.6.

2009-05-19 Thread codesite-noreply
Author: j...@google.com Date: Tue May 19 10:26:38 2009 New Revision: 5425 Modified: releases/1.6/user/src/com/google/gwt/i18n/client/NumberFormat.java Log: Merging /trunk c5287 into /releases/1.6. Modified: releases/1.6/user/src/com/google/gwt/i18n/client/NumberFormat.java

[gwt-contrib] [google-web-toolkit commit] r5430 - Merging /trunk c5398 into /releases/1.6.

2009-05-19 Thread codesite-noreply
Author: j...@google.com Date: Tue May 19 10:47:27 2009 New Revision: 5430 Modified: releases/1.6/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java Log: Merging /trunk c5398 into /releases/1.6. Modified:

[gwt-contrib] [google-web-toolkit commit] r5429 - Merging /trunk c5333 into /releases/1.6.

2009-05-19 Thread codesite-noreply
Author: j...@google.com Date: Tue May 19 10:45:23 2009 New Revision: 5429 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/CheckBox.java releases/1.6/user/src/com/google/gwt/user/client/ui/RadioButton.java

[gwt-contrib] [google-web-toolkit commit] r5431 - Addresses public issue 3550: Javadoc for com.google.gwt.i18n.client.constants is missing

2009-05-19 Thread codesite-noreply
Author: kpro...@google.com Date: Tue May 19 10:55:52 2009 New Revision: 5431 Modified: trunk/doc/build.xml Log: Addresses public issue 3550: Javadoc for com.google.gwt.i18n.client.constants is missing Patch by: kprobst Review by: jat Modified: trunk/doc/build.xml

[gwt-contrib] [google-web-toolkit commit] r5433 - Addresses buganizer issue 1820736: Improve string literals listing in SOYC

2009-05-19 Thread codesite-noreply
Author: kpro...@google.com Date: Tue May 19 11:10:15 2009 New Revision: 5433 Modified: trunk/tools/soyc-vis/src/com/google/gwt/soyc/GlobalInformation.java trunk/tools/soyc-vis/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm.java

[gwt-contrib] Re: add -out to SoycDashboard

2009-05-19 Thread kprobst
On 2009/05/18 21:56:02, spoon wrote: LGTM http://gwt-code-reviews.appspot.com/33825 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

  1   2   >