Re: Clientside file generation with GWT

2011-06-13 Thread Alain Ekambi
Thx guys
The demo now also includes a demonstration of  reading a file on the client.
Regards,

Alain

2011/6/13 leandro borbosa 

> You are really coming up with some incredible stuff lately man.
> Clientside file generation is definitly something really needed.
> The demo works pretty well.
> Good work.
>
>
> 2011/6/12 Juan Pablo Gardella 
>
>> Great work Alain!! Thanks for share it
>>
>>
>> 2011/6/12 Alain Ekambi 
>>
>>> Beeing able to generate files on the client is a common requirement  and
>>> a usefull  feature for a webapplication .
>>> In one of our applications for example we have users generating reports
>>> every 30-45 seconds. By beeing able to do that on the client we do not need
>>> to scale our servers when the number of users grows.
>>>
>>> Gwt4Air (http://code.google.com/p/gwt4air/)  introduced in version 2.1 a
>>> File API that uses Flex and let u create files(PDF , Excel, Text, PNG,
>>> JPEG...) on the client by adding a Flex widget into your GWT application.
>>> The problem with that approach is that you needed to load  an entire
>>> instance of the Flex framework just to be able to read/write files on the
>>> client
>>>
>>> Gwt4air 2.2 will introcude a more lightweigt solution that does not
>>> require Flex(Flash is still needed dough).  Please take a minute to visit:
>>>
>>> http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html
>>>
>>> to see the preview in action
>>>
>>> I m lookig forward to hearing your feedback.
>>>
>>> Regards,
>>>
>>> Alain
>>>
>>> --
>>>
>>> GWT API for  non Java based platforms
>>> http://code.google.com/p/gwt4air/
>>> http://www.gwt4air.appspot.com/
>>>
>>>
>>>  --
>>> 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-toolkit@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.
>>>
>>
>>  --
>> 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-toolkit@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.
>>
>
>  --
> 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-toolkit@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 API for  non Java based platforms
http://code.google.com/p/gwt4air/
http://www.gwt4air.appspot.com/

-- 
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-toolkit@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: Clientside file generation with GWT

2011-06-13 Thread leandro borbosa
You are really coming up with some incredible stuff lately man.
Clientside file generation is definitly something really needed.
The demo works pretty well.
Good work.


2011/6/12 Juan Pablo Gardella 

> Great work Alain!! Thanks for share it
>
>
> 2011/6/12 Alain Ekambi 
>
>> Beeing able to generate files on the client is a common requirement  and a
>> usefull  feature for a webapplication .
>> In one of our applications for example we have users generating reports
>> every 30-45 seconds. By beeing able to do that on the client we do not need
>> to scale our servers when the number of users grows.
>>
>> Gwt4Air (http://code.google.com/p/gwt4air/)  introduced in version 2.1 a
>> File API that uses Flex and let u create files(PDF , Excel, Text, PNG,
>> JPEG...) on the client by adding a Flex widget into your GWT application.
>> The problem with that approach is that you needed to load  an entire
>> instance of the Flex framework just to be able to read/write files on the
>> client
>>
>> Gwt4air 2.2 will introcude a more lightweigt solution that does not
>> require Flex(Flash is still needed dough).  Please take a minute to visit:
>>
>> http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html
>>
>> to see the preview in action
>>
>> I m lookig forward to hearing your feedback.
>>
>> Regards,
>>
>> Alain
>>
>> --
>>
>> GWT API for  non Java based platforms
>> http://code.google.com/p/gwt4air/
>> http://www.gwt4air.appspot.com/
>>
>>
>>  --
>> 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-toolkit@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.
>>
>
>  --
> 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-toolkit@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.
>

-- 
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-toolkit@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: Clientside file generation with GWT

2011-06-12 Thread Juan Pablo Gardella
Great work Alain!! Thanks for share it

2011/6/12 Alain Ekambi 

> Beeing able to generate files on the client is a common requirement  and a
> usefull  feature for a webapplication .
> In one of our applications for example we have users generating reports
> every 30-45 seconds. By beeing able to do that on the client we do not need
> to scale our servers when the number of users grows.
>
> Gwt4Air (http://code.google.com/p/gwt4air/)  introduced in version 2.1 a
> File API that uses Flex and let u create files(PDF , Excel, Text, PNG,
> JPEG...) on the client by adding a Flex widget into your GWT application.
> The problem with that approach is that you needed to load  an entire
> instance of the Flex framework just to be able to read/write files on the
> client
>
> Gwt4air 2.2 will introcude a more lightweigt solution that does not require
> Flex(Flash is still needed dough).  Please take a minute to visit:
>
> http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html
>
> to see the preview in action
>
> I m lookig forward to hearing your feedback.
>
> Regards,
>
> Alain
>
> --
>
> GWT API for  non Java based platforms
> http://code.google.com/p/gwt4air/
> http://www.gwt4air.appspot.com/
>
>
>  --
> 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-toolkit@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.
>

-- 
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-toolkit@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.



Clientside file generation with GWT

2011-06-12 Thread Alain Ekambi
Beeing able to generate files on the client is a common requirement  and a
usefull  feature for a webapplication .
In one of our applications for example we have users generating reports
every 30-45 seconds. By beeing able to do that on the client we do not need
to scale our servers when the number of users grows.

Gwt4Air (http://code.google.com/p/gwt4air/)  introduced in version 2.1 a
File API that uses Flex and let u create files(PDF , Excel, Text, PNG,
JPEG...) on the client by adding a Flex widget into your GWT application.
The problem with that approach is that you needed to load  an entire
instance of the Flex framework just to be able to read/write files on the
client

Gwt4air 2.2 will introcude a more lightweigt solution that does not require
Flex(Flash is still needed dough).  Please take a minute to visit:

http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html

to see the preview in action

I m lookig forward to hearing your feedback.

Regards,

Alain

-- 

GWT API for  non Java based platforms
http://code.google.com/p/gwt4air/
http://www.gwt4air.appspot.com/

-- 
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-toolkit@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.