making application crawlable, front-end is gwt and back-end is php

2012-01-10 Thread Noor
I'm building an application where the front-end is a gwt app and the back-end is php. I'm using request builder to get data from the server. I need to make my app crawlable, but I'm not understanding on the server side how to handle the unescaped fragment. I'm using a recess php framework. The

Making GWT App crawlable when server is a REST Interface

2011-12-14 Thread Noor
I have a REST API and a GWT app as the front end. Can someone help me in making my GWT app crawlable because the documentation given by Google to make Ajax app crawlable is for a different server architecture?? -- You received this message because you are subscribed to the Google Groups Google

Re: Making GWT App crawlable when server is a REST Interface

2011-12-14 Thread Noor
No, I have the front end as GWT App!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

GWT Compiled Application cannot interact with php backendGWT Compiled Application cannot interact with php backend

2011-12-05 Thread Noor
I was developing a GWT application with a PHP backend. During development, everything was OK. I was developing my GWT app from my webroot and everything was working correctly and was properly interacting with php. However, when I compiled the GWT app and place it the same place where my original

GWT Hyperlink not working

2011-11-30 Thread Noor
I'm getting a problem with a gwt hyperlink, in fact it is not working, Ok, when I'm placing my cursor on the hyperlink, I cannot press on the hyperlink, it is as if a label!! : GWT Codes: Hyperlink hprlnkArt = new Hyperlink(Art, false, Interest=14); grid.setWidget(0, 6, hprlnkArt);

GWT Widget that grow amount of text

2011-11-22 Thread Noor
I am creating a custom widget that will contain some text. Make as if it is a forum post, I want the widget to grow in height respective to the amount of text in the post?? any ideas?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT Widget that grow amount of text

2011-11-22 Thread Noor
Thanks dr, I'll try to place inside a widget and if it grows then great :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email

GWT GAE File Upload on Blobstore

2011-06-28 Thread Noor
If I'm using GWT File widget and form panel, can someone explain how to handle upload on blobstore on google application engine?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Changing GWT cursor position to a new position (x,y)

2011-06-23 Thread Noor
In GWT, Is it possible to set the cursor position to a location (x,y) (top,left) ?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group,

GWT XML Parsing Error

2011-06-19 Thread Noor
I'm trying to use the implementation at http://code.google.com/p/gwt-majic/ but I'm getting the following error: Screen shot of error message @ http://i.stack.imgur.com/ymJAO.png I have correctly placed the jar on the classpath and added an entry to the Project.gwt.xml as inherits

GWT Moving a custom widget-Composit

2011-06-18 Thread Noor
I have a Composit which i will place in an Absolute Panel, I want to be able to specify the location coordinates of the composit and place it at that location in the absolute panel. Also, at run time, sometime I will have to change the location coordinates of the Composit and move it. I could

Displaying only part of an image using GWT Image Widget

2011-06-12 Thread Noor
I want to display only part of image using the GWT Image widget; for e.g. for an image of 400X400, I want to use an image widget to display only the top left 100x100 px. I want to do this for a puzzle, check this http://i.stack.imgur.com/4BVoi.png -- You received this message because you are

Code Google Information

2011-05-24 Thread Noor
Hello, I'm doing a project on google web tookit, i want to know if i can use reference from code google in my project, as some people claims this info may change and is thus not reliable thanks kind regards Noor -- You received this message because you are subscribed to the Google Groups

GWT Testing Window.alert

2011-03-09 Thread Noor
Is it possible to test whether a Window.alert has been launched using Junit GWTTEstCase?? If this is not possible how can I know if a window.alert has been raised?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Getting Error when deploying on Tomcat

2011-02-19 Thread Noor
Hi, I have already compiled my application, when I am running it in web mode from Eclipse everything is working perfectly fine, no error at all. In my project, i'm using several libraries such as hibernate. All libraries have been correctly been placed on the classpath as well as in the lib

Re: Getting Error when deploying on Tomcat

2011-02-19 Thread Noor
If someone knows something about this, please help !! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Getting Error when deploying on Tomcat

2011-02-19 Thread Noor
The only thing I am not understanding is that when I'm running in production mode, everything is running perfectly but when I am taking the war file and placing it on external jetty or tomcat, first the application is not loading correctly and also event the rpc is not working -- You received

Re: Firefox Plugin for GWT not downloading

2011-02-01 Thread Noor
Thanks Google:GWT Team!!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Noor
Hasn't Google notice this, there must be a way to handle this!!, all my work is now pending!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Firefox Plugin for GWT not downloading

