Re: Problems with newline symbol in a TextArea (works in IE but not in Firefox)

2009-01-12 Thread alex.d
Use new HTML("1.1.1.11.1.1.21.1.1.") instead. On 12 Jan., 16:14, "olivier FRESSE" wrote: > If I remember well, textarea uses \r\n as newline characters, whatever the > platform/browser is > > 2009/1/12 LFCPD > > > > > Hi all, > > > In my application I insert a newline symbol in a textArea like

Re: Recommended GWT Maven plugin

2009-01-12 Thread olivier FRESSE
we're curently using http://code.google.com/p/gwt-maven/ , so far, so good :-) 2009/1/13 Joshua Partogi > > Hi all, > > What is the recommended GWT plugin for Maven? > * http://code.google.com/p/gwt-maven/ or > * http://mojo.codehaus.org/gwt-maven-plugin/ > > For those who has done their researc

javaongems

2009-01-12 Thread asianCoolz
1. hi. any similar library like javaongems with abstractpagecoordinator and controller to ease page development 2. where can i find documentation, javadoc for javaongems that explaining how to use each widget --~--~-~--~~~---~--~~ You received this message because

Adding and Image to a Panel will not working for firefox and chrome

2009-01-12 Thread tr.x
Hello guys, The following code does not seem to work on FF and Chrome, however works without any problems in IE. public void onModuleLoad() { Image testImg = new Image("test.png"); testImg.setVisible( true );

Re: How to use GWT RPC in OpenSocial

2009-01-12 Thread falcon_whiz
Hi Eric, I tried the GadgetRPC sample but its returning with the following exception : com.google.gwt.user.client.rpc.StatusCodeException: Error 405 HTTP method POST is not supported by this URL HTTP ERROR: 405HTTP method POST is not supported by this URL RequestURI=/gadgets/proxyPowered by

Time from for desktop shortcut added to gears api's

2009-01-12 Thread stymie
I was wondering if anyone knew the timeframe for the desktop shortcut to be added to the gears api for GWT?' Or if anyone know some who has implemented it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web

Re: RPC Error while running on Glassfish

2009-01-12 Thread GWTFan
You're right. I had to setup the permission for the application on the server policy file. It works now! Thanks On Jan 11, 4:11 am, Joe Cole wrote: > Looks like you have a permissions issue: > Caused by: java.security.AccessControlException: access denied > (java.lang.reflect.ReflectPermission

Re: Asynchronous calls to get HTTP files

2009-01-12 Thread Antoine Bruguier
Thank you everyone for your answer. I was quite aware to that calls were asynchronous and from your replies it seems that it is the only way. Somebody else on another forum, I found a way to use the equivalent of function pointers (That was the other part of the question). http://stackoverflow.co

Re: Recommended GWT Maven plugin

2009-01-12 Thread David Hoffer
I have used the first one ( http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/index.html) with good results, I can't speak for the other one. -Dave On Mon, Jan 12, 2009 at 7:11 PM, Joshua Partogi wrote: > > Hi all, > > What is the recommended GWT plugin for Maven? > * http:

Recommended GWT Maven plugin

2009-01-12 Thread Joshua Partogi
Hi all, What is the recommended GWT plugin for Maven? * http://code.google.com/p/gwt-maven/ or * http://mojo.codehaus.org/gwt-maven-plugin/ For those who has done their research, feedback are highly appreciated. Thank you very much in advance --~--~-~--~~~---~--~

GWT File prase

2009-01-12 Thread Mark
I want to make an file tree using gwt to prase the local dir , who can help me ? --~--~-~--~~~---~--~~ 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@goog

Re: GWT and Business Intelligence.

2009-01-12 Thread mikedshaf...@gmail.com
You're asking an incredibly broad question that can only be answered - yes. My best advice to you is to start working with GWT and build yourself a prototype that will test some of your desired features. If your development team is proficient in Java, then GWT will be fairly easy. You'll need t

Re: java.io.Serializable

2009-01-12 Thread Sumit Chandel
Hi Arthur, I'm curious about why java.io.Serialization wouldn't work using Spring MVC. Did that occur when trying to work with Spring MVC directly (i.e. no other third party library, such as GWT-SL)? I just want to make sure there wasn't anything introduce by the switch to java.io.Serializable tha

Re: java.io.Serializable

2009-01-12 Thread Sumit Chandel
Hi Tomek, Isaac is probably on the right path here. If you switched to GWT 1.5 and changed the implementing type from IsSerializable to java.io.Serializable, you would only receive the error messages talking about isSerializable if the .gwt.rpc serialization policy file wasn't deployed or wasn't a

Re: How to add points in chart by clicking on different areas of it?

2009-01-12 Thread Sumit Chandel
Hi Saurabh, Your best bet is to post this question to the Google Visualization API group. Since the mapping in the GALGWT project is generally 1:1, you should be able to get a solution there and code up the equivalent in your GWT application. Google Visualization API group: http://groups.google.c

Re: How to integrate Hibernate and GWT

2009-01-12 Thread Sumit Chandel
Hi Dessorry, In terms of where to put your Hibernate code, you're most likely to get useful replies and information on the Hibernate site and discussion forum: Hibernate homepage: http://www.hibernate.org/ About using your Hibernate objects in GWT - as you will discover by searching threads in t

Re: GWT for SOA development

2009-01-12 Thread Duong BaTien
On Mon, 2009-01-12 at 08:40 -0800, gregor wrote: > Service Oriented Architectures are about connecting different systems > within an organisation together using, typically, SOAP. An SOA usually > uses a message hub, often called an Enterprise Service Bus, of some > kind to manage the connections a

Re: Problem with apache tomcat

2009-01-12 Thread Sumit Chandel
Hi jamer, I believe this problem has more to do with your Apache Tomcat configuration than with GWT. I would recommend checking out the Apache Tomcat support mailing list to seek more help with this issue. http://tomcat.apache.org/lists.html Hope that helps, -Sumit Chandel On Fri, Jan 9, 2009 a

Re: validation framework

2009-01-12 Thread Sumit Chandel
Hi Manish, Also see Issue #343, which plans to address field validation on the client-side and server-side in an upcoming release. Issue #343: http://code.google.com/p/google-web-toolkit/issues/detail?id=343 Hope that helps, -Sumit Chandel On Fri, Jan 9, 2009 at 2:33 AM, Martin wrote: > > we

Re: Support for server side redirect

2009-01-12 Thread Sumit Chandel
Hi Krishna, I think that having GWT RPC handle server-side redirect may be a bit out of scope for the GWT RPC subsystem. You could instead setup a standard servlet to specifically handle server-side redirects and invoke it in the normal way (using the RequestBuilder class, for example). Alternativ

Re: Programmatically Generating Physical Key

2009-01-12 Thread Sumit Chandel
Hi Anurag, Thanks for clearing up your use case. I think Reinier guessed it right the first time. What you'll need to do to implement that kind of functionality is as he suggested, using a violator pattern to access the list of keyboard listeners and then firing onKeyPress for each of them. You c

Re: Issue In Forum Type Of Application

2009-01-12 Thread Sumit Chandel
Hi tiru, Have you tried taking a look at the PagingScrollTable widget in the GWT Incubator project? You could load up the thread listings in the scroll table and browse the list of threads page by page. If you wanted to select a particular page you could do the page math on the server-side and the

I'm going with Seam and GWT......wish me luck..

2009-01-12 Thread dannydog
I've been doing Java development for over 10 years. Every year it becomes more complicated and convoluted and less pleasurable. As I apply for contracts I am presented with the following requirements: Spring Struts Hibernate TopLink J2EE (and the 15 components that come with it that no recruiter c

Re: Multiple web pages how-to

2009-01-12 Thread Daniel Jue
Hi Sahil, >From my limited exposure to GWT, the short answer is yes you would have a separate entrypoint class per GWT page. I'm sure my wording here is a bit awkward. I've been working with another framework called Tapestry, in which I use multiple entities that would normally be a separate GW

Re: Multiple web pages how-to

2009-01-12 Thread Sahil Dave
On Mon, Jan 12, 2009 at 10:43 PM, A Friend Of Yours wrote: > > Sorry for late reply... > > Can you put the exception and the code for changing contents here? *code:* final SimplePanel content = new SimplePanel(); MenuBar navMenu = new MenuBar(true); MenuBar serviceMenu = new MenuBar(); Command

Re: firefox bookmark gwt app not happenning...

2009-01-12 Thread Sumit Chandel
Hi Pady, You shouldn't need to do anything explicit in your host page to make your GWT application bookmarkable. My guess us that the bookmark problem might have to do with a corrupted Firefox profile. Could you try starting Firefox with a new profile and then bookmark the application anew? Hopef

Re: Unable to open web app in hosted mode

2009-01-12 Thread Sahil Dave
On Mon, Jan 12, 2009 at 4:15 PM, olivier FRESSE wrote: > Hard to help you with so few informations :-) > Anyway, it looks like you're using linux. > I don't know what's your distro, but first, check your java installation. > You hava a JDK installed in /home/sahil/jdk1.6.0, but you may have other

