Re: Integrating GWT with the existing webapp

2009-05-04 Thread newtoGWT
don't think it will lead to scalability problems. Hope that helps, -Sumit Chandel On Sun, Apr 26, 2009 at 11:41 PM, newtoGWT ganesh@gmail.com wrote: In the existing webapplication, my action class receives the request, validates it, hits the DAO, builds the Value Object (nothing

Json string parser displaying

2009-04-29 Thread newtoGWT
Please find my code below: Inside action class import net.sf.json.JSON; import net.sf.json.JSONSerializer; ... ... ValueBean value = new VallueBean(); value.setPlainText(Search Result); JSON json = JSONSerializer.toJSON(writingsAssetValue);

Integrating GWT with the existing webapp

2009-04-27 Thread newtoGWT
In the existing webapplication, my action class receives the request, validates it, hits the DAO, builds the Value Object (nothing but a bean class), and finally returns the VO to the action class. This value object is then set into session and retrieved in JSP page. (Normal request and response

Re: Deployment of default GWT application.

2009-04-27 Thread newtoGWT
Did you test your application in hosted mode? try debugging it in the hosted mode.. On Apr 27, 2:38 am, Dan King dankin...@gmail.com wrote: Hi there, Can anyone give me any instructions on how to deploy the default GWT application. I have successfully gotten the client to appear properly in

Re: Creating GWT application

2009-04-24 Thread newtoGWT
or an installation. In Eclipse 3.3, go to Windows - Preferences - Network Connections (or Eclipse - Preferences - Network Connections, if on the Mac). We'll definitely add some more documentation to help out people that are suffering with proxy issues. On Wed, Apr 22, 2009 at 5:37 AM, newtoGWT

java.io.FileOutputStream is not supported by Google App Engine's JRE

2009-04-24 Thread newtoGWT
I am trying to merge my existing code base (web application) with GWT but the compiler throws java.io.FileOutputStream is not supported by Google App Engine's Java Runtime Environment in the existing code. since my web application uses javax.naming.InitialContext, Context, FileWriter etc... i

Re: Creating GWT application

2009-04-22 Thread newtoGWT
a local update site, and point it to the temporary directory that you created. You should be able to install the plugin from this local update site. In the future, we'll make this whole process easier by providing a zip of the plugin. On Tue, Apr 21, 2009 at 5:51 AM, newtoGWT ganesh

Re: Creating GWT application

2009-04-21 Thread newtoGWT
this is not a browsable directory. If you want to see if the site works via a browser, try hittinghttp://dl.google.com/eclipse/plugin/3.3/site.xml On Apr 20, 7:02 am, newtoGWT ganesh@gmail.com wrote: yes you are right Darkflame!! Its due to firewall... i am unable to connect to server.. i

Re: Creating GWT application

2009-04-20 Thread newtoGWT
yes you are right Darkflame!! Its due to firewall... i am unable to connect to server.. i downloaded from http://code.google.com/p/cypal-studio/downloads/list but the downside of cypal-studio is, it doesn't support GWT6 :(. it shows while creating GWT Module.

Re: FlexTable issues

2009-02-23 Thread NewToGWT
.          String recordId = ((TextBox)sender).getName();          // call the service with this id and on success update the row        }      }    }); Hope it should work. -Bakul kumar On Feb 20, 3:59 pm, NewToGWT sharad.krish...@gmail.com wrote: Hello, I have a FlexTable

FlexTable issues

2009-02-20 Thread NewToGWT
Hello, I have a FlexTable, the first column of each row in the FlexTable is a TextBox. I am calling a service to update the other elements (columns) of the FlexTable row based on what the user keyed into the text box in that row. The question I have is: How do I determine which row in the