Unable to get classes from Cobogw

2010-07-07 Thread Aditya
Hello, I m trying a demo application using jar provided by Cobogw I have downloaded cobogw-1.3.1 and included it into project build path http://cobogw.googlecode.com/svn/demo/WidgetsDemo.html I have put this jar file under WEB-INF/lib/ I m running project under eclipse environment it doesnt

Re: Unable to get classes from Cobogw

2010-07-07 Thread aditya sanas
Problem solved guys... i had to include following statement in my module inherits name='org.cobogw.gwt.user.User' / -- Aditya On Wed, Jul 7, 2010 at 11:37 AM, Aditya 007aditya.b...@gmail.com wrote: Hello, I m trying a demo application using jar provided by Cobogw I have downloaded

Re: onSuccess() return value other than void?

2010-07-07 Thread day_trader
This is where I am rather confused. As when i move it to a package which isn't named in the .gwt.xml file I receive an error of cannot be resolved to a type. Which is fair enough, as I assumed everything in the .gwt.xml was putting the classes in 'view' of everything in the application? Or perhaps

Re: Problem with Eclipse, Google plugin and WTP

2010-07-07 Thread SimonM
Hey Rajeev, The WAR folder is set to WebContent. The box was checked, so I unchecked it, but it didn't change the fact the libs weren't copied/deployed correctly. Thanks for helping, Simon On 2 juil, 19:18, Rajeev Dayal rda...@google.com wrote: Hey Simon, If you navigate to the smart-ui

Re: onSuccess() return value other than void?

2010-07-07 Thread andreas
You do not have to move something out of 'client' packages to have it on your server. This is definitely wrong! You do have to move classes you want to have on the client or both client and server into the client packages (or declare those packages in your *.gwt.xml files). Since you want your

Re: onSuccess() return value other than void?

2010-07-07 Thread andreas
Sorry, it's war/WEB-INF/classes/. On 7 Jul., 10:26, andreas horst.andrea...@googlemail.com wrote: You do not have to move something out of 'client' packages to have it on your server. This is definitely wrong! You do have to move classes you want to have on the client or both client and

Re: onSuccess() return value other than void?

2010-07-07 Thread day_trader
It could possibly be because I am using Enunciate to develop my application with. Here is my complete error: [INFO] [ERROR] BUILD ERROR [INFO] [INFO]

Re: onSuccess() return value other than void?

2010-07-07 Thread day_trader
Oops. That was supposed to say: a 'PROBLEM' with... On Jul 7, 9:44 am, day_trader mwmcmul...@gmail.com wrote: It could possibly be because I am using Enunciate to develop my application with. Here is my complete error: [INFO]

Re: onSuccess() return value other than void?

2010-07-07 Thread andreas
The inherits tag is for inheriting GWT modules not for inheriting Java files or similar (afaik). You add packages to the GWT translatable sources via source tag: source path='client' / This should be enough assuming your GWT module is in 'com.myApp'. Andreas On 7 Jul., 10:44, day_trader

MVP : model and duplicate

2010-07-07 Thread SimonM
Hi, I have some troubles with MVP : as I have understood, the model should just be business objects which are present in a shared package, so client and server can access them from a GWT point of view. In a three layered application how do you not duplicate these business objects, while you have

Re: onSuccess() return value other than void?

2010-07-07 Thread day_trader
Does not appear to be working even with the source path=''/, assuming I'm giving the correct path. Is the path of the form of a directory or package? On Jul 7, 9:51 am, andreas horst.andrea...@googlemail.com wrote: The inherits tag is for inheriting GWT modules not for inheriting Java files or

Re: onSuccess() return value other than void?

2010-07-07 Thread andreas
http://lmgtfy.com/?q=gwt+module+xml+source http://www.gwtapps.com/doc/html/com.google.gwt.doc.DeveloperGuide.Fundamentals.Modules.ModuleXml.html http://www.gwtapps.com/doc/html/com.google.gwt.doc.DeveloperGuide.Fundamentals.Modules.html It's a subpackage of the package your module is located in

Re: onSuccess() return value other than void?