GWT and Business Intelligence.

2009-01-12 Thread Miroslav Genov
Hello , I have a question regarding using of GWT for the creation of a intranet system for business intelligence. Is GWT good for creation of such application ? I know that the question is complex, but I'm asking it because I don't know whether I'll have problems with the implementation of

gwt and servlets

2009-01-12 Thread rsoto
Hello I have finish a simple app using gwt and gwt maps. What I want to do now is t have an external java class that can access this app and get some results from it. This will be the process: 1.- Route.class wants to access this app passing address A and address B as parameters into the url 2

Re: Serialization problem

2009-01-12 Thread huma
Thank you for your answer! I will see that information. But what is your opinion about the error message "This application is out of date, please click the refresh button on your browser." . I would like to know why I'm receveing that message. Thank you! On 12 Jan, 15:14, "ganesh machkure"

Re: GWT+SPRING+MAVEN

2009-01-12 Thread Mikhail M
Excuse for keeping silence for a long time I had a Holidays like lots of people I suppose=) I'm not completly understand if it suit in my ocasion, but, of course, this link very useful, thanks a lot! 2009/1/3 olivier nouguier > > Hi, > You can look at http://code.google.com/p/net-orcades-spring

Re: GWT for SOA development

2009-01-12 Thread gregor
in line comments On Jan 12, 4:58 pm, Paranoid Android wrote: > Thank you. > > I'm looking at SOA because the variouse features of the social > application should be implememente as remote services.. > What I've to develop is the core of the social network..this core > needs to support functi

