Just do your transactional operations in server package(MongoDb,mysql or any other) that is not going to be translated into javascript and send your data with gwt - rpc or request builder to gui, you created in client package and implement them in the way you want.That is the basic way.
On Fri, May 10, 2013 at 11:34 AM, <[email protected]> wrote: > Hi, i'm new programming and using GWT in Eclipse, i followed the > StockWatcher tutorial just to understand the basics of GWT. > > Now i need to understand how to create a new application that read data > from MongoDB, where i have my database, and show them in a table where i > can do some basics operations (sorting/filtering columns..). Eventually i > can just load my .json file that contains all the data of my database. > > Does exists some tutorial that explain me? > > Thank you for the answers. > > Federico > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- *Ahmet DAKOĞLU* -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
