actually we've decided to abandon RequestFactory framework for the reason that it cannot be ported elsewhere. that is if we decided to have other clients such as silverlight/flex, those won't have request factory capabilities . so it kinda binds us to gwt.
On Mon, Jul 4, 2011 at 12:56 PM, Robert W <[email protected]> wrote: > After some research i can say that there is general problem with > advanced communication outside servlet/app engine. Problem is easy > serialization. I created own based solution on JavascriptObject and > amfphp. Serializaing transparently but I write java DTO by hand. > JavascriptObject is problematic in this regard that cant have useful > constructor and no more than one class can implement interface and > there is no reflections java methods in gwt client side that > summarized now I write javascript code to send as hint for server > deserializiation. it should be created by gwt Generator but generator > must form complete classes (more work for me now). > On Jul 3, 5:05 am, sanjay kanwar <[email protected]> wrote: > > Hi There, > > > > I have a task in which i hav to use Request Builder and JSON to fetch the > > data frm the php server and show it in the screen in the form of image > > representating tht data. I am new to jst a recent graduate and new to > this > > technology any help about how to proceed would be very helpful. > > > > Thanks in Advance > > Sanjay Kanwar > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
