Re: how to fetch multiple field from appengine datastore

2009-08-10 Thread Sumit Chandel
Hi buzz_buzz, You could create a lightweight data transfer object (DTO) that could contain the information that you're interested in getting across the wire in your RPC call. For example, the getStocks() method signature could be changed to: public StockDataTransferObject[] getStocks() throws NotL

how to fetch multiple field from appengine datastore

2009-08-06 Thread buzz_buzz
i am new with GWT. i successfully try compile and upload stockwatcher application to the google app engine. i alsoa can save and query all data save in the data store. recently i add 1 more field at stock app engine data store. i add symbol2. user can save 2 symbol. the problem is. i dont know how