Re: Multiple web pages how-to

2009-01-12 Thread A Friend Of Yours
You might like to take a look at this: http://www.softwaredesign.co.uk/gwt.html Omer Akhter On Jan 12, 10:13 pm, A Friend Of Yours wrote: > Sorry for late reply... > > Can you put the exception and the code for changing contents here? > > Omer Akhter > > On Jan 11, 6:57 pm, Sahil Dave wrote:

Re: Problem extending SelectionScriptLinker

2009-01-12 Thread olivier FRESSE
Extending a GWT component is not a good idea. It's better to use a composite to create the component that fit your needs. Take a look at http://code.google.com/intl/fr/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideCreatingCustomWidgets Regards. 2009/1/12 Kamlesh

Problem extending SelectionScriptLinker

2009-01-12 Thread Kamlesh
Hi, I am a newbie in GWT. I have tried extending the SelectionScriptLinker class to apply stylesheet based on some condition. But after successful compilation of the code, when I run the main html file it appears to go in infinite loop. The browser keeps on trying opening the html, but it could n

Redirect to login page - result blank page

2009-01-12 Thread misqu23
Hi I have three gwt apps in one war file. One of them is responsible only for showing loging page with language and theme selection. Loging is performed through j_security_check, when the loging page is simply jsp page with j_username and j_password fields everything works fine. JBoss redirects

Really need help to get iframe current url and web page DOM (overcoming same origin policy)

2009-01-12 Thread style...@gmail.com
Dear all, I'm working on a project utilizing GWT and GWT-Ext, has been progress well until now where I hit a roadblock which potentially can render the project useless. I need to create an embedded web browser which has an address bar and the ability to access the DOM of the current web page wit

Refreshing the Page

2009-01-12 Thread Sandy
Hi, I am creating a web portal, I have required to refresh a page . Pls. let me know , how can i refresh the GWT Page, when I am using Window.Window.Location.reload() any where in the portal its come back on the login screen. I have required to refresh a page only. Regards, Sandeep --~--~--

Google Visualization and back-end java

2009-01-12 Thread Den
Hi all, I have a db containing data on server side. Currently, I use servlet to read and display data to jsp page. I would like to use Google Visualization to display this data, but from what i understand, 1 ) data can be retrieved by javascript (which I don't want to use) 2 ) from Google

Re: Multiple web pages how-to

2009-01-12 Thread A Friend Of Yours
Sorry for late reply... Can you put the exception and the code for changing contents here? Omer Akhter On Jan 11, 6:57 pm, Sahil Dave wrote: > On Sat, Jan 10, 2009 at 10:47 AM, A Friend Of Yours > wrote: > > > > > getSelectedItem is protected method. You can't access it unless you > > are exte

Re: GWT for SOA development

2009-01-12 Thread Paranoid Android
Thank you. I'm looking at SOA because the variouse features of the social application should be implememente as remote services.. What I've to develop is the core of the social network..this core needs to support functionalities that will be added as services in the future. Not every functionalit

No Image of Charts

2009-01-12 Thread King
Hello Guys, I implemented, the example of gwt-ext charts from the web-site http://www.gwt-ext.com/demo-charts/ the first example with the lines, in to my projekt. I only changed a few little things but now no image is visible ? why ? If i copy the source code 1 to 1 alone in one projekt without

Re: Getting java.net.SocketTimeoutException: Read timed out

2009-01-12 Thread paveltonev
Hello All, The situation on my side is very interesting: 1) I have a backend ping service which follows for server availability and receives information about new version of the software, etc. etc. usually the transfered information here is just some bytes. 2) Regular service which on user

