Re: Local filesystem access

2011-06-17 Thread Norberto
An Applet of Java: http://es.wikipedia.org/wiki/Applet_Java

On Jun 15, 3:22 pm, "gwt.user"  wrote:
> Applet ? What s that ? :)
> Either you use HTML5 API (really limited) or flash(gwt4air)

-- 
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: Local filesystem access

2011-06-15 Thread gwt.user
Applet ? What s that ? :)
Either you use HTML5 API (really limited) or flash(gwt4air)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/feMqzQmEK8sJ.
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: Local filesystem access

2011-06-15 Thread Norberto
Maybe you can use an applet to access the file system

See this project: http://code.google.com/p/gwtai/



On Jun 14, 10:48 am, gwt_user  wrote:
> Hi,
>
> We need to be able to access physical files system from GWT
> application. Does anyone have any suggestions?
>
> 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-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: Local filesystem access

2011-06-15 Thread Alain Ekambi
If you mean with " any other recommendation" a solution that does not
require a plugin like Flash  you can try the HTML5 file API.
But the API is still primitive and not cross browser(IE). If you are willing
to use Flash you can have a look at this demo:
http://gwt4air.googlecode.com/svn/trunk/exporter/GwtAir.html

And if  that s what you are looking for let me know. I can provide the
source code

Best,

 Alain

2011/6/15 gwt_user 

> Thanks Juan!
>
> Does anyone has any other recommendation?
>
> Thanks in advance!
>
> On Jun 14, 10:01 am, Juan Pablo Gardella 
> wrote:
> > I think you can use gwt4air (use flash) .
> >
> > Juan
> >
> > 2011/6/14 gwt_user 
> >
> >
> >
> >
> >
> >
> >
> > > Hi,
> >
> > > We need to be able to access physical files system from GWT
> > > application. Does anyone have any suggestions?
> >
> > > 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-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: Local filesystem access

2011-06-15 Thread gwt_user
Thanks Juan!

Does anyone has any other recommendation?

Thanks in advance!

On Jun 14, 10:01 am, Juan Pablo Gardella 
wrote:
> I think you can use gwt4air (use flash) .
>
> Juan
>
> 2011/6/14 gwt_user 
>
>
>
>
>
>
>
> > Hi,
>
> > We need to be able to access physical files system from GWT
> > application. Does anyone have any suggestions?
>
> > 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-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.



Local filesystem access

2011-06-14 Thread gwt_user
Hi,

We need to be able to access physical files system from GWT
application. Does anyone have any suggestions?

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-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: Local filesystem access

2011-06-14 Thread Juan Pablo Gardella
I think you can use gwt4air (use flash) .

Juan

2011/6/14 gwt_user 

> Hi,
>
> We need to be able to access physical files system from GWT
> application. Does anyone have any suggestions?
>
> 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-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.