2011-01-27 Thread Noor
Today, i installed windows again on my laptop, as usual for the firsttime when firefox starts a gwt host page, it asks to download the plugin, but when i download the plugin, it says, Google Error Not Found The requested URL /gwt/plugins/firefox/gwt-dev-plugin.xpi was not found on this

GWT Special Features compared to other Frameworks

2011-01-18 Thread Noor
Hi, I am on searching special features of GWT which are present only in GWT and not in other web framework. I am a student and I am not well acquainted to the many web frameworks on the market, so if u can help me increasing my list of special GWT features, it would be a great help. Some which i

GWT Cell Table TextColumn Real time update

2011-01-14 Thread Noor
I am using a Text Column of a cell table to display time but I want to update the time on real time basis using a timer. How can I acheive this? I am setting the time with this final TextColumnAuction TimeRemaining = new TextColumnAuction(){ @Override public

Re: GWT designer crashing with this error

2011-01-12 Thread Noor
my eclipse.ini is as follows: -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/ org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 -product org.eclipse.epp.package.modeling.product --launcher.defaultAction openFile

Update Text Column at Run time

2011-01-12 Thread Noor
I have a text column like this final TextColumnAuction TimeRemaining = new TextColumnAuction(){ @Override public String getValue(Auction object)

deploying gwt application on jetty

2011-01-11 Thread Noor
Can someone help me to place my GWT application on Jetty. I am not using maven. I have libraries in my build path. First I am taking the war folder already exploded and copy it in jetty/ webapps, then in folder context. 1. I have placed a folde named BiddingSystem in folder web apps,

GWT designer crashing with this error

2011-01-11 Thread Noor
I am trying to open a previous designed composit which was previously opening correcly with gwt designer but I am ending with the following error a print screen of the error @ http://i.imgur.com/NtDVM.jpg Can someone help me to solve this!! -- You received this message because you are

GWT Cookies returning null

2011-01-06 Thread Noor
I am becoming almost mad with the GWT Cookies, in one of my application I set the cookie in an RPC success, but I am trying to retrieve it in another place of my application, it returns null. I know that when setting a variable in an rpc sucess,if we try to access it elsewhere it result null, so

Re: GWT Cookies returning null

2011-01-06 Thread Noor
No this is not the problem, i have tried setting an expiry date of 7 days -- 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

gwt cell table error

2011-01-06 Thread Noor
I am getting an error on this where CellBrowser cellBrowser_1 = new CellBrowser(Model1,SelectedCategory.getAllAttributes()); I have tested SelectedCategory.getAllAttributes() and it is not null, also model1 has been declared stack trace: 00:42:31.294 [ERROR] [biddingsystem] Uncaught

Updating Cell Table at run time

2011-01-05 Thread Noor
I am getting problem to update cell table at runtime. I am trying this: View.getTable().setRowData(0,NewMessages); but does not work: also trying View.getTable().redraw(); with no success -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Updating Cell Table at run time

2011-01-05 Thread Noor
When i am updating the cell table, it remaining as it is though the data in the list supplying it has changed thrugh CRUD -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Updating Cell Table at run time

2011-01-05 Thread Noor
When using the same technique, i am adding the cell table is being updated but when removing, it not updating -- 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

Re: Updating Cell Table at run time

2011-01-05 Thread Noor
@John LaBanca; Thanks lot!! -- 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

GWT Simple Pager Help

2011-01-05 Thread Noor
Hi, I am stuck with the gwt cell pager which I want to attach to a cell table. I am setting like this: List ForumMessage AllMessages=populated from an rpc; CellTable cellTable = new CellTable ForumMessage(); simplePager = new SimplePager(); cellTable.addColumn(ColumnM);

Remove gwt.codesvr=127.0.0.1:9997 from http://127.0.0.1:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997

2011-01-05 Thread Noor
I am tired of trying to remove gwt.codesvr=127.0.0.1:9997 this from my url, I have tried my such as removing argument from run and debug configuration or compiling the application but with no success Can someone help me -- You received this message because you are subscribed to the Google

Label Click Handler Problem

2011-01-03 Thread Noor
Hi, I am getting an error when clicking on a label, the label has a click handler attached to it, i am using GWT 2.1 and the problem is only on IE stack trace: 09:27:45.777 [ERROR] [biddingsystem] Uncaught exception escaped com.google.gwt.event.shared.UmbrellaException: One or more exceptions

Re: Label Click Handler Problem

2011-01-03 Thread Noor
if the error is in my application, how is it that everything is fine in chrome and firefox -- 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

GWT AND Google Application Engine

2010-12-31 Thread Noor
Hi, I am currently developing an application without application engine. My application is using database and gilead:hibernate. Does application engine support hibernate -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

How to add event to button cell

2010-12-29 Thread Noor
Hi, I am creating a button cell like this ButtonCell PreviewButton= new ButtonCell(); Column Auction,String Preview= new Column Auction,String(PreviewButton){ public String getValue(Auction object) {

Re: How to add event to button cell

2010-12-29 Thread Noor
I need to place the button cell in a cell table and fire events when the button is pressed -- 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

GWT force Update on Server during development mode

2010-12-29 Thread Noor
Hi, I am getting a really annoying problem. In my application, whenever i need to change client code, the refresh make the new fix works However, when editing server code, i need to stop the current application and run again. When the application is big, this takes a little time. Is there a way

Re: GWT force Update on Server during development mode

2010-12-29 Thread Noor
Thanks, I never noticed that. -- 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

GWT failing on Internet Explorer on LAbel Click

2010-12-28 Thread Noor
I was working on IE, then I decided to test this on IE. I am getting an exception when I am clicking on a label, the label has a click handler attached to it [ERROR] [biddingsystem] Uncaught exception escaped com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see full

Error while placing picture in GWT host page

2010-12-24 Thread Noor
Hi, I am trying to post a logo. The picture is in the war directory war/Images/logo.jpg the peice of html on the host page is and the error i'm getting is [WARN] Aliased resource: file:/C:/Users/Noor/workspaced/BiddingSystems/ war/images/logo.jpg==file:/C:/Users/Noor/workspaced/BiddingSystems

Re: Error while placing picture in GWT host page

2010-12-24 Thread Noor
The peice of html on the host page is body div id=Header /div div id=logo img src=images/logo.jpg/ div id=TopRight style=float:right /div /div div id=DownHeader /div div id=wrapper div id=SearchBar /div

GWT File Upload Widget with Ajax

2010-12-20 Thread Noor
Can the widget file upload that comes with GWT can perform ajax uploads -- 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

GWT must Allow sending a variable of type object via RPC

2010-12-16 Thread Noor
Using GWT RPC, we cannot send a variable of the type OBJECT. I am trying to do this Service Interface: Boolean SaveObjectIntoDatabase(Object Entity); ServiceAsync: void SaveObjectIntoDatabase(Object Entity,AsyncCallback Boolean Callback); This is because if we are using hibernate on the

Re: GWT must Allow sending a variable of type object via RPC

2010-12-16 Thread Noor
Ok, I will try it. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

GWT add event handler to dom element

2010-12-12 Thread Noor
Hi, I want to add a click handler to an anchor defined in an gwt html panel with no success. I am using the following method panel_1 = new HTMLPanel(div class='BackHeader'Selected Attribute:Select an Attribute to edit(a Id='DeleteCategory'Delete this Attribute/a)/div); flexTable.setWidget(3, 0,

Re: GWT add event handler to dom element

2010-12-12 Thread Noor
Many are suggesting me to use UIBinder but I don't know how to use it -- 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

Real Time Update of Cell Browser

2010-12-11 Thread Noor
Does someone know how to update a cell browser view on the spot. I am trying refresh and flush but it is not working. I am having to remove the cell browser from the widget and then place it again. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Real Time Update of Cell Browser

2010-12-11 Thread Noor
For e.g. If I have a leaf and wants now to add a node to leaf and make it a parent. When I add the children to the leaf (say leaf A), I need to click on another item of the cell browser and then after clicking on the other item, then when I click on leaf A which is now a parent it is only then

Re: Real Time Update of Cell Browser

2010-12-11 Thread Noor
I made an error above Therefore the problem I am getting it that whenever I add a children to a leaf to make it a parent, I DOES NOT see the change on the spot. I need to click on another item and then return back to see the change -- You received this message because you are subscribed to the

Cell Browser Selection Event

2010-12-10 Thread Noor
Hi, How can we place a selection handler on a cell browser so that we selecting a node of the cell browser, it returns us the object!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Cell Browser Selection Event

2010-12-10 Thread Noor
I am intending to place an event whenever a user chooses a node in the cell browser!! -- 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,

Re: not being able to import import com.google.gwt.view.client.ListViewAdapter;

2010-12-07 Thread Noor
Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more

Re: Working with Databases

2010-12-05 Thread Noor
Don't interact with the database directly from the database if you are using java, try using hibernate which is much better!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

not being able to import import com.google.gwt.view.client.ListViewAdapter;

2010-12-05 Thread Noor
Hi, I am not being able to import import com.google.gwt.view.client.ListViewAdapter;. I have GWT 2.1 and it is giving the error The import com.google.gwt.view.client.ListViewAdapter cannot be resolved -- You received this message because you are subscribed to the Google Groups Google Web

Re: Problem with GWT-RPC

2010-12-04 Thread Noor
Hi, check whether the server implementation is properly implementing the service interface and check whether the arguments set in the service interface methods is inline with the serviceasync. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

implement Gmail Drap File attachment with GWT??

2010-12-04 Thread Noor
Hi, has someone been able or does someone know how to implement the GMAIL drag file attachment style with GWT?? -- 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

GWT MVP, getting Widgets??

2010-12-01 Thread Noor
Hi, when I am using MVP, i'm getting a problem with some widgets for textbox we use HasValue but to use for listbox,Date Picker?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT and Gmail Drap File attachment??

2010-11-30 Thread Noor
Hi, has someone been able to implement Gmail Drag File attachment and Upload with GWT?? -- 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

Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-29 Thread Noor
Ya this is not possible in client side javascript. I am finding this a very great limitation because we should have been able to read file. I think the file system should have been accessible via javascript but i think this can lead to security issues. Still, thanks for your comments!! -- You

gwt File Upload

2010-11-28 Thread Noor
Hi, Have anyone of used this http://code.google.com/p/gwtupload/. This is because before I use it i want to ensure that it lives up to the expectation. So if anyone of u knows something about this, just place it here Thanks -- You received this message because you are subscribed to the Google

Several Servlets Help

2010-11-28 Thread Noor
HI, in almost every tutorial I have seen only on servlets, Is it possible to have several servlets. if yes how to manage the several servlets Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Place image in object, send object over rpc, use hibernate to update database

2010-11-28 Thread Noor
Hi, I have a scenario which if would solve many of my problems. I have an object which needs to contain a member of type to hold a file which will be an image. What i need to do is to populate the object with its data such as fields and the image, send the object over an rpc. Then at the server

Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-28 Thread Noor
Thus,the object will contain an image -- 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

Comet and GWT problem

2010-11-26 Thread Noor
Hi, I am getting some difficulties with comet on the server First, I am working with the default configuration of the gwt hosted mode(i.e. using jetty), do i need to make any change to enable comet Now, on the server what I want is a client will send a request and then he will be enrolled in a

Re: Comet and GWT problem

2010-11-26 Thread Noor
if somebody knows how to solve this problem, please help?? thanks -- 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

Re: Comet and GWT problem

2010-11-26 Thread Noor
When initiating a comet connection on the client, I am getting this error Error 405 HTTP method GET is not supported by this URL -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Comet and GWT problem

2010-11-26 Thread Noor
Hi MP, have use tried the gwt comet, does it works?? -- 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

Re: Comet and GWT problem

2010-11-26 Thread Noor
I am getting this error when using the gwt-comet [WARN] 405 - GET /trycomet/greet?t=2UGMNJc=45 (127.0.0.1) 1470 bytes Request headers Host: 127.0.0.1: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv: 1.9.2.12) Gecko/20101026 Firefox/3.6.12 Accept:

Some instruction on how to use Gilead and GWT

2010-11-26 Thread Noor
to the project. U can learn more about organising gwt project at http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html regards Noor -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Some instruction on how to use Gilead and GWT

2010-11-26 Thread Noor
One more thing, in the list of libraries above, u may not use some just as hsqldb.jar or postgresql-9.0-801.jdbc4.jar if u are using another database -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Problem integrating gilead with gwt

2010-11-25 Thread Noor
Someone please help,i'm loosing too much time with this, google place a tutorial has never recommended the use of any jars, it should have bundled the required jars together to facilitate the integration!!! -- You received this message because you are subscribed to the Google Groups Google Web

Re: Gilead AND GWT

2010-11-25 Thread Noor
Even while trying to run the gwt gilead application music store, I am getting this error java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Gilead AND GWT

2010-11-25 Thread Noor
I think I will not use gilead lots of errors!!! -- 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

Re: Problem when Deploying GWT application on web server

2010-11-25 Thread Noor
OK, I have corrected the problem, thanks -- 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

Gilead AND GWT

2010-11-25 Thread Noor
Hi, this is the second time I am posting this on gwt forum, the first time i didn't got any reply, this time I suppose that someone might help me. My problem is that I am not being able to integrate gilead with gwt. I am getting a series of problem sometimes log problem, persistence errors. Has

Re: Gilead AND GWT

2010-11-25 Thread Noor
Hi, thanks, yes i think i should place there as well. I just hope to get out of this problem. We here are almost all programmers, when we get a problem its a fun to debug it. When u have tried to debug for one whole, at end of the one day it become a stress and then at the end of the second, it is

Comet Streamhub

2010-11-25 Thread Noor
I am trying to integrate comet in my application. After reading Streamhub, if found this as of version 1.0.3 and greater, the GWT Comet Adapter only works in compiled mode at http://code.google.com/p/gwt-comet-streamhub/ thus, this means that we will not be able to debug with

Hibernate with GWT

2010-11-24 Thread Noor
Hi, on the server, I want to use hibernate and postgresql. But where should I place the jar files for hibernate and postgresql connect?? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Gilead AND GWT

2010-11-24 Thread Noor
Hi, I am getting lots of difficulty in integrating gilead in gwt. Can someone please send the jars they have successfully used that works because the one I have downloaded does not work Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Gilead AND GWT

2010-11-24 Thread Noor
Please someone help me with this gilead and GWT, it makes one that i trying to integrate gilead into gwt with no success!!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Problem integrating gilead with gwt

2010-11-24 Thread Noor
Can some tell me all the configuration from adding jars, eiditing app.get.xml and ... that needs to be made to integrate gilead into gwt. This is because, I am following many tutorials but getting several errors. if can send the jars u are using at baken...@gmail.com, it would be very nice. I have

Deploying GWT application on a web server

2010-11-23 Thread Noor
Hi, I have read the documentation on deployment but I have not yet figured how to deploy an gwt app on web server. Can someone explain me how to do so assume the default application created with eclipse: that is the server implementation in a package and the field verifier which is used by the

Re: Deploying GWT application on a web server

2010-11-23 Thread Noor
what about the server implementation files?? -- 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

Re: Deploying GWT application on a web server

2010-11-23 Thread Noor
Ok, I have undertand where to place the war folder. Now in case, I am using an RPC where and how the file be placed because the serve file are .java -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Deploying GWT application on a web server

2010-11-23 Thread Noor
But only the client sides files are compiled to javascript then what happens to the server files, such as the a server file for handling rpc services -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Server Push with GWT

2010-11-23 Thread Noor
can someone guide me or points me to some tutorial which shows the implementation of server push technology with gwt Thanks!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Server Push with GWT

2010-11-23 Thread Noor
Thanks for your answers, I wanted to know one more thing. When deploying a GWT application on the server, lets say an application in which there are client files Greeting.java(entrypoint), service.java,serviceAsync.java and server file serviceImpl.java(), only the client files will converted to

Re: GWT Designer Code Generation Problem

2010-11-22 Thread Noor
Thanks, it is ok now Google is the best -- 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

GWT Designer Code Generation Problem

2010-11-21 Thread Noor
Hello, I am new to GWT but I've been using java object orientation programming for quite a long. The problem is that when gwt designer generates the code for the user interface. It defines the components directly in the construction which is problem when we try to access the component outside

PostgreSql AND GWT

2010-11-15 Thread Noor
Hi, can someone give some guidelines for using postgresql with gwt thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email

Re: PostgreSql AND GWT

2010-11-15 Thread Noor
The server side is java -- 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

Help Needed! GWT Error

2010-11-14 Thread Noor
Hi, I am a beginner in GWT. I'm trying a first application with GWT for almost 6 hours. I am following a tutorial and everything should go fine. But I dont know what problem I am getting with service def target. Please can someone help me, it concerns very basic rpc. I am just trying to bring a

Re: Help Needed: Bidding System with GWT

2010-10-23 Thread Noor
Since the bidding application will involved mechanism such as real time updating of variable at the server, locking bidding amount to prevent interleaving errors. When I was doing some research, I came across comet. So Should use this tool?? -- You received this message because you are

Help Needed:Developing a bidding application using GWT

2010-10-22 Thread Noor
Hi, I want to develop a bidding system using GWT for a university dissertation. The bidding system will be designed such that when u login, u will be able to view all the items in which you are interested or those in which you have bid. You will be able to bid on several item simultaneously. U

Help Needed: Bidding System with GWT

2010-10-22 Thread Noor
Hi, I need to build a bidding system for a university disertation. Can u suggest me some which i may need or some factors which i need to consider when designing app with GWT thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Help Needed: Bidding System with GWT

2010-10-22 Thread Noor
Well, In the application, there will be a database. So I was wondering which database tools to use such as hibernate... so people who are in the industry will better know this than 8. So if u can help, it would be great!! -- You received this message because you are subscribed to the Google

  1   2   >