Re: GWT for SOA development

2009-01-12 Thread gregor
Service Oriented Architectures are about connecting different systems within an organisation together using, typically, SOAP. An SOA usually uses a message hub, often called an Enterprise Service Bus, of some kind to manage the connections and SOAP calls between systems. Axis is the most famous op

Re: KeyboardListener help

2009-01-12 Thread Alfred S
I know this won't bump the topic, but I still need some help with this. Even if someone just pastes a link a overlooked, that would be great. Thanks, ~Alfred --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google W

Re: step by step to build entire web app with gwt1.5

2009-01-12 Thread Jason Essington
Unfortunately, what you are asking is akin to wanting a step by step tutorial for building a whole neighborhood using a hammer ... The thing is, GWT is just one component of a larger ecosystem, and you would need to identify the other parts as well. GWT is not a complete solution for buildi

Re: How to attach a click listener to an existing SPAN element?

2009-01-12 Thread Jason Essington
That is correct! Label will wrap either span or div elements. if you want to wrap other elements there may already be other widgets that work with them. The only thing to be aware of is, if at sometime in the lifespan of your page you remove that element, or dispose of the widget, be sure t

Re: [newbie] Asynchronous calls to get HTTP files

2009-01-12 Thread Jason Essington
perhaps this will explain it a bit better: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/faca1575f306ba0f/3be719c021aa19bd?pli=1 -jason On Jan 10, 2009, at 10:47 AM, Antoine Bruguier wrote: > > Hello, > > I am a newbie with GWT so please bear with me. I would like to wr

Re: Grid setCellPadding & setCellSpacing issue

2009-01-12 Thread todd.sei...@gmail.com
getCellPadding and getCellSpacing rely on getPropertyInt from the Element class. This will return 0 if the value if not set. The padding that you are seeing is either from CSS or a browser default style. On Jan 12, 4:59 am, "Fred Janon" wrote: > I am using GWT 1.5.3, I create a Grid and even tho

GWT for SOA development

2009-01-12 Thread Paranoid Android
Hello. My project is about designing an online social network application. I'm in a first stage of evaluating different architectures and design alternatives. The user interface should be made using GWT and the architecture should be a SOA and/or EDA. Now, I'm new to all these technologies/archite

Re: Unable to run GWT + Flash on 64bit Linux

