Interested in GWT client-side JSON serialization and deserialization?

2010-09-23 Thread Ciarán
If your interested in GWT client-side JSON serialization and
deserialization check out the below link

http://flax.ie/flax-engine-gwt-client-side-json-serialization-and-deserialization/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



HTML5 Game Engine using Google Web ToolKit

2010-08-28 Thread Ciarán
If anyone is interested in reading about the development progress of a
HTML5 Game Engine which is been developed using Google Web Toolkit
check out this blog post 
http://flax.ie/flax-html5-game-engine-development-diary-part-1/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT serialization

2010-08-25 Thread Ciarán
I have looked into pirtiy before and messed around with code, but it
only seems to be go one way. JSON string to objects  and not the other
way around which is what I need. I have looked at ton's of librarys

On Aug 18, 1:24 pm, Peter Simun si...@seges.sk wrote:
 pirity is the answer :)http://code.google.com/p/piriti/

 You can serialize your object into XML/JSON and save the serialized
 object on the server.

 Peter

 On 17. Aug, 16:48 h., Ciarán ciaran.mccann@gmail.com wrote:



  Thanks for the reply.

  I am quite familiar with XML parsers, I used them in the past. Though
  in this situation its not suitable as inherited class most always work
  without having to define the added properties in the parsing. I need
  to serialize objects into some kind of file, save it and restore it at
  a later date.

  Thanks again

  On Aug 17, 2:21 pm, aditya sanas 007aditya.b...@gmail.com wrote:

   Hi

   The basic requirement for you is to deal with XML file

   So we have jxl.jar which provides APIs to interact with tags and elements 
   in
   xml so

   using these API's that are generally known as XML parsers that is SAX or 
   DOC
   parsers.

   so use by using these parsers you will be able to deal with XML files.

   It wont be that difficult for you once you learn how to use these parsers.

   You will need external jar file jxl.jar

   --
   Aditya

   On Tue, Aug 17, 2010 at 6:00 PM, Ciarán ciaran.mccann@gmail.com 
   wrote:
Hi, I am currently working on a GWT app that requires me  to
serializes an object client side into maybe XML/JSON or anything
really. Then save that serialized object as a xml/json/.ser file. Then
at a later date read that file and reconstruct my object from it.

I have been searching for days for an answer to this, used several
external library, read tutorials, GWT documentation and I still not
closer to a solution. Am I totally missing something here? It was very
easy to do this in plan Java, but GWT I just can seem to get it
working.

Thanks

--
You received this message because you are subscribed to the Google 
Groups
Google Web Toolkit group.
To post to this group, send email to 
google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
 cr...@googlegroups.com
.
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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT serialization

2010-08-17 Thread Ciarán
Hi, I am currently working on a GWT app that requires me  to
serializes an object client side into maybe XML/JSON or anything
really. Then save that serialized object as a xml/json/.ser file. Then
at a later date read that file and reconstruct my object from it.

I have been searching for days for an answer to this, used several
external library, read tutorials, GWT documentation and I still not
closer to a solution. Am I totally missing something here? It was very
easy to do this in plan Java, but GWT I just can seem to get it
working.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT serialization

2010-08-17 Thread Ciarán
Thanks for the reply.

I am quite familiar with XML parsers, I used them in the past. Though
in this situation its not suitable as inherited class most always work
without having to define the added properties in the parsing. I need
to serialize objects into some kind of file, save it and restore it at
a later date.

Thanks again

On Aug 17, 2:21 pm, aditya sanas 007aditya.b...@gmail.com wrote:
 Hi

 The basic requirement for you is to deal with XML file

 So we have jxl.jar which provides APIs to interact with tags and elements in
 xml so

 using these API's that are generally known as XML parsers that is SAX or DOC
 parsers.

 so use by using these parsers you will be able to deal with XML files.

 It wont be that difficult for you once you learn how to use these parsers.

 You will need external jar file jxl.jar

 --
 Aditya



 On Tue, Aug 17, 2010 at 6:00 PM, Ciarán ciaran.mccann@gmail.com wrote:
  Hi, I am currently working on a GWT app that requires me  to
  serializes an object client side into maybe XML/JSON or anything
  really. Then save that serialized object as a xml/json/.ser file. Then
  at a later date read that file and reconstruct my object from it.

  I have been searching for days for an answer to this, used several
  external library, read tutorials, GWT documentation and I still not
  closer to a solution. Am I totally missing something here? It was very
  easy to do this in plan Java, but GWT I just can seem to get it
  working.

  Thanks

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
  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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Google Web Toolkit JavaScript Vs hand Crafted JavaScript benchmark

2010-08-01 Thread Ciarán
The second part of my benchmark is out now, with figures from Windows
XP, Chromium OS, Android, Symbian  OS
http://bit.ly/aYqWAo

On Jul 26, 4:38 pm, Ciarán ciaran.mccann@gmail.com wrote:
 Hey everyone I am really interested in GWT for a project I am working
 at the moement. The main benefit for me is the fact that I don't have
 to writeJavaScriptwhich I really dislike, but then I was thinking
 would the code produced by GWT be slower then hand craftedJavaScript
 so I ran a benchmark, the results of which I posted herehttp://bit.ly/cxo4dS
 some very interesting results when running it on the iphone.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Google Web Toolkit JavaScript Vs hand Crafted JavaScript benchmark

2010-07-26 Thread Ciarán
Hey everyone I am really interested in GWT for a project I am working
at the moement. The main benefit for me is the fact that I don't have
to write JavaScript which I really dislike, but then I was thinking
would the code produced by GWT be slower then hand crafted JavaScript
so I ran a benchmark, the results of which I posted here http://bit.ly/cxo4dS
some very interesting results when running it on the iphone.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Custom Events

2010-06-02 Thread Ciarán
Hey I have a problem getting my head around how custom GWT event
Handlers work. I have read quite a bit about the topic and it still is
some what foggy. I have read threads on Stackoverflow like this one
http://stackoverflow.com/questions/998621/gwt-custom-event-handler but
still some what lost .Could someone explain it in an applied mannar
such as the following.

I have 2 classes a block and a man class. When the man collides with
the block the man fires an event ( onCollision() ) and then the block
class listens for that event.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.