2010-07-07 Thread day_trader
I managed to find that after my last post. Whilst they were good links it still does not seem to work. Something fundamental is wrong but I can't work out what. I appreciate the help thus far but it appears I'm in some eternal loop! -- You received this message because you are subscribed to the

Hiding module name from curious users

2010-07-07 Thread Aekold
Good day all! Tell me please what is the best way to hide module name and all possible branding stuff from users? The problem is, I am working on application that will be reselled, and reseller does not want end users to see the name of developer company at all. At the same time I do not want to

Re: I18N and dynamic texts

2010-07-07 Thread arjanDOTTYbroerATgmailDOTTYcom
Thanks for the answer Andre. I'll try to describe the way i have chosen to solve this. I have created a TextBundle that is pretty much a simple MapString, String. I have also created a TextPresenter interface that defines two methods. SetString getTextKey() void setTextBundle(TextBundle texts)

Re: Problem with code which works in compiled mode and fails in hosted mode

2010-07-07 Thread CarToro
Hi Alan, I think I misled you with my answer. It turns out that the GWT-G3D had a very similar problem, but not quite the same. I started using the GWT-GL wrapper, and now I'm having the same problem as you are! For some reason, the method glContext.getUniformLocation(shaderProgram,

Re: Hiding module name from curious users

2010-07-07 Thread San0
I'm not sure if I got it right... But you would like to use: in src/com/foo/bar/Dashboard.gwt.xml: module rename-to=dashboard - there is also annotation afaik in HTML: script type=text/javascript language=javascript src=dashboard/ dashboard.nocache.js/script in web.xml:

Re: help for sending e-mail using rpc / gwt

2010-07-07 Thread vishwa
Hello Abhi, I have sent you mail as I was not able to post request here. Your example above shows file from file system. My requirement is user will attach the file to email from his desktop. How do we handle this situation. Thank you in advance. Thanks On May 12, 2:05 am, kozura

RequestFactory Considered Mostly Harmless

2010-07-07 Thread Jeff
I've spent a bit of time over last five days reviewing the RequestFactory and I have to say it rocks. I started with the STS-2.3.3-M1 roo generated projects and just kept digging into what was driving them. I found a few waves and have been reading through the code reviews and commits, but

the button and its infoLabel problem...