2009-01-12 Thread googelybear
I just installed a 32bit version of ubuntu 8.10 and copied the libflashplayer.so to the plugins dir and my flash content shows up! Unfortunately it crashes as soon as I click on something :-( # # An unexpected error has been detected by Java Runtime Environment: # # SIGILL (0x4) at pc=0x09f88d73

Re: How does gwt1.5 support jdk1.5

2009-01-12 Thread David Hoffer
No, I wouldn't think GWT would support java.io. GWT can only support what JS can support. Google for GWT emulation library I think you will find there what classes/packages are supported. Basically the big feature added in 1.5 release was generics. -Dave On Mon, Jan 12, 2009 at 8:06 AM, Mark

Re: How does gwt1.5 support jdk1.5

2009-01-12 Thread Jason Essington
GWT converts java source code to javascript that will be run on a web browser. In doing such GWT has to live by the restrictions set by the web browser. GWT client code doesn't support java.io because javascript doesn't have that functionality.. Some 3rd party stuff can be made to work but

Re: Problems with newline symbol in a TextArea (works in IE but not in Firefox)

2009-01-12 Thread olivier FRESSE
If I remember well, textarea uses \r\n as newline characters, whatever the platform/browser is 2009/1/12 LFCPD > > Hi all, > > In my application I insert a newline symbol in a textArea like > follows: > > TextArea ta = new TextArea(); > ta.setText("1.1.1.1\n1.1.1.2\n1.1.1.3"); > > And in IE it

Re: Serialization problem

2009-01-12 Thread ganesh machkure
Hi, I would suggest you to go through Pro web 2.0 GWT Book. There author has given possible solution for PersistentSet, PersistenMap and others serialization issue with GWT using HibernateFilter and writing a different ServerStreamSerializer class for that. -Ganesh On Mon, Jan 12, 2009 at 3:3

How does gwt1.5 support jdk1.5

2009-01-12 Thread Mark
I want to make a web tool base on gwt UI. Can you tell me does the gwt1.5 support java.io? or any other external jars. If it support , what will I need to modify the xml file --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Proxy class generation

2009-01-12 Thread Shawn Pearce
On Sun, Jan 11, 2009 at 09:25, Madhu CM wrote: > > Hi all, > I am new to GWT, and i like the way its been implemented. > But i am struck up with something I use simple application just > to do RPC. > when i do GWT.create() . where will be the proxy class generated ? > is it done dynamica

Problems with newline symbol in a TextArea (works in IE but not in Firefox)

2009-01-12 Thread LFCPD
Hi all, In my application I insert a newline symbol in a textArea like follows: TextArea ta = new TextArea(); ta.setText("1.1.1.1\n1.1.1.2\n1.1.1.3"); And in IE it appears like follows inside the TextArea (and is correct like this): 1.1.1.1 1.1.1.2 1.1.1.3 Later, in my application I have to re

Re: How to use GWT RPC in OpenSocial

2009-01-12 Thread Eric Ayers
I've not done it with opensocial containers, but there is a trick in the GadgetRPC sample that should help. You will need to get the proxy URL for your RPC using the method: gadgets.io.getProxyUrl() The GadgetRPC sampl

Re: Getting java.net.SocketTimeoutException: Read timed out

2009-01-12 Thread JY
I've had this problem since my production deployment in May last year. Receive about 10 such exceptions everyday. I've learnt to ignore them as the exceptions can be generated even when the user do not incur any loss of functionality. Observations in this thread is generally accurate though, ie. i

Re: Serialization problem

2009-01-12 Thread noon
Hi Hugo, The Gilead framework (http://gilead.sourceforge.net) _ formerly known as hibernate4gwt_ was developed to solve such issues. Hope this helps. Bruno On 11 jan, 23:03, huma wrote: > Hi people. > > I've been developing an application with hibernate + spring + gwt, and > i've come to a poi

Keeping the header when scrolling

2009-01-12 Thread HB
Hey, I have a FlexTable (its first row is a header row) embedded in a ScrollPanel container. Scrolling the scroll pane will cause the headers to move away. Any idea how to keep the header even if the user is scrolling? Well yes, I can create two FlexTables, one for the header and one for the actua

Re: Does Google offer GWT consulting services?

2009-01-12 Thread Gabor Szokoli
On Sun, Jan 11, 2009 at 4:19 AM, David E. wrote: > > Does Google provides GWT consulting services and/or is there a Google > approved list of GWT consulting companies? You can always just pop in to the local java users group mailing list, wherever you live. Local freelance consultants always han

Re: Ibatis + GWT: No source code is available for type com.ibatis.dao.client.DaoManager; did you forget to inherit a required module?

2009-01-12 Thread heru
hi all, i'm having problem to parsing data to client, in case, i always using paginated list to query data, how about gwt, are there some object type like paginated list in gwt ? some like that? --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Unable to open web app in hosted mode

2009-01-12 Thread olivier FRESSE
Hard to help you with so few informations :-) Anyway, it looks like you're using linux. I don't know what's your distro, but first, check your java installation. You hava a JDK installed in /home/sahil/jdk1.6.0, but you may have other JDK (different versions) installed elsewhere. If you have a JAVA

Grid setCellPadding & setCellSpacing issue

2009-01-12 Thread Fred Janon
I am using GWT 1.5.3, I create a Grid and even though getCellPadding and getCellSpacing both report 0 by default, when I set them both to 0, the space between cells decreases. Am I missing something or is a known issue? int padding = grid.getCellPadding(); int spacing = g

Re: Does Google offer GWT consulting services?

2009-01-12 Thread Chris Marshall
Is there not a need for a gwt marketplace - you post the specification for an application/component/service and award the work to whoever offers the best mix of function/form/ price - with a rating system to help online gwt developers to build a reputation? On Jan 11, 5:19 am, "David E." wrote:

Re: step by step to build entire web app with gwt1.5

2009-01-12 Thread olivier FRESSE
You can also consider buying some GWT books. Most of them are built on top of a sample application 2009/1/12 saurabh hirani > > You can pick up some of the web app parts from these tutorials. I > don't think any of them deal with building a login based web app > directly but in bits and pieces

Re: UI Binder

2009-01-12 Thread Johan Rydberg
Zakaluka skrev: > The UI Binder is currently listed under the Post-1.6 timeframe. > Seeing as how GWT 1.5.3 is the latest version out there and 1.6 will > come out in the next 3 months, it'll probably be quite a while before > we see UI Binder out in a stable form. It would had been better if th