That is a good solution...
And you will have one webserver that runs your server side application, for 
different type of devices? Clients using laptop, mobile, desktop or I do 
not know what(application written in other languages), will achieve the 
same server side implementation? In this case, a webservice could be an 
elegant answer. I do not entered in details in such cases, but I think if 
you have database operation, and you have a webservice that communicates 
with your db, you should find a solution for connection persistence, like 
using DAO design pattern, or in case of servlets using connection pool...

Anyway, MySql database supports, as I know, stored procedures too.... For 
me it means, that I can have all the database operations, queries on sql 
server, and all the transaction handlings written in stored 
procedures...And the server side implementation just call these functions 
and serves the answers to client.Thinking in a multi tier arhitecture is 
always a good point...What do you think?

thx,
Lehel Sipos


2013. február 14., csütörtök 13:39:14 UTC+1 időpontban Tim Hill a 
következőt írta:
>
> Wow - thanks for all the pointers guys! :)
>
> Regarding the offline/online/syncing, I was hoping to implement a solution 
> using a PHP 'bridge' on the server side between the webapp and a mysql 
> backend - I have read that this is possible (restygwt?).
>
> I have also come to the conclusion that I will need three different UI 
> formats (desktop, tablet and mobile) that reference a single logic 
> implementation.
>
> I will have a shift at the links provided and see how I get on - thanks 
> for the offers of further help also!
>
> Cheers
>
> Tim
>
> On Tuesday, 12 February 2013 11:40:13 UTC, Tim Hill wrote:
>>
>> Hi,
>>
>> A friend and I are about to embark on developing and web application and 
>> from what we have read/seen, GWT appears to be the most versatile. The 
>> requirements for the project are as follows:
>>
>>    - Platform agnostic
>>    - Both server and client side storage (database) with syncing
>>    - Mobile support
>>    - Write it once (very nice to have)
>>
>> Before beginning however, I want to make sure that we are choosing the 
>> correct development platform. I have also come across things like phonegap, 
>> GWT-mobile and MGWT and it is these that I am slightly confused about - 
>> which one(s) should we use, for example. What is the best way to integrate 
>> them into the main GWT application?
>>
>> If somebody would be kind enough to take the time to guide us in the 
>> right direction, it would be greatly appreciated!
>>
>> Cheers
>>
>> Tim
>>
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
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.


Reply via email to