2010-07-07 Thread Shelley
hello all: i came across a strange problem which seems quite simple: i have a button and a label on a panel, the button has been registered a listener: Button searchButton = new Button( Search ); searchButton.addClickHandler( new ClickHandler() { @Override

Who does the bikeshed expense report get populated?

2010-07-07 Thread nalf
I've checked out bikeshed from branch and followed the instructions in eclipse.README and everything appears to be working. When I go to Run As -- Web Application -- Expenses.html.it loads fine but with no data pre-populated..my question is how do I populate this sample application?

Smart Gwt RPC

2010-07-07 Thread thrivikram c
Hi, I am working on smartgwt, can any one help me, with simple example that show the smrtgwt working with rpc Regards, Raju -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Write GWT books - Packt Publishing.

2010-07-07 Thread Kshipra Singh
Hi All, I represent Packt Publishing, the publishers of computer related books. We are planning to extend our range of Open Source books based on Java technology (including GWT) and are currently inviting authors interested in writing them. This doesn't require any past writing experience. All

Re: the button and its infoLabel problem...

2010-07-07 Thread aditya sanas
Is that a RPC call for searching...? Please explain what are you doing actually for searching...? -- Aditya On Wed, Jul 7, 2010 at 1:52 PM, Shelley gsun...@gmail.com wrote: hello all: i came across a strange problem which seems quite simple: i have a button and a label on a panel,

Re: the button and its infoLabel problem...

2010-07-07 Thread andreas
Hey Shelley, a bit of further information is missing but may it be that you issue an RPC between infoLabel.setText(Beginning); and infoLabel.setText(Completed);? If so you simply forgot the async nature of GWT RPC. Your code in onClick(...) will not sort of stop or wait until the RPC

Re: MVP : model and duplicate

2010-07-07 Thread Gal Dolber
I think you should avoid duplicate the model objects. Find the way to share them between all you application or cut off one layer :P 2010/7/7 SimonM simon.manqu...@gmail.com Hi, I have some troubles with MVP : as I have understood, the model should just be business objects which are present

Re: -XdisableClassMetadata compiler flag - Was [Re: Hiding fully qualified class name sent to the browser]

2010-07-07 Thread Gal Dolber
-XdisableClassMetadata cut off from the compiled code all class metadata as SomeInstance.getClass().getName(); - this won't be available *But I am not sure that it will completely remove the classes names from the compiled code, cause it also uses them on rpc calls * 2010/7/7 moorsu

Re: How to get the row number of a flex table

2010-07-07 Thread Professor Vagner
Hello friends, try this: ClickHandler clickHandler = new ClickHandler() { @Override public void onClick(ClickEvent event) { com.google.gwt.user.client.ui.HTMLTable.Cell cell = flexTable.getCellForEvent(event); Window.alert(Row Index +

Re: Google Plugin for Eclipse 1.4 M2

2010-07-07 Thread Jason Parekh
Hi Jaroslav, I'm pretty sure it's required for some minor changes needed to get Speed Tracer to open automatically when launched from GPE. Have you looked into (or opened a bug about) the profile issues you're having with the dev channel? Yes, the clean installation is recommended for

DockLayoutPanel and MVP

2010-07-07 Thread xworker
Hi I want to create a simple app with a DockLayoutPanel with a tree for navigation west and a content panel center which switches when selection a node in the tree. I'm using the MVP pattern with Presenters,Views and ui bindings. All my components work by them selfs but when I try to load the

Re: DockLayoutPanel and MVP

2010-07-07 Thread xworker
Please ignore this... OFC I was using the RootPanel instead of the RootLayoutPanel. /A On 7 Juli, 15:58, xworker blomqvist.andr...@gmail.com wrote: Hi I want to create a simple app with a DockLayoutPanel with a tree for navigation west and a content panel center which switches when

Re: -XdisableClassMetadata compiler flag - Was [Re: Hiding fully qualified class name sent to the browser]

2010-07-07 Thread Thomas Broyer
On 7 juil, 15:03, Gal Dolber gal.dol...@gmail.com wrote: -XdisableClassMetadata cut off from the compiled code all class metadata as SomeInstance.getClass().getName(); - this won't be available *But I am not sure that it will completely remove the classes names from the compiled code, cause

Re: MVP : model and duplicate

2010-07-07 Thread Stefan Bachert
Hi Simon, One question is what do you mean with duplicate? In a client-server environment there is an absolute need to duplicate the value of an object. Because you need it on server and client side. The process is called serialization. However, you can use the same class on both sides. When

Re: Hiding module name from curious users

2010-07-07 Thread Aekold
Thanx alot! It's exactly what I wanted in the first place! -- 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

[Announcement] Piriti 0.4 / Totoe 0.1

2010-07-07 Thread Harald Pehl
Hi everyone, I'm pleased to announce Piriti 0.4. Piriti is a JSON and XML mapper for GWT. New in this version is the support for namespaces in the XML document and XPath expressions. Therefore I wrote Totoe - a new XML parser for GWT which supports namespaces. Piriti resources: - Project

Re: gwt plugin for firefox 4 beta 1

2010-07-07 Thread Chris Conroy
https://groups.google.com/group/google-web-toolkit/browse_thread/thread/6cd0bfee74691aa3/05e091ae577948af On Wed, Jul 7, 2010 at 1:20 AM, Vik vik@gmail.com wrote: Hie I am unable to run gwt stuff on firefox 4 beta 1 due to missing google gwt plugin. How to get it? Thankx and Regards

Re: IS there a way to add buttons to stack panel header?

2010-07-07 Thread Stefan Bachert
Hi, stackLayoutPanel accepts a widget for the header. use this instead of stackPanel Stefan Bachert http://gwtworld.de On 6 Jul., 03:05, lou_tribal lou.tri...@gmail.com wrote: Hello, I would like to use a stack panel to control a list of data and would like to know if there is a way to add

Re: Smart Gwt RPC

2010-07-07 Thread MamboJumbo
you can find it on their foum. http://forums.smartclient.com/showthread.php?t=10850highlight=gwt+rpc On Jul 7, 11:56 am, thrivikram c thrivikramarajarao.cheruk...@gmail.com wrote: Hi, I am working on smartgwt, can any one help me, with simple example that show the smrtgwt working with rpc

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-07 Thread Stefan Bachert
Hi, IE are known to have memory leaks. There is not much GWT can do . You can avoid to create and delete DOM-elements. Try to reuse them. Thats the best you can do with IE. Or convince your customer to use a modern browser like Safari/Chrome/ Firefox. Stefan Bachert http://gwtworld.de On 6

RPC method will be called multiple times instead of one time in development mode????

2010-07-07 Thread crojay78
Hi, I am observing a strange behaviour in the development mode of my application. I have a RPC call which will store my data in the background. But this method will be called 5 times on my server??? I dont get it why this happens, I checked if I make this call anywhere else in my code, it should

Re: RequestFactory Considered Mostly Harmless

2010-07-07 Thread Thomas Broyer
On 7 juil, 11:12, Jeff jeffery.caldw...@gmail.com wrote: I've spent a bit of time over last five days reviewing the RequestFactory and I have to say it rocks.  I started with the STS-2.3.3-M1 roo generated projects and just kept digging into what was driving them.  I found a few waves and

Shared CSS

2010-07-07 Thread Hethcox
Hello, I have a GUI library that is used by several GWT apps. I would like the widgets in the library to use a standard sets of CSS classes from the library so that they don't have to be copied and maintained in the apps that use the library. The library is deployed as a jar currently, but that

Manual RPC using RPC.invokeAndEncodeResponse()

2010-07-07 Thread Bálint Kriván
Hiho! I'm using Atmosphere and I would like to do streaming with GWT-RPC, currently I'm having a working example, something like this: My remoteService: public interface EventService extends RemoteService { MyEvent getEvent(); } So on the server side, I'm doing this: Method method =

Re: MVP : model and duplicate

2010-07-07 Thread SimonM
My bad, you're right. I was confused and forgot about Serialization. Thank you for pointing it out ! Simon On 7 juil, 16:19, Stefan Bachert stefanbach...@yahoo.de wrote: Hi Simon, One question is what do you mean with duplicate? In a client-server environment there is an absolute need to

Re: gson module problem

2010-07-07 Thread Ahmed Shoeib
i need to convert JSON to/From Java Object how to do it ? i don't know how to use this way On Jul 6, 10:35 pm, eggsy84 jimbob...@hotmail.com wrote: Hi all, With the latest versions of GWT you don't have to use any other libraries. GWT now comes with something known as Javascript Overlays

Re: -XdisableClassMetadata compiler flag - Was [Re: Hiding fully qualified class name sent to the browser]

2010-07-07 Thread Gal Dolber
Good to know! thanks! 2010/7/7 Thomas Broyer t.bro...@gmail.com On 7 juil, 15:03, Gal Dolber gal.dol...@gmail.com wrote: -XdisableClassMetadata cut off from the compiled code all class metadata as SomeInstance.getClass().getName(); - this won't be available *But I am not sure that it

FlexTables - store invisible database key in row?

2010-07-07 Thread Magnus
Hi, I would like to use a FlexTable as a list of users and I need to attach a user id to each row somehow, in order to identify the user when a row is selected. I tried to use a column of width 0px, but this column is visible... How would you do that? Thanks Magnus -- You received this

Re: Error using my own widgets with UIBinder

2010-07-07 Thread Blessed Geek
There is a design deficiency in UiBinder which I am desperately hoping GWT architects are putting top priorities at rectifying it - you cannot, for most and practical cases, use your custom-extended UiBinderable classes with Uibinder, unless you are willing to kludgify your use of uibinder. These

Re: FlexTables - store invisible database key in row?

2010-07-07 Thread Subhrajyoti Moitra
one way might be to use a ListUser userList private variable in the widget.. the state of the flextable is same as the state of the userList. when a row is selected.. depending on what event selects the row (mouse over, mouseclick..).. update a private User currentUser object. public class

Re: gson module problem

2010-07-07 Thread Marcus Vinícius Bastos de Andrade
Use JSON in GWT ? It looks like PHP programming! On Wed, Jul 7, 2010 at 1:41 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.comwrote: i need to convert JSON to/From Java Object how to do it ? i don't know how to use this way On Jul 6, 10:35 pm, eggsy84 jimbob...@hotmail.com wrote: Hi all,

problems aligning widgets in DockLayoutPanel

2010-07-07 Thread Thad
I've just completed substituting a DockLayoutPanel for a DockPanel in one of my application's widgets. This has *not* been easy, primarily because of what appear to me to be bugs with the alignment of widgets along the north, south, east, and west of the DockLayoutPanel. I have managed

Re: NumberFormat on integer

2010-07-07 Thread Patrick Tucker
Nobody knows?? On Jun 23, 10:28 am, Patrick Tucker tucker...@gmail.com wrote: Why does GWT not have a getIntegerInstance() in NumberFormat?? It seems simple enough to implement and it is part of java... Is it implemented somewhere else? Thanks, Pat -- You received this message because

Re: NumberFormat on integer

2010-07-07 Thread Isaac Truett
I know that patches are always welcomehttp://code.google.com/webtoolkit/makinggwtbetter.html . On Wed, Jul 7, 2010 at 1:36 PM, Patrick Tucker tucker...@gmail.com wrote: Nobody knows?? On Jun 23, 10:28 am, Patrick Tucker tucker...@gmail.com wrote: Why does GWT not have a

Can't install gwt plugin!

2010-07-07 Thread Sean
Having trouble installing the GWT plugin for Eclipse 3.5. I have added this site to Eclipse: http://dl.google.com/eclipse/plugin/3.5 But I get this error when trying to install: Cannot complete the install because one or more required items could not be found. Software being installed:

Re: Google web toolkit libraries...

2010-07-07 Thread خليل ابو عواد
2010/7/5 Mian mianas...@gmail.com Hi, I like to have a look of libraries of Google Web Toolkit, can any one please guide me where can I download the libraries. I will highly appreciate. Thanks Mian. مرحبا ، أود أن ننظر لها من المكتبات من مجموعة أدوات ويب ، يمكن لأي واحد يرجى دليل لي

Timeline for support of Firefox (Minefield) 4.0b2pre?

2010-07-07 Thread e...@2010
Currently the GWT developer plugin only supports Firefox versions 3.0 and 3.5. Do we know what the timeline is for supporting 4.0b2pre? I need to use version 4.0 for its support of WebGL. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

GWT 2.0.4 caused Class Not Found, TransformerFactoryImpl

2010-07-07 Thread emurmur
I have an Java App Engine project using SDK 1.3.5 and the latest Restlet GAE 2.0rc4 to implement some restful services. Everything worked well (this has been in production for 6 months) until I added GWT 2.0.4 to the project. As soon as I check use GWT on in the control panel in Eclipse (without

Re: cookies and expiry

2010-07-07 Thread dominic jansen
Hey Nataraj, i have the same problem. First of all, your code seems to be correct. I did it in the same way following the class despriction. When you set the expiring date to one week (Date expires = new Date(new Date().getTime() + (1000 * 60 * 60 * 24 * 7));) it will work and you get a cookie.

creating image file png/jpg file from mapwdiget content

2010-07-07 Thread kiran polisetty
hi all, I am stuck up with an issue and looking for a solution. I have created a map-widget with pushpin overlay-ed on the map. My client has a requirement to capture the map-widget content as a PDF file.. so , my content in the map should be as a jpeg file to be captured in the pdf.. i do not

Another feature for 2.1

2010-07-07 Thread Pavel Lahoda
Congrats to the new M2 of 2.1 release of the GWT framework. Is there any chance that we'll see some progress in the area of making GWT Java API subset more complete to the original libraries ? To be specific : is there any chance, that Reflection API gets implemented ? There are some projects that

HowTo maintain a dynamic list of widgets to be shown on page

2010-07-07 Thread Nirmal
HI, I am designing an application with GWT2.1 which is comprised of a page full of widgets. The widgets to be shown on the page are based on the values in URL parameters. How to go about implementing this? Primary motives: 1) Only code for the widgets to be displayed should be downloaded. 2) The

Re: JSON Problem

2010-07-07 Thread Ahmed Shoeib
hi , converting the java object to JSON Done using SONObject json_obj = new JSONObject(); json_obj.put(Member_Email,new JSONString(symbol)); json_obj.put(Member_type, new JSONString(type)); and send it using post method using RequestBuilder try {

Re: Timeline for support of Firefox (Minefield) 4.0b2pre?

2010-07-07 Thread Chris Conroy
just 3 hours ago I answered the same question (and the answer was a redirect to another thread) see this thread for the answer: https://groups.google.com/group/google-web-toolkit/browse_thread/thread/6cd0bfee74691aa3/05e091ae577948af More generally, please run a search on your question before

Re: Can't install gwt plugin!

2010-07-07 Thread Jason Parekh
Hi Sean, Check out http://code.google.com/eclipse/docs/faq.html#wstinstallerror , it should get you past this issue. jason On Wed, Jul 7, 2010 at 12:32 PM, Sean m...@seanlangford.com wrote: Having trouble installing the GWT plugin for Eclipse 3.5. I have added this site to Eclipse:

Re: Best way to style every other item?

2010-07-07 Thread Sean
I would extend Grid or Vertical Panel and on add or insert, update the CSS of the new element (Cell or VP Widget) to a questions-odd or questions-even. Removing would cause you to remove the widget, then update all the CSS of the ones below the removed question. On Jul 6, 5:07 pm, Brett Thomas

Re: JSON Problem

2010-07-07 Thread Thomas Broyer
On 7 juil, 20:47, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi , converting the java object to JSON Done using SONObject json_obj = new JSONObject(); json_obj.put(Member_Email,new JSONString(symbol)); json_obj.put(Member_type, new JSONString(type)); and send it using post method

Re: Another feature for 2.1

2010-07-07 Thread Thomas Broyer
On 7 juil, 17:25, Pavel Lahoda plah...@gmail.com wrote: Congrats to the new M2 of 2.1 release of the GWT framework. Is there any chance that we'll see some progress in the area of making GWT Java API subset more complete to the original libraries ? To be specific : is there any chance, that

Re: JSON Problem

2010-07-07 Thread Ahmed Shoeib
i don't know how to get the parameter from RequestBuilder i tried rb.sendRequest(json_mem=+json_obj.toString(), new RequestCallback() { ... } and on ther server req.getparameter(json_mem) ; and the result is null how i can get the parameter in post method On Jul 7, 11:08 pm, Thomas

Re: Another feature for 2.1

2010-07-07 Thread Jim Douglas
It always annoys me when I post a how do I do X? question, and the answer is why would you want to do X?, but in this case I really am confused. GWT is a development tool for generating static JavaScript applications; what are you hoping to accomplish with the Java reflection APIs? On Jul 7,

Re: HowTo maintain a dynamic list of widgets to be shown on page

2010-07-07 Thread Thad
I'm not sure what you mean by #1. GWT widgets are not server-side objects. They are created on the client side by client code. That said, my I'm doing something similar to what you're looking at. My application can add, edit, delete, and query for database records. A table accessible by the

GWT 2.1 MVP Tutorial

2010-07-07 Thread Marco De Angelis
Hi all. While GWT team is clearly working hard to promote 2.1 to more mature releases, some documentation would had been of help in evaluating the impact of the new design (MVP, Activity, cell-based components) on existing projects. While experimenting with GWT's recent branches, I decided to

Re: gson module problem

2010-07-07 Thread lineman78
The easiest way to convert between JSON and GWT objects is to use overlay objects. Unfortunately, there is no type checking by doing this, but you get the best performance. Now, if you need to support older versions of IE you will need to include json2.js in your project, but you can use the

Widget that extends ListBox loses the width attribute in the UiBinder ui.xml file.

2010-07-07 Thread alan
I've got a class which extends ListBox. public class ListBox extends com.google.gwt.user.client.ui.ListBox implements HasCaption, HasWidgets { ... } In a ui.xml file the width attribute, which works fine for : g:ListBox width=400px ui:field=searches / The width attribute works when this is a

Re: MVP Framework in GWT 2.1 M1 ?

2010-07-07 Thread Marco De Angelis
In M2, things have been cleaned up a bit. The framework has been moved out of bikeshed into user folder, thus promoted into gwt.jar and out of bikeshed.jar file (Bikeshed contains only the example apps now). If you're using Roo, you have to fix the POM manually or wait for Roo M2 to be released

Re: gson module problem

2010-07-07 Thread Ahmed Shoeib
i face this problem Initializing AppEngine server 07/07/2010 10:57:34 م com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger 07/07/2010 10:57:35 م com.google.apphosting.utils.config.AppEngineWebXmlReader

Re: gson module problem

2010-07-07 Thread Ahmed Shoeib
The Problem line java.lang.UnsatisfiedLinkError: com.apphuset.eventbuddy.server.MembersServiceImpl.asArrayOfMember_JSON(Ljava/ lang/String;)Lcom/google/gwt/core/client/JsArray; at com.apphuset.eventbuddy.server.MembersServiceImpl.asArrayOfMember_JSON(Native Method) at

Re: create web service inside GWT project

2010-07-07 Thread Jeff Chimene
On 07/05/2010 02:28 PM, Arian Prins wrote: Hello people, I have a hard time figuring out what would be the best approach for my problem. I'd like to communicate some info from the server (side logic) to an MS-Office macro. I could always use ODBC to let the office macro query the database

Re: gson module problem

2010-07-07 Thread lineman78
Looks like you are using client side code on the server. You need to make sure you have a clear understanding of how you are handling communications. It looks to me that you have JSNI is a server class. Remember, anything that has a nitave method cannot be loaded by the server unless that native

Re: How to access particular text in RichText area to read back attributes or alter them?

2010-07-07 Thread Jeff Chimene
On 07/05/2010 07:28 PM, UncleBob wrote: I sent a version of the note below to the GWT Rich-Text Editor group. But then I noticed that there are a number of discussions of RichText in this much larger group. I need all the help I can get ;-)

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-07 Thread lineman78
If it is an obvious problem in your code, you should be seeing memory leaks in all browsers(which I believe you said you have). If that is the case, you should be able to use the Speed Tracer plugin for chrome. It tells you how many instances of which objects are being created so that you can

Re: Smart Gwt RPC

2010-07-07 Thread Blessed Geek
When I work with smartgwt, there is no difference between RPC in GWT and smartgwt. Are you new to GWT too? Perhaps, you do not realise that smartgwt is not part of gwt. So your question should be looking for examples of RPC in GWT. Once you understand RPC in GWT, you should have no problem

Re: remove old javascript file

2010-07-07 Thread bhomass
I don't understand something. according to you, none of the generated js would fall under cache for sometimes. That means all the js files except nocache.js would be cached forever. and GWT takes care that new file names will be generated when this type filed change. By this logic, there could

Re: the button and its infoLabel problem...

2010-07-07 Thread Shelley
thank Andreas and Aditya for your explanation. however the problem has nothing to do with RPC, the search operation i mentioned above is simply a local operation such as sort a large chunk of data which will take seconds to completed. meanwhile the client is unresponsive until the click OnClick()

Have one of the edge widget of a DockLayoutPanel overflow into the center

2010-07-07 Thread PhilBeaudoin
I use a DockLayoutPanel to split my screen in a left navigation column and a center area. My problem is that the app skinning requires that a selected tab in the navigation column overwrite a 1 pixel wide column of the central area. Is there a way to setup my DockLayoutPanel to do this?

Re: Smart Gwt RPC

2010-07-07 Thread thrivikram c
Yes, i am new to gwt, and i understands the flow of rpc Thanks On Thu, Jul 8, 2010 at 7:08 AM, Blessed Geek blessedg...@gmail.com wrote: When I work with smartgwt, there is no difference between RPC in GWT and smartgwt. Are you new to GWT too? Perhaps, you do not realise that smartgwt is

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Eric Ayers
The author of that library has plans to migrate to overlay types. We've got a change branch going on http://code.google.com/p/gwt-google-apis under changes/vinays/. http://code.google.com/p/gwt-google-apis/source/browse/#svn/changes/vinays/gwt-google-maps-v3 On Tue, Jul 6, 2010 at 10:08 PM,

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Eric Ayers
Oh, and I meant to say that your contributions are welcome! On Wed, Jul 7, 2010 at 7:38 AM, Eric Ayers zun...@google.com wrote: The author of that library has plans to migrate to overlay types. We've got a change branch going on http://code.google.com/p/gwt-google-apis under changes/vinays/.

[gwt-contrib] Re: Add support for creating Grid elements using UiBinder. (issue154810)

2010-07-07 Thread markovuksanovic
ping... http://gwt-code-reviews.appspot.com/154810/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Daniel Bell
Thanks Eric, Vinay. Which project would you prefer I contributed the code to? So far I've I've been working with a clone of the repo at gwt-google-maps-v3, but I'm happy to switch to using the gwt-google-apis branch if that will help with migration and API stability. On 7 July 2010 21:50, Vinay

[gwt-contrib] Allow RPC for unmodificable collections (issue620805)

2010-07-07 Thread rice
Reviewers: jat, Description: Allow RPC for unmodificable collections Please review this at http://gwt-code-reviews.appspot.com/620805/show Affected files: M user/src/com/google/gwt/user/client/rpc/core/java/util/Collections.java M

[gwt-contrib] Avira and HTML/CryptedGen (once again)

2010-07-07 Thread herding
In March 2010 Matt Mastracci reported problems with the Avira heuristics misdetecting GWT-generated files as Crypted/Gen malware: http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/cb7ce70ff8af204/f257d2e0f93ba039 Avira has reacted and modified their heuristics.

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Vinay Sekhri
Daniel, I guess it would make sense for you to contribute code at gwt-google-apis vinays branch. Plan is to convert the existing JSIO dependent code to Overlay types and write test cases for the same. You may also opt to write missing types from JS API using Overlay types. Let me know what you

[gwt-contrib] Re: Allow RPC for unmodificable collections (issue620805)

2010-07-07 Thread jat
http://gwt-code-reviews.appspot.com/620805/diff/1/2 File user/src/com/google/gwt/user/client/rpc/core/java/util/Collections.java (right): http://gwt-code-reviews.appspot.com/620805/diff/1/2#newcode135 user/src/com/google/gwt/user/client/rpc/core/java/util/Collections.java:135: /** So how does

[gwt-contrib] Re: Optimize JsFunctionClusterer with faster edit distance algorithms (issue669801)

2010-07-07 Thread spoon
LGTM http://gwt-code-reviews.appspot.com/669801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Reorder outer 'this' constructor arguments to come before user arguments. (issue675801)

2010-07-07 Thread scottb
Reviewers: Lex, tobyr, Description: The main purpose of this change is to remove the impedance mismatch between our constructor argument order, and the argument order for JSNI ::new() invocations. Our constructors put the synthetic this args after user args, JSNI ::new() puts the args before

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Daniel Bell
Hi Vinay, That sounds good. I'll probably start with converting some of the code using JSIO to use overlay types, because that's what I'm using for my current project. Regarding testing, it seems that the tests used in the gwt-google-apis Maps v2 API use the gwt-google-apis AjaxLoader

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Eric Ayers
There are reports of success loading the v3 API with the AJAX Loader (aka Common Loader). The AjaxLoader Java support is API agnostic. You should be able to provide the same parameters to AjaxLoader.loadApi() as described in the forum post below:

[gwt-contrib] JSNI ::new() now targets constructors directly (issue676801)

2010-07-07 Thread scottb
Reviewers: Lex, tobyr, Description: Follow-on to http://gwt-code-reviews.appspot.com/675801/show This patch removes the extra hop through a synthetic static 'new' function that is currently used for implementing JSNI ::new() invocations. In the 99% case, the JsInvocation is replaced with a

Re: [gwt-contrib] JSIO vs Overlay Types

2010-07-07 Thread Daniel Bell
Thanks for the suggestions. I like the script tag injector idea. I'm currently using AjaxLoader in to load the v2 API when the user navigates to the page with the map in it. I did try the using AjaxLoader.loadApi() to get the Maps v3 API (using the same params described in the forum post you