Re: Thanks GWT Devs

2011-05-12 Thread nino ekambi
Nice David.
Danke ! :)

2011/5/12 David Chandler 

> We'll have all the talks and slides up by the end of the week and I'll post
> back then.
>
> /dmc
>
> On Thu, May 12, 2011 at 9:31 AM, nino ekambi 
> wrote:
>
>> Is it possible to see the talks somewhere online ?
>>
>>
>> 2011/5/12 Jeff Larsen 
>>
>>> Thanks so much for all the great talks at io this year. I didn't get to
>>> see all of them in person, but everyone that I saw was fantastic. I learned
>>> something new in each one.
>>>
>>>  --
>>> 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.
>>
>
>
>
> --
> David Chandler
> Developer Programs Engineer, Google Web Toolkit
> w: http://code.google.com/
> b: http://googlewebtoolkit.blogspot.com/
> t: @googledevtools
>
> --
> 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: Thanks GWT Devs

2011-05-12 Thread nino ekambi
Is it possible to see the talks somewhere online ?

2011/5/12 Jeff Larsen 

> Thanks so much for all the great talks at io this year. I didn't get to see
> all of them in person, but everyone that I saw was fantastic. I learned
> something new in each one.
>
>  --
> 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: Re: [Announcement] Piriti 0.7.0b1

2011-05-09 Thread nino ekambi
Allright :)

2011/5/9 Harald Pehl 

> See https://groups.google.com/d/topic/piriti/caOnaAGvxUA/discussion
>
> - Harald
>
>  --
> 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: [Announcement] Piriti 0.7.0b1

2011-05-09 Thread nino ekambi
By the way is there any reason why  you dropped GXT  support ?

2011/5/9 nino ekambi 

> It s allways a pleasure to see so much interesting and innovative projects
> in the GWT world
> Keep up the good work
>
> Alain
>
>
> 2011/5/9 Harald Pehl 
>
>> I'm pleased to announce the first beta of the upcoming 
>> Piriti<http://code.google.com/p/piriti/>0.7.0 release. Pirit is a JSON / XML 
>> mapper for GWT. Version 0.7.0 is a
>> major release with breaking API changes, lots of new features and bugfixes.
>>
>> *Breaking API Changes:*
>>
>>- Piriti requires GWT 2.2 and GIN 1.5
>>- Dropped GXT support
>>- Removed @Json, @JsonMappings, @Xml and @XmlMappings annotations
>>
>> *New Features:*
>>
>>- Devided Piriti into different modules:
>>   - name.pehl.piriti.commons.Commons
>>   - name.pehl.piriti.converter.Converter
>>   - name.pehl.piriti.json.JSON
>>   - name.pehl.piriti.property.Property
>>   - name.pehl.piriti.xml.XML
>>- Simplified mapping setup: All properties in a POJO hirarchy are now
>>mapped by default
>>- Added new annotations to overide default behaviour:
>>   - @Order
>>   - @Path
>>   - @Format
>>   - @Native
>>   - @Transient
>>   - @CreateWith
>>   - @MapUpTo
>>- Added @Mappings and @Mapping annotation for external mappings (JSON
>>and XML)
>>- Added support for polymorhic assoziations
>>- Converters can now be used for any type
>>- Added XML serialisation (not yet implemented, but scheduled for the
>>0.7.0 release)
>>- Added support for IDs and IDREFs in JSON (not yet implemented, but
>>scheduled for the 0.7.0 release)
>>
>> *Bugfixes:*
>>
>>- Fixed problems when mapping collection implementations
>>- GWT.create() is now used instead of new operator
>>
>> I also restructured the wiki and added a 
>> FAQ<http://code.google.com/p/piriti/wiki/FAQ> and
>> a comparison <http://code.google.com/p/piriti/wiki/Comparison> to other
>> JSON / XML mappers. Feel free to visit http://code.google.com/p/piriti and
>> test the new release.
>>
>> --
>> 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/
>
>
>


-- 

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: [Announcement] Piriti 0.7.0b1

2011-05-09 Thread nino ekambi
It s allways a pleasure to see so much interesting and innovative projects
in the GWT world
Keep up the good work

Alain

2011/5/9 Harald Pehl 

> I'm pleased to announce the first beta of the upcoming 
> Piriti0.7.0 release. Pirit is a JSON / XML 
> mapper for GWT. Version 0.7.0 is a
> major release with breaking API changes, lots of new features and bugfixes.
>
> *Breaking API Changes:*
>
>- Piriti requires GWT 2.2 and GIN 1.5
>- Dropped GXT support
>- Removed @Json, @JsonMappings, @Xml and @XmlMappings annotations
>
> *New Features:*
>
>- Devided Piriti into different modules:
>   - name.pehl.piriti.commons.Commons
>   - name.pehl.piriti.converter.Converter
>   - name.pehl.piriti.json.JSON
>   - name.pehl.piriti.property.Property
>   - name.pehl.piriti.xml.XML
>- Simplified mapping setup: All properties in a POJO hirarchy are now
>mapped by default
>- Added new annotations to overide default behaviour:
>   - @Order
>   - @Path
>   - @Format
>   - @Native
>   - @Transient
>   - @CreateWith
>   - @MapUpTo
>- Added @Mappings and @Mapping annotation for external mappings (JSON
>and XML)
>- Added support for polymorhic assoziations
>- Converters can now be used for any type
>- Added XML serialisation (not yet implemented, but scheduled for the
>0.7.0 release)
>- Added support for IDs and IDREFs in JSON (not yet implemented, but
>scheduled for the 0.7.0 release)
>
> *Bugfixes:*
>
>- Fixed problems when mapping collection implementations
>- GWT.create() is now used instead of new operator
>
> I also restructured the wiki and added a 
> FAQ and
> a comparison  to other
> JSON / XML mappers. Feel free to visit http://code.google.com/p/piriti and
> test the new release.
>
> --
> 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: Slides from GWT+mvp4g lecture at ADDConf '2011

2011-05-08 Thread nino ekambi
Great ressource man

Thank you.

2011/5/8 shaman.sir 

> I've made a lecture on web-development using GWT + mvp4g at ADDConf '2011
> (it happened at April 29-30 in St. Petersburg, Russia), and there are
> translated slides from this lecture for you, if you are interested:
>
> Here you can scroll through the slides: http://goo.gl/n5Ejg
> Or download them in PDF (~2MB):
> http://dl.dropbox.com/u/928694/gwt-mvp4g_en.pdf
>
> A factual errors can occur there or may be some wrong spelling (I am not
> native English), please let me know and correct me if you find them.
>
> --
> 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: Good book on GWT

2011-05-08 Thread nino ekambi
http://www.manning.com/tacy/

one of my favorite beeing

http://www.gwtapps.com/

but more then a book  the GWT  is the best
ressource i d say. The technology is moving so fast. It s hard  for books to
keep the pace



2011/5/8 pawanpreet...@gmail.com 

> Hi All,
>
> I am new to GWT and had gone through initial quick starts on GWT site.
>
> Is there any book for getting clear fundamentals on GWT, more examples
> and helps me to build a project. I mean to say best book in market.
>
>
>
> Thanks
> Pawan
>
> --
> 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: Need Feedback on charts frameworks for GWT

2011-05-04 Thread nino ekambi
The are also Adobe Flex charting components

http://www.gwt4air.appspot.com/#mx.extended.ChartDashboard



2011/5/4 bonjoe 

>
> In case you miss it, there's an adapter for FusionCharts in GWT
> classes, check out the demo:
>
> http://fusionadapter.com/demo.html
>
> it actually only needs the chart (Flash) plugins, no need to include
> any js from your host html.
>
> On Mar 23, 1:11 am, Gibson  wrote:
> > Came across FusionCharts for GWT today,i have used FusionCharts V3) with
> > php.
> > Havent develved into that with GWT.here is a linkhttp://
> www.fusioncharts.com/
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Wed, Mar 23, 2011 at 10:41 AM, rjcarr  wrote:
> > > Not exactly client-side, but I generate charts on my server using
> > > JFreeChart and it's pretty nice.  I do this because there's a lot of
> > > data in my charts and it doesn't make sense to send it all client-side
> > > first.
> >
> > > At some point I want to do some client rendering and for this I've
> > > been looking at canvas based tools like flot.
> >
> > > Good luck!
> >
> > > On Mar 21, 5:08 pm, Romain BIARD  wrote:
> > > > Hi everybody,
> >
> > > > I'm looking for different feedback about frameworks which provides
> > > > client-side charts, especially well integrated with GWT MVP
> > > > Architecture (I managed to persuade my client to migrate to GWT
> > > > 2.2.0 :p ) . I don't know which solution fit the best and the
> > > > community didn't discuss about it for a while...
> >
> > > > What about your XP ? JS wrapper, clientsidegchart, GXT ?
> >
> > > > Thanks for your feedback !
> >
> > > --
> > > 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.
> >
> > --
> > Gibson Wasukira
> > Making Technology a Business Assetwww.thegrid.ug
>
> --
> 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: GWT 2.3 has arrived

2011-05-03 Thread nino ekambi
In Germany we say : Erste Sahne.
Meaning you  guys rock :)


2011/5/3 David Chandler 

>
> http://googlewebtoolkit.blogspot.com/2011/05/gwt-and-google-plugin-for-eclipse-23.html
>
> It's available via the GWT Downloads page, latest Google Plugin for
> Eclipse, and Maven Central.
>
> --
> David Chandler
> Developer Programs Engineer, Google Web Toolkit
> w: http://code.google.com/
> b: http://googlewebtoolkit.blogspot.com/
> t: @googledevtools
>
> --
> 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: Probleme when compiling gwt project

2011-05-02 Thread nino ekambi
Hi David,
It looks like i had a broken workspace. Switching to another one solved the
problem.

Thank you.

Alain

2011/5/2 David Chandler 

> Can you supply sample code so we can reproduce this and research it?
>
> On Sun, May 1, 2011 at 4:11 AM, nino ekambi 
> wrote:
>
>> Hello people,
>>
>> i m getting this error when compiling my GWT Project :
>>
>> [ERROR] Unexpected
>> java.lang.ArrayIndexOutOfBoundsException: -1
>> at
>> org.eclipse.jdt.internal.compiler.codegen.StackMapFrame.addStackItem(StackMapFrame.java:105)
>>  at
>> org.eclipse.jdt.internal.compiler.ClassFile.traverse(ClassFile.java:7386)
>> at
>> org.eclipse.jdt.internal.compiler.ClassFile.completeCodeAttribute(ClassFile.java:1613)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:244)
>> at
>> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:179)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:530)
>> at
>> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:564)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.generateCode(QualifiedAllocationExpression.java:169)
>> at
>> org.eclipse.jdt.internal.compiler.ast.Statement.generateArguments(Statement.java:102)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.MessageSend.generateCode(MessageSend.java:153)
>> at
>> org.eclipse.jdt.internal.compiler.ast.Expression.generateCode(Expression.java:601)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:232)
>> at
>> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:179)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:530)
>> at
>> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:564)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.generateCode(QualifiedAllocationExpression.java:169)
>> at
>> org.eclipse.jdt.internal.compiler.ast.Statement.generateArguments(Statement.java:102)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.MessageSend.generateCode(MessageSend.java:153)
>> at
>> org.eclipse.jdt.internal.compiler.ast.Expression.generateCode(Expression.java:601)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:232)
>> at
>> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:179)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:530)
>> at
>> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:581)
>>  at
>> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.generateCode(CompilationUnitDeclaration.java:356)
>> at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:755)
>>  at
>> com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:182)
>> at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
>>  at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:617)
>> at
>> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:193)
>>  at
>> com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:390)
>> at
>> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:275)
>>  at
>> com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:325)
>> at com.google.gwt.dev.Precompile.precompile(Precompile.java:512)
>>  at com.google.gwt.dev.Precompile.precompile(Precompile.java:495)
>> at com.google.gwt.dev.Precompile.precompile(Precompile.java:407)
>>  at com.google.gwt.dev.Compiler.run(Compiler.java:215)
>> at com.google.gwt.dev.Compiler.run(Compiler.java:187)
>>  at com.google.gwt.dev.Compiler$1.run(Compiler.java:159)
>> at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:87)
>>  at
>> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:81)
>> at com.google.gwt.dev.Compiler.main(Compiler.java:166)
>>
>>
>> Can somebody help me with this please ?
>>
>> cheers,
>>
>> Alain
>>
>> --
>>
>> GWT API for  non J

Re: Using Google Closure Library within GWT JSNI .....

2011-05-02 Thread nino ekambi
I was  just wondering what s the best way to go ?

GWT oder Closure oder botch ?
 maybe some one can explain to me the strengh  of closure compare to gwt ?

Thank

2011/5/2 Broc Seib 

> I just went down this road (with success). I've been using GWT, but I
> really wanted to use a Closure menu button widget. So I figured out how to
> mix closure widgets into my GWT app, gluing them together with JSNI as you
> expected. I've made a blog posting sharing my experience mixing Closure
> with 
> GWT
> .
>
> There is some minor "impedance mismatch" between Closure and GWT. First,
> closure has its own home-brew event system, so you gotta setup/catch your
> events on the closure side before you send things back via JSNI to GWT
> world. Second, the "big deal" with Closure is that once you identify the
> closure widgets you need on a page, you can run it through the closure
> compiler and eliminate all unnecessary javascript code, and compile it all
> into a single, compact js file. Because of this it would make no sense for
> someone to create a GWT "wrapper" library containing all the individual
> closure widgets. Instead, you gotta look at each GWT page load and design
> for the closure widgets you'll need.
>
> I also see no reason why there would be any performance issues.
>
> -broc
>
> --
> 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.



Probleme when compiling gwt project

2011-05-01 Thread nino ekambi
Hello people,

i m getting this error when compiling my GWT Project :

[ERROR] Unexpected
java.lang.ArrayIndexOutOfBoundsException: -1
at
org.eclipse.jdt.internal.compiler.codegen.StackMapFrame.addStackItem(StackMapFrame.java:105)
at org.eclipse.jdt.internal.compiler.ClassFile.traverse(ClassFile.java:7386)
at
org.eclipse.jdt.internal.compiler.ClassFile.completeCodeAttribute(ClassFile.java:1613)
at
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:244)
at
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:179)
at
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:530)
at
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:564)
at
org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.generateCode(QualifiedAllocationExpression.java:169)
at
org.eclipse.jdt.internal.compiler.ast.Statement.generateArguments(Statement.java:102)
at
org.eclipse.jdt.internal.compiler.ast.MessageSend.generateCode(MessageSend.java:153)
at
org.eclipse.jdt.internal.compiler.ast.Expression.generateCode(Expression.java:601)
at
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:232)
at
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:179)
at
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:530)
at
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:564)
at
org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.generateCode(QualifiedAllocationExpression.java:169)
at
org.eclipse.jdt.internal.compiler.ast.Statement.generateArguments(Statement.java:102)
at
org.eclipse.jdt.internal.compiler.ast.MessageSend.generateCode(MessageSend.java:153)
at
org.eclipse.jdt.internal.compiler.ast.Expression.generateCode(Expression.java:601)
at
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:232)
at
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode(AbstractMethodDeclaration.java:179)
at
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:530)
at
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:581)
at
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.generateCode(CompilationUnitDeclaration.java:356)
at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:755)
at
com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:182)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:617)
at
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:193)
at
com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:390)
at
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:275)
at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:325)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:512)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:495)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:407)
at com.google.gwt.dev.Compiler.run(Compiler.java:215)
at com.google.gwt.dev.Compiler.run(Compiler.java:187)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:159)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:87)
at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:81)
at com.google.gwt.dev.Compiler.main(Compiler.java:166)


Can somebody help me with this please ?

cheers,

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.



Re: Does GWT 2.2 Canvas support transparency like GWTCanvas?

2011-04-30 Thread nino ekambi
http://code.google.com/p/google-web-toolkit-incubator/wiki/GWTCanvas

2011/4/30 Magnus 

> Hi,
>
> where can I find a minimal example of using the GWT Canvas?
>
> Magnus
>
> --
> 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: GWT 2.1 vs GWT 2.2 and this forum

2011-04-29 Thread nino ekambi
I agree with you
maybe they will see this and react ?

2011/4/29 Javier 

> I agree that Thomas is very supportive but I miss more participation
> from other GWT members. If you look to the group information you can
> see that the GWT member (appart from Thomas) who has published more
> messages in the last month is David (Chandler) with 16. The GWT team
> is free to participate or not in the forum, but I believe that an
> active community is really important for a technology to be
> successful.
>
> Compared to other programming groups, GWT has a reduced number of
> messages per day (maybe 20-30?). Despite of that, I see many
> interesting questions not being answered.
>
> That is just my opinion.
>
> Regards
>
> On 29 abr, 09:14, nino ekambi  wrote:
> > Well that s not true :)
> > Thomas Broyer is everywhere in this forum. He might not be "officially"
> from
> > the GWT Team. But  he s contributor.
> > Did you had any issue that  could not be answered ?
> >
> > 2011/4/29 Javier 
> >
> >
> >
> >
> >
> > > In my honest opinion the participation of the GWT team in this forum
> > > is dissapointing. Some more attention would be appreciated.
> >
> > > On 29 abr, 00:24, David Chandler  wrote:
> > > > We announced the 2.2 RC here, but evidently posted the 2.2 release
> > > > announcement only on the blog:
> > >http://googlewebtoolkit.blogspot.com/2011/02/google-plugin-for-eclips.
> ..
> >
> > > > I'll announce here when 2.3 is available and update the sticky post.
> >
> > > > Thanks,
> > > > /dmc
> >
> > > > On Thu, Apr 28, 2011 at 4:02 PM, pohl 
> wrote:
> > > > > GWT 2.2 has been out for a while now, and I haven't seen an
> > > > > announcement for it here.  The old announcement for GWT 2.1 is
> still
> > > > > pinned to the top of the page.
> >
> > > > > It still looks like a lot of libraries haven't released jars that
> work
> > > > > with 2.2 yet, either.
> >
> > > > > Is 2.2 just a release candidate?  Did someone forget to announce
> 2.2
> > > > > here?  Has this forum been abandoned by the GWT team?
> >
> > > > > --
> > > > > 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.
> >
> > > > --
> > > > David Chandler
> > > > Developer Programs Engineer, Google Web Toolkit
> > > > w:http://code.google.com/
> > > > b:http://googlewebtoolkit.blogspot.com/
> > > > t: @googledevtools
> >
> > > --
> > > 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 platformshttp://
> 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.
>
>


-- 

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: GWT 2.1 vs GWT 2.2 and this forum

2011-04-29 Thread nino ekambi
Well that s not true :)
Thomas Broyer is everywhere in this forum. He might not be "officially" from
the GWT Team. But  he s contributor.
Did you had any issue that  could not be answered ?

2011/4/29 Javier 

>
> In my honest opinion the participation of the GWT team in this forum
> is dissapointing. Some more attention would be appreciated.
>
> On 29 abr, 00:24, David Chandler  wrote:
> > We announced the 2.2 RC here, but evidently posted the 2.2 release
> > announcement only on the blog:
> http://googlewebtoolkit.blogspot.com/2011/02/google-plugin-for-eclips...
> >
> > I'll announce here when 2.3 is available and update the sticky post.
> >
> > Thanks,
> > /dmc
> >
> >
> >
> > On Thu, Apr 28, 2011 at 4:02 PM, pohl  wrote:
> > > GWT 2.2 has been out for a while now, and I haven't seen an
> > > announcement for it here.  The old announcement for GWT 2.1 is still
> > > pinned to the top of the page.
> >
> > > It still looks like a lot of libraries haven't released jars that work
> > > with 2.2 yet, either.
> >
> > > Is 2.2 just a release candidate?  Did someone forget to announce 2.2
> > > here?  Has this forum been abandoned by the GWT team?
> >
> > > --
> > > 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.
> >
> > --
> > David Chandler
> > Developer Programs Engineer, Google Web Toolkit
> > w:http://code.google.com/
> > b:http://googlewebtoolkit.blogspot.com/
> > t: @googledevtools
>
> --
> 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: file upload widget without TextBox?

2011-04-28 Thread nino ekambi
If you dont mind using flex in your application i might have a solution for
you :)

2011/4/28 Jim Douglas 

> Probably not, but you can review ppk's suggestions here:
>
> http://www.quirksmode.org/dom/inputfile.html
>
> You can read about other peoples' attempts here:
>
> http://www.google.com/search?q=style+input+type+file
>
> On Apr 28, 7:41 am, Magnus  wrote:
> > Hi,
> >
> > I would like to let the user specify some local files.
> >
> > There should be one Button that opens a file select dialog, but the
> > result should not be stored in a TextBox, as is done with the
> > FileUpload widget. The result should be added to a ListBox.
> >
> > How can I do this?
> >
> > Is there a FileUpload without TextBox?
> >
> > Magnus
>
> --
> 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: I need 2 Google IO tickets

2011-04-26 Thread nino ekambi
Sounds great.
Do you have a demo somewhere to play with ?

2011/4/26 István Szoboszlai 

> IneForm is a soon to be opensourced project.
> It's main goal is to provide an easy way to present data in Tables and
> Forms. It uses a very simple "reflection"-extension and some descriptors to
> enable data-binding and dynamic rendering of tables and forms.
> And it constantly gets new features to help kick-starting a GWT based web
> application project.
> It will be published to code.google.com/p/ineform (the data on the page is
> very obsolate now)
>
> I will post it here when it's out. I hope I will get some honet feedback:)
>
> Üdvözlettel / Best Regards
> - István Szoboszlai
> istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com
>
>
> On Tue, Apr 26, 2011 at 5:47 PM, nino ekambi 
> wrote:
>
>> IneForm project ? :)
>>
>>
>> 2011/4/26 István Szoboszlai 
>>
>>> Hello David,
>>>
>>> We don't have the tickets yet, but are constantly trying to get two on
>>> ebay for a fair price. We are really interested in the get-together. We will
>>> be in SF from may 6th to may 28th. Do you want to do the event on May 10-11
>>> or another day(s) would also be good.
>>>
>>> Meanwhile the IneForm project I mentioned to you is getting ready to
>>> publish:) We have done a lot of refactoring to it, and we will also do it
>>> maven compatible. It must be out in a week. I have demoed it in our local
>>> university (TUB), and they are quiet interested in it. I'll send you the
>>> link when it is out if you are still interested.
>>>
>>> Best - Istvan
>>>
>>> Üdvözlettel / Best Regards
>>> - István Szoboszlai
>>> istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com
>>>
>>>
>>>
>>> On Tue, Apr 26, 2011 at 5:17 PM, David Chandler 
>>> wrote:
>>>
>>>> Hi István,
>>>>
>>>> Were you able to obtain an I/O ticket? Are you still planning to be in
>>>> SFO May 10-11? I'm thinking of organizing a GWT get-together off campus so
>>>> others could attend.
>>>>
>>>> Thanks,
>>>> /dmc
>>>>
>>>> On Fri, Feb 11, 2011 at 12:03 PM, Jeff Larsen wrote:
>>>>
>>>>>
>>>>> I'd also be interested in a get-together for GWT Developers, but I
>>>>> will only be in SF if I get a google IO ticket.
>>>>>
>>>>>
>>>>> Last year at I/O there were tables setup for the different tracks
>>>>> people were interested. GWT, Android, google apis etc.
>>>>>
>>>>> --
>>>>> 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.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> David Chandler
>>>> Developer Programs Engineer, Google Web Toolkit
>>>> w: http://code.google.com/
>>>> b: http://googlewebtoolkit.blogspot.com/
>>>> t: @googledevtools
>>>>
>>>> --
>>>> 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

Re: I need 2 Google IO tickets

2011-04-26 Thread nino ekambi
IneForm project ? :)


2011/4/26 István Szoboszlai 

> Hello David,
>
> We don't have the tickets yet, but are constantly trying to get two on ebay
> for a fair price. We are really interested in the get-together. We will be
> in SF from may 6th to may 28th. Do you want to do the event on May 10-11 or
> another day(s) would also be good.
>
> Meanwhile the IneForm project I mentioned to you is getting ready to
> publish:) We have done a lot of refactoring to it, and we will also do it
> maven compatible. It must be out in a week. I have demoed it in our local
> university (TUB), and they are quiet interested in it. I'll send you the
> link when it is out if you are still interested.
>
> Best - Istvan
>
> Üdvözlettel / Best Regards
> - István Szoboszlai
> istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com
>
>
>
> On Tue, Apr 26, 2011 at 5:17 PM, David Chandler wrote:
>
>> Hi István,
>>
>> Were you able to obtain an I/O ticket? Are you still planning to be in SFO
>> May 10-11? I'm thinking of organizing a GWT get-together off campus so
>> others could attend.
>>
>> Thanks,
>> /dmc
>>
>> On Fri, Feb 11, 2011 at 12:03 PM, Jeff Larsen  wrote:
>>
>>>
>>> I'd also be interested in a get-together for GWT Developers, but I
>>> will only be in SF if I get a google IO ticket.
>>>
>>>
>>> Last year at I/O there were tables setup for the different tracks people
>>> were interested. GWT, Android, google apis etc.
>>>
>>> --
>>> 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.
>>>
>>
>>
>>
>> --
>> David Chandler
>> Developer Programs Engineer, Google Web Toolkit
>> w: http://code.google.com/
>> b: http://googlewebtoolkit.blogspot.com/
>> t: @googledevtools
>>
>> --
>> 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: I need 2 Google IO tickets

2011-04-26 Thread nino ekambi
Wish i could be there :(

2011/4/26 Christian Goudreau 

> I'm in !
>
> Cheers,
>
>
> On Tue, Apr 26, 2011 at 11:17 AM, David Chandler 
> wrote:
>
>> Hi István,
>>
>> Were you able to obtain an I/O ticket? Are you still planning to be in SFO
>> May 10-11? I'm thinking of organizing a GWT get-together off campus so
>> others could attend.
>>
>> Thanks,
>> /dmc
>>
>> On Fri, Feb 11, 2011 at 12:03 PM, Jeff Larsen  wrote:
>>
>>>
>>> I'd also be interested in a get-together for GWT Developers, but I
>>> will only be in SF if I get a google IO ticket.
>>>
>>>
>>> Last year at I/O there were tables setup for the different tracks people
>>> were interested. GWT, Android, google apis etc.
>>>
>>> --
>>> 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.
>>>
>>
>>
>>
>> --
>> David Chandler
>> Developer Programs Engineer, Google Web Toolkit
>> w: http://code.google.com/
>> b: http://googlewebtoolkit.blogspot.com/
>> t: @googledevtools
>>
>> --
>> 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.
>>
>
>
>
> --
> Christian Goudreau
> www.arcbees.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.
>



-- 

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: Open a local excel file in FlexTable Cell

2011-04-25 Thread nino ekambi
If you dont mind using  Flash in your application. I m  about to release
 version 2.1 of gwt4air wich include a GWT API  for Adobe FLEX.
Meaning you can  add any Flex UI Component to your gwt application and
implement  client side  file processing through them

Here are some demos

writing
http://www.gwt4air.appspot.com/#mx.extended.Export

<http://www.gwt4air.appspot.com/#mx.extended.Export>reading
http://www.gwt4air.appspot.com/#mx.extended.Import

<http://www.gwt4air.appspot.com/#mx.extended.Import>cheers,

Alain

2011/4/25 Thomas 

> thank you.
>
> I feared that.
>
>
> On 25 Apr., 14:04, nino ekambi  wrote:
> > I think  that you can t do that with a regular  browser. In normal case
> the
> > browser wont let u access to local file system.
> >  You will to use a plug in like flash.
> >
> > 2011/4/25 Thomas 
> >
> >
> >
> >
> >
> > > Hi at all,
> >
> > > I have a FlexTable showing contents of excel files lying on the local
> > > windows filesystem. There should be a trigger in each row which opens
> > > the excel file with excel.
> >
> > > I tried:
> > > 1) Html Cell Widget: test
> > > 2) Anchor Cell Widget with href "file://D:/excels/sun_is_shining.xls"
> > > 3) Button Cell Widget which does a Window.open("file://D:/excels/
> > > sun_is_shining.xls", "_blank", "")
> >
> > > The behaviour depends on the browser:
> > > - IE 8: file download window appears
> > > - Firefox, Chrome nothing happen or in case of Window.open empty
> > > window is showing
> >
> > > Is it even possible to trigger an excel file opening with excel? How
> > > can i realize this?
> >
> > > Thanks in advance,
> > > Best Regards,
> > > Thomas.
> >
> > > --
> > > 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 platformshttp://
> 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.
>
>


-- 

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: Open a local excel file in FlexTable Cell

2011-04-25 Thread nino ekambi
I think  that you can t do that with a regular  browser. In normal case the
browser wont let u access to local file system.
 You will to use a plug in like flash.


2011/4/25 Thomas 

> Hi at all,
>
> I have a FlexTable showing contents of excel files lying on the local
> windows filesystem. There should be a trigger in each row which opens
> the excel file with excel.
>
> I tried:
> 1) Html Cell Widget: test
> 2) Anchor Cell Widget with href "file://D:/excels/sun_is_shining.xls"
> 3) Button Cell Widget which does a Window.open("file://D:/excels/
> sun_is_shining.xls", "_blank", "")
>
> The behaviour depends on the browser:
> - IE 8: file download window appears
> - Firefox, Chrome nothing happen or in case of Window.open empty
> window is showing
>
> Is it even possible to trigger an excel file opening with excel? How
> can i realize this?
>
> Thanks in advance,
> Best Regards,
> Thomas.
>
> --
> 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: Problems with Godaddy hosting and server-side deserialization

2011-04-21 Thread nino ekambi
+ 1  for Appengine

You will never regret :)

2011/4/21 David Chandler 

> Hi Andrew,
>
> > Can anyone point me in the right direction?
>
>
> May I suggest Google App Engine? :-)
>
> /dmc
>
> On Wed, Apr 20, 2011 at 4:55 PM, Andrew C  wrote:
>
>> Hi there,
>>
>> I have developed an application using GWT and have managed to
>> successfully deploy it on my local tomcat server. Everything works
>> fine here and I am able to transmit serialized data from client to
>> server and vice-versa. However, when I use Godaddy hosting, on a
>> specific call to server, due to what I believe are restrictions on
>> reflection, I am getting the following exception:
>>
>> java.security.AccessControlException: access denied
>> (java.lang.RuntimePermission accessDeclaredMembers)
>>
>> java.security.AccessControlContext.checkPermission(AccessControlContext.java:
>> 264)
>> java.security.AccessController.checkPermission(AccessController.java:
>> 427)
>> java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
>> java.lang.SecurityManager.checkMemberAccess(SecurityManager.java:1662)
>> java.lang.Class.checkMemberAccess(Class.java:2125)
>> java.lang.Class.getDeclaredConstructor(Class.java:1952)
>>
>> com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.instantiate(ServerSerializationStreamReader.java:
>> 886)
>>
>> com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(ServerSerializationStreamReader.java:
>> 544)
>>
>> com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
>> 61)
>> com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader
>> $ValueReader$8.readValue(ServerSerializationStreamReader.java:137)
>>
>> com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserializeValue(ServerSerializationStreamReader.java:
>> 384)
>> com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:296)
>>
>> com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:
>> 186)
>>
>> com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:
>> 224)
>>
>> com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:
>> 62)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:
>> 709)javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> sun.reflect.GeneratedMethodAccessor274.invoke(Unknown
>>
>> Source)sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
>> 25)
>> java.lang.reflect.Method.invoke(Method.java:
>> 592)org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:
>> 239)
>> java.security.AccessController.doPrivileged(Native
>> Method)javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:
>> 266)
>> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:
>> 157)
>>
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
>> 231)
>> org.apache.catalina.core.ApplicationFilterChain.access
>> $000(ApplicationFilterChain.java:50)
>> org.apache.catalina.core.ApplicationFilterChain
>> $1.run(ApplicationFilterChain.java:140)
>> java.security.AccessController.doPrivileged(Native Method)
>>
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
>> 136)
>>
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
>> 214)
>>
>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:
>> 104)
>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
>> 520)
>>
>> org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:
>> 198)
>>
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
>> 152)
>>
>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:
>> 104)
>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
>> 520)
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
>> 137)
>>
>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:
>> 104)
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
>> 117)
>>
>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:
>> 102)
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
>> 535)
>>
>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:
>> 102)
>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:
>> 417)
>>
>> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:
>> 102)
>> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
>> 520)
>>
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
>> 109)
>>
>> o

Re: Invoke Webcam through Gwt

2011-04-20 Thread nino ekambi
If you are willing to wait some couple of days. gwt4air 2.1 will have web
cam API through Flash.

cheers,

Alain

2011/4/20 shrekjo 

> Hello All,
>
> I am developing an application which needs to invoke in-built webcam
> to capture image, video and audio.
> I came across gwt-webcam api but the project seems to be inactive.
> Can anyone guide me on how to achieve this ?
>
> Thanks in advance
>
> Wishes,
> Sneha
>
> --
> 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 the Flash Platform
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: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-14 Thread nino ekambi
I Agree :)

Even dough that File API still have a long way to go  to reach the level the
plug in hav. I m still waiting  for a decent HTML5 library  to read and
write Excel  and PDF files on the client.

2011/4/14 Thomas Broyer 

>
>
> On Wednesday, April 13, 2011 8:56:15 PM UTC+2, nino ekambi wrote:
>>
>> Hi  Thomas.
>> I m aware of the  File API in HTML5. But   as you can see the API is
>> supported in different  level by the broswer providers. IE  does not support
>> it at all.  So the only  cross  browser solution will be a plug in
>>
>
> No, the cross browser solution will be GWT's deferred binding: use the File
> API when available and fallback to Flash and/or Silverlight otherwise. ;-)
>
> --
> 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 the Flash Platform
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: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread nino ekambi
Hi  Thomas.
I m aware of the  File API in HTML5. But   as you can see the API is
supported in different  level by the broswer providers. IE  does not support
it at all.  So the only  cross  browser solution will be a plug in

2011/4/13 Diego Lovison 

> Yes
> Chrome have the api too...
> I dont know about safari, ie and opera
>
> On 13 abr, 13:08, Thomas Broyer  wrote:
> > That's not quite true actually:http://www.html5rocks.com/features/file
> > Seehttps://developer.mozilla.org/en/using_files_from_web_applicationsfor
> > some sample code.
> >
> > It's far from the level of support of Flash though...
>
> --
> 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 the Flash Platform
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: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread nino ekambi
To do that  there s no way around a pluging(Flash , silverlight) for now.

2011/4/13 Ben Imp 

> As far as I am aware, the browser wont let you read/write local files
> like that.
>
> -Ben
>
> On Apr 13, 9:53 am, Diego Lovison  wrote:
> > hello,
> > each browser have your api for create and read files or to access data
> > on disk storage
> > So I would like to create an api to make this...
> http://code.google.com/p/gwtapi/
> >
> > Will have an interface that will be create by deffered binding, and an
> > implementation for each browser...
> >
> > for example
> > ReadFile read = GWT.create(ReadFile.class);
> > String[] lines = read.thisFile("");
> >
> > make sense create this api?
> >
> > 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.
>
>


-- 

GWT API for the Flash Platform
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: demo client-only web app

2011-04-13 Thread nino ekambi
Nice job :)
I think i ll have to pimp my resume like that also :)



2011/4/13 Ernesto Reig 

> Hello everybody,
> I recently made a simple GWT web application tryning to use the best
> practices to develop a GWT app.
> Due to its simplicity, it is a client-only web app, but I hope it could
> help many developers who are starting with GWT and don´t know about GWT, MVP
> and other features.
> I didn´t know what to do, so I chose to make my cv web version not only to
> have it on internet but also to show the basics of a GWT client side app.
> I´m not using this in order to advertise my cv, so if anyone is bothered or
> thinks that I shouldn´t do this, I will disable it in appengine and change
> the url.
> The web app could be find in http://ernestoreigcv.appspot.com and the
> source in https://github.com/Erni/ernestoreigcv
>
> I will appreciate any feedback in order to improve it.
>
>  --
> 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 the Flash Platform
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: Tutorial: Using the HTML5 Canvas Element with the Google Web Toolkit (GWT)

2011-04-09 Thread nino ekambi
We have  been using  Flex for  some times now. Nothing beats Flash when it
comes to effects and animations

2011/4/10 trout 

> Ah!  So for animating and controlling drawing objects the best option would
> be something like GWT-Graphics (http://code.google.com/p/gwt-graphics/) or
> is there a better recommendation?
>
> --
> 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 the Flash Platform
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: Is validation on client side enough or do I need both?

2011-04-08 Thread nino ekambi
Server validation is allways a good thing  no matter which scenario. Dont
trust what s coming from the client.

Best,

Alain

2011/4/8 Stephan T 

> The scenario:
> I have a form where you can create a new person by entering name in a
> textbox and click a button. When the user clicks the button I grab the
> value from the textbox and sets it on the Person object. The Person
> object validates the value and makes sure the name on the object only
> contains a-z. If not execution stops and an error is presented to the
> user. If all is good I send the Person object via an RPC call to the
> server.
>
> The question:
> When continuing execution on the server, can I be sure that the name
> only contains a-z or do I have to do server validation as well for
> protection from attackers?
>
> --
> 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 the Flash Platform
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: GWT library to wrap the W3C file API

2011-04-01 Thread nino ekambi
Allright,
good to know. I ve implemented a solution based on Flash and i m looking to
add a solution based on  HTML5 file API.
I ll have a look at  it.

Good work man

2011/4/1 Lukas Laag 

> Hi Alain,
>
> Yes, if you know the format of PDF or Excel, you can process such
> files. The API offers a byte-level API (more or less equivalent to
> what you have with a java.io.InputStream). Mozilla has a demo where
> they show how they are able to process EXIF metadata in jpeg pictures
>
> Lukas
>
> On Mar 31, 12:43 pm, nino ekambi  wrote:
> > Hi there,
> > nice job.
> >
> > can this process PDF and Excel file ?
> > Regards,
> >
> > Alain
> >
> > 2011/3/31 Lukas Laag 
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hello,
> > > I have developed a new library to address the problem of loading files
> > > which are on the local filesystem of the end-user into GWT
> > > applications. Actually the library is just a simple GWT wrapper for
> > > the W3C file API and some parts of the HTML5 drag and drop API. If you
> > > are developing an application where you want your users to open files
> > > on their local filesystem without having to upload them to a server
> > > first, this might be of interest to you.
> >
> > > The lib is published under LGPLv3.
> >
> > > More details can be obtained here:
> > >http://www.vectomatic.org/google-web-toolkit/a-file-api-for-gwt
> > > The lib itself is available here:
> > >http://code.google.com/p/lib-gwt-file/
> > > A demo is also available here:
> > >http://www.vectomatic.org/gwt/lib-gwt-file-test/lib-gwt-file-test.html
> >
> > > Regards,
> >
> > > Lukas
> >
> > > --
> > > 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 the Flash Platformhttp://
> 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.
>
>


-- 

GWT API for the Flash Platform
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: GWT library to wrap the W3C file API

2011-03-31 Thread nino ekambi
Hi there,
nice job.

can this process PDF and Excel file ?
Regards,

Alain

2011/3/31 Lukas Laag 

> Hello,
> I have developed a new library to address the problem of loading files
> which are on the local filesystem of the end-user into GWT
> applications. Actually the library is just a simple GWT wrapper for
> the W3C file API and some parts of the HTML5 drag and drop API. If you
> are developing an application where you want your users to open files
> on their local filesystem without having to upload them to a server
> first, this might be of interest to you.
>
> The lib is published under LGPLv3.
>
> More details can be obtained here:
> http://www.vectomatic.org/google-web-toolkit/a-file-api-for-gwt
> The lib itself is available here:
> http://code.google.com/p/lib-gwt-file/
> A demo is also available here:
> http://www.vectomatic.org/gwt/lib-gwt-file-test/lib-gwt-file-test.html
>
> Regards,
>
> Lukas
>
> --
> 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 the Flash Platform
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: shuttle component

2011-03-30 Thread nino ekambi
Do you mean something like this ?:

http://www.sencha.com/examples/explorer.html#duallistfield



2011/3/30 Vik 

> anyone on this please?
>
> Thankx and Regards
>
> Vik
> Founder
> http://www.sakshum.org
> http://blog.sakshum.org
>
>
> On Sun, Mar 27, 2011 at 3:31 PM, Vik  wrote:
>
>> Hie
>>
>> Does gwt has any shuttle component in which we can chose options from left
>> and move to right as selected? If no then whatis the alternative?
>> Thankx and Regards
>>
>> Vik
>> Founder
>> http://www.sakshum.org
>> http://blog.sakshum.org
>>
>
>  --
> 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 the Flash Platform
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: very few GWT talk at Google IO 2011

2011-03-29 Thread nino ekambi
GWT aint going no where  dont worry:)
Even  if i have to develop the whole thing myself(Note i dont even know 10%
on what s goin on inside gwt), i will :)

2011/3/29 Trey Roby 

> Does anyone know why there are so few GWT talks at Google IO 2011?
> The last two years had enough talks to fill two days, this year there
> are only 4 so far.  There is not even a GWT track. It is become
> "Developer Tools".
>
> Does this say anything about GWT's health at Google?
>
> --
> 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 the Flash Platform
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: Looking for some Feedbacks + Advices

2011-03-26 Thread nino ekambi
Ups la i think i provided the wrong  link
The explorer application can be founded here :
http://www.gwt4air.appspot.com/



2011/3/26 nino ekambi 

> No it wont since FLEX only runs on Flash.
>
> But here you  have the advantage of bulding the library on top of GWT, you
> can easely provide different  UI layers based on your  target runtime from
> the same source code.With another libray you would have to write separate
> applications for  every target.
>
> We are currently building a  webclient (FLEX) , 2 desktop clients (AIR +
> Titanium) and a mobile client (GWT) for  one application  from the same
>  code basis.
> Strange  requirement from the client i admit:). But with GWT we are able to
> handle that.
>
>
> 2011/3/26 Aladdin 
>
>> Then your app wont run on iPad :(
>>
>> On Mar 26, 2:24 pm, nino ekambi  wrote:
>> > Hello people,
>> >
>> > I m currently  working on a GWT API for Adobe FLEX.
>> > The goal of  this attempt  is  basically  to provide FLEX as  UI library
>> for
>> > GWT projects. Hopefully this can become an good alternative to  the
>> other
>> > GWT UI ibraries.
>> > The API  is almost done and before  the release i also want to provide
>> an
>> > Explorer application, that shows how to use the API
>> > The application is located here :http://code.google.com/p/gwt4air/.
>> > (Safari is not yet supported).
>> > The application itself  is written in Java with the gwt4air API.
>> >
>> > Please guys  help me make this become a  good thing :)
>> >
>> > I m looking forward for your inputs
>> >
>> > Regards,
>> >
>> > Alain
>> >
>> > --
>> >
>> > GWT API for the Flash Platformhttp://
>> 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.
>>
>>
>
>
> --
>
> GWT API for the Flash Platform
> http://code.google.com/p/gwt4air/
> http://www.gwt4air.appspot.com/
>
>
>


-- 

GWT API for the Flash Platform
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: Looking for some Feedbacks + Advices

2011-03-26 Thread nino ekambi
No it wont since FLEX only runs on Flash.

But here you  have the advantage of bulding the library on top of GWT, you
can easely provide different  UI layers based on your  target runtime from
the same source code.With another libray you would have to write separate
applications for  every target.

We are currently building a  webclient (FLEX) , 2 desktop clients (AIR +
Titanium) and a mobile client (GWT) for  one application  from the same
 code basis.
Strange  requirement from the client i admit:). But with GWT we are able to
handle that.

2011/3/26 Aladdin 

> Then your app wont run on iPad :(
>
> On Mar 26, 2:24 pm, nino ekambi  wrote:
> > Hello people,
> >
> > I m currently  working on a GWT API for Adobe FLEX.
> > The goal of  this attempt  is  basically  to provide FLEX as  UI library
> for
> > GWT projects. Hopefully this can become an good alternative to  the other
> > GWT UI ibraries.
> > The API  is almost done and before  the release i also want to provide an
> > Explorer application, that shows how to use the API
> > The application is located here :http://code.google.com/p/gwt4air/.
> > (Safari is not yet supported).
> > The application itself  is written in Java with the gwt4air API.
> >
> > Please guys  help me make this become a  good thing :)
> >
> > I m looking forward for your inputs
> >
> > Regards,
> >
> > Alain
> >
> > --
> >
> > GWT API for the Flash Platformhttp://
> 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.
>
>


-- 

GWT API for the Flash Platform
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.



Looking for some Feedbacks + Advices

2011-03-26 Thread nino ekambi
Hello people,

I m currently  working on a GWT API for Adobe FLEX.
The goal of  this attempt  is  basically  to provide FLEX as  UI library for
GWT projects. Hopefully this can become an good alternative to  the other
GWT UI ibraries.
The API  is almost done and before  the release i also want to provide an
Explorer application, that shows how to use the API
The application is located here : http://code.google.com/p/gwt4air/ .
(Safari is not yet supported).
The application itself  is written in Java with the gwt4air API.

Please guys  help me make this become a  good thing :)

I m looking forward for your inputs

Regards,

Alain



-- 

GWT API for the Flash Platform
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: Adapting GWT to Adobe air

2011-03-26 Thread nino ekambi
Oh  yeah, diggitally signing the application wont help much here, if you are
using forbidden  functions.

If  you are using  Smart GWT, then you ll have to  make your application run
from an IFrame ouside the security sandbox, and acees the AIR API through a
bridge. If you are using EXT-GWT  i implemented an adapter to make it work
inside the security sandbox of AIR. If you are using native GWT widgets ,the
 problem must be  the use of Reqestbuilder. I also provide a solution for
that.

Hope this could help you.
If you  have any question, feel free.

Alain

2011/3/26 lalit 

> We are looking to package our application so that it can be run
> locally using Adobe air. At the moment if we try to run with the adt
> tool of adobe air, it throws security restriction. There are post
> around how to circumvent it but none of them is successful(May be I am
> still missing some things.) some questions I have got:
> - Is anyone able to successfully do that and if there is a tutorial to
> follow.
> - If we digitally sign the application, will the security restrictions
> go away.
>
> 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.
>
>


-- 

GWT API for the Flash Platform
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: Adapting GWT to Adobe air

2011-03-26 Thread nino ekambi
Hi there,
What  is is the error message you are getting ?

I guess you are trying to use  a non allowed function inside  the security
sandbox of AIR. (Are you making any RPC call ? )
Please check  http://code.google.com/p/gwt4air/
I implemented a work around there.

Regards,

Alain ?

2011/3/26 lalit 

> We are looking to package our application so that it can be run
> locally using Adobe air. At the moment if we try to run with the adt
> tool of adobe air, it throws security restriction. There are post
> around how to circumvent it but none of them is successful(May be I am
> still missing some things.) some questions I have got:
> - Is anyone able to successfully do that and if there is a tutorial to
> follow.
> - If we digitally sign the application, will the security restrictions
> go away.
>
> 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.
>
>


-- 

GWT API for the Flash Platform
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: Need Feedback on charts frameworks for GWT

2011-03-23 Thread nino ekambi
Looks pretty ok but the API is kind of complicate imho.
It should me more simpler to do that.

2011/3/23 opn 

> What about clientsidegchart? (http://code.google.com/p/
> clientsidegchart/?redir=1)
>
> I took a look at it and it looks kind of complex to create the charts,
> but the style is pretty nice!
> Anyone tried those and can tell if the library worked for him / her?
>
> Regards
>
> --
> 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 the Flash Platform
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: Compiled GWT JS size > handwritten JS size?

2011-03-15 Thread nino ekambi
Thanks for mentioning Sumwire. I did not know about that application. I
allways been interested in those types of applications to see what i can
"steal"  from them :)

Regards,

Alain

2011/3/15 David Chandler 

> Thanks for the vote of confidence, Dal. In fairness, there are some cases
> where you wouldn't use GWT, and writing a static Web page with NO Javascript
> is certainly one of them. GWT is intended for rich Internet applications.
>
> GWT incurs some overhead just to bring in the base JRE, so if all you need
> is a few lines of Javascript, there's not a compelling case for GWT. But I
> know of an app that started with a few lines and grew to 3000 lines of
> script, at which point the developers wished they'd used GWT even for the
> few lines.
>
> Apps that benefit the most from GWT are those that could not conceivably be
> written without it. One example that comes to mind is Sumwise, which
> implements a complete financial modeling language and spreadsheet in the
> browser. Large projects / teams also get the most from GWT due to the
> improved manageability of a strongly typed language vs. a dynamic language.
>
> /dmc
>
> On Tue, Mar 15, 2011 at 3:51 PM, Gal Dolber  wrote:
>
>> I have been working with gwt for more than 2 years now and I can't imagine
>> a page where I won't use gwt.
>>
>> If you really try you may find some cases where handwritten js produce a
>> smaller page than gwt. It is also probable than in the small size of that
>> cases the difference won't matter. But I doubt you will get a better
>> performance from js than gwt.
>>
>> On Tue, Mar 15, 2011 at 4:27 PM, ss.require  wrote:
>>
>>> Let's take a common non very interactive page, like a common
>>> "Wikipedia" page. For such pages, where there is not a lot of
>>> javascript: Compiled GWT JS size > handwritten JS size and it's more
>>> optimal(performance overhead) to use simple JavaScript than GWT
>>>
>>> On the other hand, if web-page is very interactive, like Gmail, then :
>>> Compiled GWT JS size < handwritten JS size due to GWT's optimizations.
>>> In such cases it's more optimal(performance overhead) to use GWT than
>>> JavaScript.
>>>
>>> In general, It would be a mistake to use GWT for Wikipedia due to
>>> performance overhead. Am i right?
>>>
>>> --
>>> 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.
>>>
>>>
>>
>>
>> --
>> Guit: Elegant, beautiful, modular and *production ready* gwt applications.
>>
>> http://code.google.com/p/guit/
>>
>>
>>
>>
>>  --
>> 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.
>>
>
>
>
> --
> David Chandler
> Developer Programs Engineer, Google Web Toolkit
> w: http://code.google.com/
> b: http://googlewebtoolkit.blogspot.com/
> t: @googledevtools
>
> --
> 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 the Flash Platform
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.



Looking for some help

2011-03-13 Thread nino ekambi
Hello People,

With *gwt4air 2.1* coming  out soon and including a GWT API for Adobe FLEX,
I started writing  an Explorer application  to illustrate the use of the
API. I know you guys are busy working on you daily bussiness but i ll love
to have some inputs on the application on how i can improve it Please   take
1 minute to visit http://www.gwt4air.appspot.com . Any inputs will be very
welcome.
Cheers,

Alain

-- 

GWT API for the Flash Platform
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.



GWT API for FLEX

2011-03-11 Thread nino ekambi
Hello there,

Sometimes ago i wrote about the  project i created to write applications for
the flash platform using JAVA.
Started with AIR , i m also adding support for flex.

The reation that i get about the project is kind of mixed. Some people are
questioning why one should use java to write Flex or AIR Applications.
I m having a really hot discussion with a big fan of MXML/ActionScript , who
think Java  has no business on the UI and shoud be a back end  technoloy.
I can give a lot of reasons  why he is wrong , but i ll also like to hear
what you guys think about my approach.


So the question i would like to ask:
is Java a good language for the flash plattform ?


Cheers,

Alain


P.S


 the project can be  founded here : http://code.google.com/p/gwt4air/

the support for Flex here: http://www.gwt4air.appspot.com/

 (note that this is a flex application
totally written in Java(GWT), no AS, no MXML) , still in early stage dough
:)
to see the demo please click on Adobe->mx->controls->Button

-- 
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: GWT-platform 0.5.1 released, compatible with GWT 2.2.

2011-03-11 Thread nino ekambi
Keep  up the good work  Philippe.
Cheers,

Alain

2011/3/11 Philippe Beaudoin 

> Version 0.5.1 of the popular MVP and command-pattern framework GWT-platform
> has just been released. GWTP's trunk has been compatible with GWT 2.2 for a
> while, but with the recent release of Gin 1.5 we felt it was a good time to
> repackage a version compatible with GWT 2.2 and depending on only released
> libraries.
>
> You can get GWTP 0.5.1 from the download page:
>http://code.google.com/p/gwt-platform/downloads/list
> or from Maven central.
>
> Cheers!
>
>Philippe
>
> --
> 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: jQuery based FishEye Menu bar with GWT

2011-03-07 Thread nino ekambi
I  ve done this once  with  jqDock. All you have to do  is to include the js
File in your  hosted Page and call the jqDock funcitions with JSNI.
Mayve i hav the code  somewhere. I ll have a look.

Greets,

Alain

2011/3/8 ajaxDeveloper 

> I am working on integrating jquery based FishEye Menu bar with my GWT
> application like gwtphp has done. But my all effort in vain. I
> successfully added jqueryui components with GWT.
>
> I need urgent help to create FishEye Menubar in GWT or integrate
> jQuery based FishEye Component. I am looking for jqDock.
>
> --
> 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: gwt-cron

2011-02-28 Thread nino ekambi
Nice Job man,
Always a pleasure to see how creative people in the GWT Community are.
Cheers,

Alain

2011/2/28 Ronny Bubke 

> I want to share my gwt cron implementation with the gwt world.
> Therefore I started a google code project gwt-cron. You can define a
> start time, timezone, daylight saving times and of course a cron
> string. The factory returns an iterator which generates timestamps.
>
> http://code.google.com/p/gwt-cron/
>
> Have a lot of fun
> Ronny
>
> --
> 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: Spring GWT Integration

2011-02-24 Thread nino ekambi
Well because this is an open source Project and maybe some one else could
contribuate ? :)
I think those guys are busy building the best Web framework out there.

2011/2/24 lascarayf 

> Why GWT team do not make a OFFICIAL GWT SPRING INTEGRATION
> DOCUMENT??
>
> --
> 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: Bazarooma, a realestate site with GWT

2011-02-22 Thread nino ekambi
Hello :)
I m living in Munich.
Will be my pleasure to go for a beer with you :)
Regards,

Alain

2011/2/23 Shyam Visamsetty 

> Overall, an Excellent 1st Release. One thing I wanted to point out is
> the Sign Out Feature. When I login using google accounts and log out.
> It only logs me out of your website. but not google account. Beware to
> notify your users about that. Suppose, they are using a public
> computer, they might not log off their google account, which would be
> disastrous.
>
> Also, would be good for you to have usage terms and conditions during
> first login/registration. It will help you in the long run and gives
> you a legal standpoint.
>
> Hope it helps.
>
> Thanks,
> Shyam
>
> On Feb 22, 6:20 pm, George Georgovassilis 
> wrote:
> > Thank you for the great interest folks!
> >
> > We've recorded nearly hundred visitors who we could trace back to this
> > post and who had, to a lesser or greater extent, a look at our site.
> > Unfortunately we've not received but very little feedback so far - I
> > hope we didn't scare or bore you away. If you can make it to a quick
> > visit and drop us a line, we'd be very keen on your feedback -
> > especially those of you sitting behind corporate proxies :-)
> >
> > TIA,
> > G.
> >
> > PS: if you're currently in the broader Munich area or in Rome in
> > April, I'd be happy to catch up with you on a beer or two
>
> --
> 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.



Adobe Flex Frontend for GWT

2011-02-22 Thread nino ekambi
Hello community,
We all know that there is a lot of UI libraries out there for  GWT, mot of
them based on HTML/JS ans CSS.

Well i m glad to announce a new UI library in the GWT  familly: the *Adobe
 Flex Framework and his UI Components* !.
On top of that i ll had support for *client side PDF and Excel
Generation*in the browser.

You can hav a look at the preview on my project page:
http://code.google.com/p/gwt4air/

Feedbacks are verry welcome.

Regards,

Alain

P.S:
I m looking  for support  in the project. So if somebody out there want to
join, please feel free to contact me.

-- 
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: gwt4air 2.0 is out

2011-02-09 Thread nino ekambi
Thanks Thomas and there is more coming up :)
Cheers,
Alain

2011/2/9 Thomas Broyer 

> Wow! Looks like you worked hard since the 1.0! Keep up the good work Alain!
> ;-)
>
> --
> 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.



gwt4air 2.0 is out

2011-02-09 Thread nino ekambi
Hello community,

i m glad to annouce  the release of gwt4air 2.0

the project nows add support for the Titanium Runtime(
http://www.appcelerator.com/)
For the full release note please look on the project page:
http://code.google.com/p/gwt4air/

like always any feedback are very welcome.

Regards,

Alain

-- 
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: Wave

2011-01-09 Thread nino ekambi
Well i can not help you guys , but wanted to give my two cent  to Horst.
I  disagree with  you saying that  people should not  asking about  things
they can not  figure out themselves.
This is a community  and  i believe the main goal is to share knowledge.
There are a lot people here in the group that spend their time studying
GWT(Thomas Broyer and so on... )  and  give those informations for free.
What would it  be  if they just say "Sorry i cant help, go and study the
source code, the solution is there".

If you hav  the infos and dont want to give them away that s your choice and
 i m ok with that. But it s alright to ask questions dough

Regards,

Alain

2011/1/9 Deepak Singh 

> Sudhakar,
>
> i use windows only.
> so what else that i can do?
> Also, i hope chrome frame is required only for wave as it uses this frame,
> not for all gwt apps.
> I just want to replace this frame with some customised gwt widget so that
> app user does not need to install chrome frame.
>
>
> On Sun, Jan 9, 2011 at 11:17 PM, Sudhakar wrote:
>
>> Deepak,
>>
>> I hope you are using Linux.
>>
>> Please fire the below command in the terminal.the pre-req is mercurial
>> had to be installed.
>>
>> hg clone https://wave-protocol.googlecode.com/hg/ wave-protocol
>>
>> Yes Chrome Frame is a mandatory thing for all GWT apps.
>>
>> Please check the below link for more info.
>>
>> http://code.google.com/p/wave-protocol/source/checkout
>>
>> Regards,
>>
>> Sudhakar.
>>
>>
>> On Sun, 2011-01-09 at 22:57 +0530, Deepak Singh wrote:
>> > Pls do share with me your progress as i would be starting this work
>> > soon.
>> > And also confirm that chrome frame is necessary for this or is there
>> > any alternate to it?
>> >
>> > On Sun, Jan 9, 2011 at 10:33 PM, Sudhakar
>> >  wrote:
>> > Guys,
>> >
>> > I have taken a clone of Wave protocol in my ubuntu.But i dont
>> > know how
>> > to start.
>> >
>> > Please help.
>> >
>> > Regards,
>> >
>> > Sudhakar
>> >
>> >
>> >
>> > On Sun, 2011-01-09 at 21:17 +0530, Deepak Singh wrote:
>> > >
>> > >
>> > > Hi All,
>> > > I also want to have UI like this. Any suggestion how to
>> > start this
>> > > way..
>> > >
>> > >
>> > >
>> > > On Sun, Jan 9, 2011 at 2:32 PM,
>> >  wrote:
>> > > Hi guys,
>> > >
>> > > Could you please help me creating a interface/GUI
>> > like wave.
>> > >
>> > > Regards,
>> > >
>> > > Sudhakar
>> > > Empower your Business with BlackBerry® and Mobile
>> > Solutions
>> > > from Etisalat
>> > >
>> > > --
>> > > 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.
>> > >
>> > >
>> > >
>> > >
>> >
>> > > --
>> > > 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.
>> >
>> >
>> >
>> > --
>> >
>> > 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.
>> >
>> >
>> >
>> >
>> >
>> > --
>> > 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.
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups

Re: Happy New Year to the GWT team

2010-12-31 Thread nino ekambi
frohes neues Jahr :)

2010/12/31 Francesco Izzi 

> Happy new YEAR guys
>
> 2010/12/31 Giuseppe La Scaleia 
>
> +1 . Happy new year
>>
>> 2010/12/31 Supercobra Thatbytes 
>>
>> Best wishes for 2011 to the GWT team. GWT is awesome.
>>>
>>> Daniel
>>>
>>> --
>>> 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.
>>>
>>>
>>
>>
>> --
>> Giuseppe La Scaleia
>> CNR - IMAA
>> geoSDI - NSDI
>> Sviluppo Software
>>
>> C.da S. Loja
>> 85050  Tito Scalo - POTENZA (PZ)
>> Italia
>>
>> phone:  +39 0971427305
>> fax:  +39 0971 427271
>> mob:+39 3804697436
>> mail: giuseppe.lascal...@geosdi.org
>> skype:  glascaleia
>>
>> web: http://www.geosdi.org
>>
>>
>>
>>  --
>> 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.
>>
>
>
>
> --
> Francesco Izzi
> CNR - IMAA
> geoSDI
> Responsabile Sviluppo Software
>
>
> C.da S. Loja
> 85050  Tito Scalo - POTENZA (PZ)
> Italia
>
> phone:  +39 0971427305
> fax:  +39 0971 427271
> mob:+39 3203126609
> mail: francesco.i...@geosdi.org
> skype:  neofx8080
>
>
> web: http://www.geosdi.org
>
>
>  --
> 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.
>

-- 
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: Choosing a file in local directory

2010-12-30 Thread nino ekambi
if you app must be a web app then maybe you could go  the HTML5 way ?   i ve
hard HTML5 has a File api. I personally never used it.
But  if it  possible for you to deploy you  app as a desktop  application
then you could  pack it as a   Aode AIR  application. This will  enable
local file access for you. The library here can help you  do that
http://code.google.com/p/gwt4air/.
Another solution would be the Titanium runtime located here :
http://www.appcelerator.com/. I m working on a GWT API  for Titanium rigt
now. In the mean time you might have to go the pure JS way or write  a
wrapper youself.

If you hav any question on  feel free to ask

Regards,

Alain

2010/12/30 jc 

> Ok, then how can i access a file in local directory, is there is any
> other way to access or read and write a file? reply me please
>
> On Dec 30, 3:38 pm, Didier Durand  wrote:
> > Hi,
> >
> > GWT Java code gets converted to Javascript. Javascript then runs in
> > the sandbox of your browser: you can't access the local file system
> > because of this sandbox architecture.
> >
> > regards
> > didier
> >
> > On Dec 30, 8:27 am, Rubini  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > jc  writes:
> >
> > > > I check the fileupload widget, but it show only the filename
> correctly
> > > > not full path.
> > > > it show c:/fakepath/filename. I need to read and wirte a file in a
> > > > local directory. Send me a
> > > > sample code if you have.
> >
> > > > On Dec 28, 8:43 pm, Ben Imp  wrote:
> > > > > You would be looking for the FileUpload widget, which just wraps a
> > > > > html file input element.
> >
> > > > > -Ben
> >
> > > > > On Dec 28, 2:15 am, jc  wrote:
> >
> > > > > > Hi,
> > > > > > i am new to GWT, but i know java. I am using GWT in Eclipse. for
> > > > > > selecting a file in local directory in java, we use JFileChooser.
> > > > > > but i don't know to select a file in a local directory in GWT.
> can any
> > > > > > one help please.
> >
> > > Hi,
> >
> > > can anyone help me to read and write a file in a local directory . The
> file
> > > Upload widget is by default having a text box. how to disable the text
>  box? .
> > > In chrome the text box is not editable while in IE i am able to edit
> it. how to
> > > disable the editing feature of file Upload-TxtBox  in various browsers
> >
> > > -Ruby
>
> --
> 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.
>
>

-- 
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: how to make table auto-extend, just like new google group UI 's content view?

2010-12-25 Thread nino ekambi
found it
thx

2010/12/25 zixzigma 

> nino,
> its to the right side of the main page.
>
> see here: http://oi53.tinypic.com/2hnvwno.jpg
>
> --
> 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.
>
>

-- 
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: how to make table auto-extend, just like new google group UI 's content view?

2010-12-25 Thread nino ekambi
Off topic question guys :)
How  do i access the new google group ?

Greets,

Alain

2010/12/25 Matthew Hill 

> Oops, sorry.
>
> Maybe try putting it in a dock layout panel?
>
> --
> 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.
>

-- 
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: Toast Notification

2010-12-14 Thread nino ekambi
Yes :)

2010/12/14 amjibaly 

> Yes!
>
> On Dec 13, 1:20 pm, Jay Bose  wrote:
> > If there was a version the Toast Notification available to you, via the
> > GWT API, would you use it?
> >
> > If you are not familiar with the Toast Notificiation, look herehttp://
> developer.android.com/guide/topics/ui/notifiers/toasts.html
>
> --
> 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.
>
>

-- 
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: Webtop development

2010-12-10 Thread nino ekambi
http://www.sencha.com/examples/desktop.html

cheers,

Alain

2010/12/10 Didier Durand 

> Hi,
>
> GWT is probably the best choice if your competences in Java are
> already there and also if your backend system are written in Java
> because then you have the same core technology for front- and back-end
> and can leverage the great java tooling (junit, findbugs, etc.) for
> your front-end
>
> regards
> didier
>
> On Dec 10, 1:04 pm, csaffi  wrote:
> > Hi everybody,
> > I would like to develop a webtop on which running desktop-like web
> > applications. What do you think is the best technology for this
> > purpose? GWT could help me? Is there any GWT Webtop demo?
> >
> > Thank you very much in advance for your help!
>
> --
> 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.
>
>

-- 
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: implement Gmail Drap File attachment with GWT??

2010-12-04 Thread nino ekambi
http://www.thecssninja.com/javascript/gmail-upload

cheers,
Alain

2010/12/4 Noor 

> Hi, has someone been able or does someone know how to implement the
> GMAIL drag file attachment style with GWT??
>
> --
> 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.
>
>

-- 
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: Ship a GWT app as a desktop app with local server?

2010-12-04 Thread nino ekambi
You can use JavaScript/HTML/CSS to build AIR application. the library will
help you use GWT(Java) to build AIR application. So you basically can use
the hole GWT API inside AIR.
Through the native process API you can also communicate with other
programms.

Greets,

Alain

2010/12/4 Brett Thomas 

> Thanks all for the responses. I'm still thinking this through, will follow
> up when we make a decision. The analysis library is in development in C++,
> though we could probably port to another language if there were a compelling
> reason.
>
> One option I am going to explore more is Native Client:
> http://code.google.com/p/nativeclient-sdk/ (I'd never heard of this 'til I
> started googling yesterday.) I'd have no problem telling users that they
> have to use Google Chrome for the local version.
>
> Alain, can you run standard java code in an Air app? I thought it had to be
> Flex/ActionScript.
>
> On Sat, Dec 4, 2010 at 11:06 AM, Evan Ruff  wrote:
>
>> Alain,
>>
>> That's sweet. I've been kicking around HTML5 Offline stuff and haven't
>> really had a lot of success as of yet. This looks like a great low-
>> impact interm solution until the pure stuff is ready!
>>
>> E
>>
>> On Dec 3, 6:00 pm, nino ekambi  wrote:
>> > Hello you Adobe AIR will perfectly fit your need. you can use adobe AIR
>> with
>> > GWT without any use of JavaScript using the library here :
>> http://code.google.com/p/gwt4air/
>> >
>> > <http://code.google.com/p/gwt4air/>for any help feel free to contact me
>> >
>> > Regards,
>> >
>> > Alain
>> >
>> > 2010/12/3 Brian Reilly 
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > As much as I like GWT, I think it might not be the right tool for your
>> > > situation.
>> >
>> > > Your two use cases are:
>> >
>> > > * Remote data and compute
>> > > * Local data and compute (unless you meant that desktop use would use
>> > > remote compute, but I don't think so because that would require
>> transmitting
>> > > local data to the server)
>> >
>> > > While being able to reuse the UI (for both consistency and
>> > > development efficiency) is a good goal, it sounds like your real
>> substance
>> > > is the analysis algorithms. What language are those implemented in?
>> >
>> > > Assuming you're using Java, you do have some options. A separate
>> desktop
>> > > application is one of them. You could also go with a webapp and use
>> > > something like Jetty on the desktop, like Gaurav suggested. I think
>> that
>> > > would be awkward in desktop mode as you'd have two processes to worry
>> about,
>> > > the jetty server and the browser, which may be tricky to do well and
>> may be
>> > > confusing to users. Plus your access to the local filesystem is going
>> to be
>> > > awkward. You'd probably have to present an upload widget to invoke the
>> > > system file dialog, but then just pass the file path to the locally
>> running
>> > > server for it to open directly (which hopefully it would be able to
>> do...)
>> >
>> > > You might instead want to look into using Swing, SWT, JavaFX, or
>> Apache
>> > > Pivot. I went to a NEJUG talk about Pivot earlier this year and was
>> pretty
>> > > impressed with it. Some things even reminded me of GWT.
>> >
>> > > One catch, though... I'm not sure if it's just their demos, but they
>> > > require Java 6, and they don't quite work in-browser on Mac OS X 10.5.
>> > > Supposedly they do work in 10.6, but I haven't upgraded yet so I can't
>> > > confirm. (See
>> > >
>> http://mail-archives.apache.org/mod_mbox/pivot-user/201006.mbox/%3C8D8726BA-
>> 54bd-4745-87d1-40d067b34...@mac.com%3efor the response to my question on
>> the Pivot mailing list.)
>> >
>> > > -Brian
>> >
>> > > On Fri, Dec 3, 2010 at 1:36 PM, Gaurav Vaish > >wrote:
>> >
>> > >> Why not use Jetty (Embeddable, Lightweight Java Servlet Container -
>> > >> cross platform).
>> >
>> > >> --
>> > >> Happy Hacking,
>> > >> Gaurav Vaish
>> > >>http://www.mastergaurav.com
>> >
>> > >> On Dec 3, 10:09 pm, Brett Thomas  wrote:
>> > >&

Re: Ship a GWT app as a desktop app with local server?

2010-12-03 Thread nino ekambi
Hello you Adobe AIR will perfectly fit your need. you can use adobe AIR with
GWT without any use of JavaScript using the library here :
http://code.google.com/p/gwt4air/

for any help feel free to contact me

Regards,

Alain

2010/12/3 Brian Reilly 

> As much as I like GWT, I think it might not be the right tool for your
> situation.
>
> Your two use cases are:
>
> * Remote data and compute
> * Local data and compute (unless you meant that desktop use would use
> remote compute, but I don't think so because that would require transmitting
> local data to the server)
>
> While being able to reuse the UI (for both consistency and
> development efficiency) is a good goal, it sounds like your real substance
> is the analysis algorithms. What language are those implemented in?
>
> Assuming you're using Java, you do have some options. A separate desktop
> application is one of them. You could also go with a webapp and use
> something like Jetty on the desktop, like Gaurav suggested. I think that
> would be awkward in desktop mode as you'd have two processes to worry about,
> the jetty server and the browser, which may be tricky to do well and may be
> confusing to users. Plus your access to the local filesystem is going to be
> awkward. You'd probably have to present an upload widget to invoke the
> system file dialog, but then just pass the file path to the locally running
> server for it to open directly (which hopefully it would be able to do...)
>
> You might instead want to look into using Swing, SWT, JavaFX, or Apache
> Pivot. I went to a NEJUG talk about Pivot earlier this year and was pretty
> impressed with it. Some things even reminded me of GWT.
>
> One catch, though... I'm not sure if it's just their demos, but they
> require Java 6, and they don't quite work in-browser on Mac OS X 10.5.
> Supposedly they do work in 10.6, but I haven't upgraded yet so I can't
> confirm. (See
> http://mail-archives.apache.org/mod_mbox/pivot-user/201006.mbox/%3c8d8726ba-54bd-4745-87d1-40d067b34...@mac.com%3efor
>  the response to my question on the Pivot mailing list.)
>
> -Brian
>
> On Fri, Dec 3, 2010 at 1:36 PM, Gaurav Vaish wrote:
>
>> Why not use Jetty (Embeddable, Lightweight Java Servlet Container -
>> cross platform).
>>
>>
>>
>> --
>> Happy Hacking,
>> Gaurav Vaish
>> http://www.mastergaurav.com
>>
>>
>> On Dec 3, 10:09 pm, Brett Thomas  wrote:
>> > Hi all, sort of an off beat question: what's the best cross-platform
>> library
>> > for a local web server, that could effectively make a standard GWT app
>> into
>> > a desktop app? Ideal would be super light weight, and just allow users
>> to
>> > run the app offline, with local data. Language could be Java, C++ or
>> Python.
>> >
>> > If curious about why such a library would be desired, some background at
>> the
>> > end of the email...
>> > Thanks for the help,
>> > Brett
>> >
>> > ***
>> > Background:
>> >
>> > I'm about to build an app for researchers to browse and analyze large
>> > scientific datasets. We want to permit two uses:
>> > -- Web version: users can browse/analyze common public datasets over the
>> web
>> > -- Local version: users can do the same browsing/analysis on their own
>> data
>> > set, *without* transferring the data to the server.
>> >
>> > The plan now is to build a desktop app for this. I'd love to make it a
>> > browser app instead, with GWT as the front end. If we went this route,
>> we'd
>> > have to provide some software download for the local version. Here are
>> the
>> > options I can think of:
>> > 1 -- Local version is a completely separate app. Hope to avoid this so
>> users
>> > get the same interface on web/local.
>> > 2 -- Use Gears (or Adobe Air). Avoided because that would require
>> > transferring server side analysis code to javascript (or Actionscript).
>> > (Right?)
>> > 3 -- Ship an executable that starts a local web server. User views app
>> athttp://localhost:12345/in the browser.
>> > (Any others I'm missing?)
>> >
>> > I am trying to assess the feasability of #3. The ideal workflow of our
>> app
>> > would be:
>> > -- Researcher checks out our site in the browser and tries it out. Likes
>> it,
>> > clicks the "Try this on your own data" button
>> > -- Downloads executable with mystery web server described above :)
>> > -- Double clicks executable and a minor GUI shows up with a "Get
>> started!"
>> > button
>> > -- User clicks, and the app is loaded in the browser
>> athttp://localhost:[whatever
>> > port]/. The app looks the same as it did online with the same
>> functionality,
>> > except the "Select data set" option lists local files...
>>
>> --
>> 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
>

Re: Announcing free online GWT/GAE mini-book

2010-12-02 Thread nino ekambi
Woah this is just getting better and better
Thank you so much !
Regards,
Alain

2010/12/3 marius.andreiana 

> Hi everyone,
>
> I'm glad to announce a free, online GWT 2.1 & GAE mini-book. It's
> available at
> http://code.google.com/p/gwt-gae-book
>
> The book aims to introduce engineers on how to professionally develop
> applications using Google Web Toolkit and App Engine by developing a
> full real application step by step.
>
> I'd like to thank the following persons for reviewing the contents and
> suggesting numerous improvements before making the book public:
> Philippe Beaudoin, Christian Goudreau, John Patterson, Zack Grossbart.
> Thanks!
>
> Hope you'll find it useful. Looking forward to your feedback and
> contributions,
> Marius
>
> --
> 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.
>
>

-- 
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: To smart GWT or not

2010-12-02 Thread nino ekambi
No one willing to step up and starting something ?
Then people stop complaining about Sencha or any other company that creates
GWT widgets and ask money for it. It s their right.

2010/12/1 aarnott 

> I've found Smart GWT to have rather poor performance and it comes at
> the added cost of massive javascript libraries (even when they are
> gzipped). If you are anything like me, you will probably find that you
> lose time in the long run by going with Smart GWT because you will
> want to get rid of it later to boost performance.
>
> Another issue is that it does not play nicely with existing GWT
> widgets. There were many sizing related hacks that I needed to put in
> my code just to get Smart GWT to work within some GWT-based Widgets I
> made earlier. If you are starting from scratch, it probably won't be a
> problem.
>
> On the other hand, it does offer a lot of functionality and the
> developers have been very responsive for fixing minor bugs I
> discovered. YMMV, of course.
>
> On Dec 1, 3:59 pm, nino ekambi  wrote:
> > I think the EXT-GWT versions are pretty  backward compatible(atleast
> those
> > we use) With version 3 they probably will break a lot  but let s wait and
> > see.
> > Dont get me wrong i m  not trying to put GXT on top of Smart GWT. But for
> > the type of products that we develop (targeting AIR runtime) Smart GWT
> does
> > not fit well because smart gwt can not run inside AIR. At least in the
> > application sandbox. It was more easy for me to make GXT work inside AIR
> > then Smart GWT. Now that i do have more time i ll take a closer look at
> > Smart GWT inside AIR. Since our customers dont want to pay a Designer to
> > custom the gwt widgets we hav to go the GXT-way. Maybe some can start a
> > project on creating some good themes for GWT ? i m willing to contribuate
> :)
> >
> > Regards,
> >
> > Alain
> >
> > 2010/12/1 Travis Camechis 
> >
> >
> >
> >
> >
> >
> >
> > > this is true.
> >
> > > On Wed, Dec 1, 2010 at 12:43 PM, Ivan Chappel  >wrote:
> >
> > >> You do realize that with every release Ext-GWT essentially creates a
> new
> > >> product breaking all previous API's. If they're trying to get closer
> to GWT,
> > >> then why not use GWT itself. Why pay for a product when you can use
> GWT for
> > >> free. By the time they plan on a release, there will be little or no
> value
> > >> it adds over "core"  GWT.
> >
> > >> On Wed, Dec 1, 2010 at 12:29 PM, nino ekambi <
> jazzmatad...@googlemail.com
> > >> > wrote:
> >
> > >>> It looks like sencha is planing to go  the GWT way in the version 3
> of
> > >>> their library
> > >>>http://www.slideshare.net/darrellmeyer/ext-gwt-30
> >
> > >>> 2010/12/1 Travis Camechis 
> >
> > >>> To me the worst part about the third party frameworks is that the
> widgets
> > >>>> can get slow and clunky or they don't follow the GWT ways making it
> hard to
> > >>>> implement MVP.
> >
> > >>>> On Wed, Dec 1, 2010 at 11:35 AM, Baloe 
> wrote:
> >
> > >>>>> Hi all,
> >
> > >>>>> I wonder, is there anyone using Smart GWT? Or, any other (Sencha)
> > >>>>> product? We are struggling with the poor widgets included with GWT
> and
> > >>>>> it looks like my boss is not going to accept to spend more time on
> how
> > >>>>> to get these GWT widgets into place. And we need more advanced
> widgets
> > >>>>> as well.
> >
> > >>>>> Thanks!
> > >>>>> NielsBaloe
> >
> > >>>>> --
> > >>>>> 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 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
> > >>>> Grou

Re: To smart GWT or not

2010-12-01 Thread nino ekambi
I think the EXT-GWT versions are pretty  backward compatible(atleast those
we use) With version 3 they probably will break a lot  but let s wait and
see.
Dont get me wrong i m  not trying to put GXT on top of Smart GWT. But for
the type of products that we develop (targeting AIR runtime) Smart GWT does
not fit well because smart gwt can not run inside AIR. At least in the
application sandbox. It was more easy for me to make GXT work inside AIR
then Smart GWT. Now that i do have more time i ll take a closer look at
Smart GWT inside AIR. Since our customers dont want to pay a Designer to
custom the gwt widgets we hav to go the GXT-way. Maybe some can start a
project on creating some good themes for GWT ? i m willing to contribuate :)

Regards,

Alain


2010/12/1 Travis Camechis 

> this is true.
>
>
> On Wed, Dec 1, 2010 at 12:43 PM, Ivan Chappel wrote:
>
>> You do realize that with every release Ext-GWT essentially creates a new
>> product breaking all previous API's. If they're trying to get closer to GWT,
>> then why not use GWT itself. Why pay for a product when you can use GWT for
>> free. By the time they plan on a release, there will be little or no value
>> it adds over "core"  GWT.
>>
>>
>> On Wed, Dec 1, 2010 at 12:29 PM, nino ekambi > > wrote:
>>
>>> It looks like sencha is planing to go  the GWT way in the version 3 of
>>> their library
>>> http://www.slideshare.net/darrellmeyer/ext-gwt-30
>>>
>>> 2010/12/1 Travis Camechis 
>>>
>>> To me the worst part about the third party frameworks is that the widgets
>>>> can get slow and clunky or they don't follow the GWT ways making it hard to
>>>> implement MVP.
>>>>
>>>>
>>>> On Wed, Dec 1, 2010 at 11:35 AM, Baloe  wrote:
>>>>
>>>>> Hi all,
>>>>>
>>>>> I wonder, is there anyone using Smart GWT? Or, any other (Sencha)
>>>>> product? We are struggling with the poor widgets included with GWT and
>>>>> it looks like my boss is not going to accept to spend more time on how
>>>>> to get these GWT widgets into place. And we need more advanced widgets
>>>>> as well.
>>>>>
>>>>> Thanks!
>>>>> NielsBaloe
>>>>>
>>>>> --
>>>>> 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.
>>>>>
>>>>>
>>>>  --
>>>> 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.
>>>>
>>>
>>>  --
>>> 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-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.
>>
>
>  --
> 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.
>

-- 
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: To smart GWT or not

2010-12-01 Thread nino ekambi
It looks like sencha is planing to go  the GWT way in the version 3 of their
library
http://www.slideshare.net/darrellmeyer/ext-gwt-30

2010/12/1 Travis Camechis 

> To me the worst part about the third party frameworks is that the widgets
> can get slow and clunky or they don't follow the GWT ways making it hard to
> implement MVP.
>
>
> On Wed, Dec 1, 2010 at 11:35 AM, Baloe  wrote:
>
>> Hi all,
>>
>> I wonder, is there anyone using Smart GWT? Or, any other (Sencha)
>> product? We are struggling with the poor widgets included with GWT and
>> it looks like my boss is not going to accept to spend more time on how
>> to get these GWT widgets into place. And we need more advanced widgets
>> as well.
>>
>> Thanks!
>> NielsBaloe
>>
>> --
>> 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.
>>
>>
>  --
> 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.
>

-- 
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 and Gmail Drap File attachment??

2010-12-01 Thread nino ekambi
Like i said i got the script from the link i provided. :)
You can then change the script to meet your need :)
Regards,
Alain

2010/12/1 Norberto 

> Me too!!
>
> Thanks!
>
>
> On Dec 1, 4:30 am, nino ekambi  wrote:
> > Hello,
> > this is  done using simple JS so you could implement it yourself  for
> > example through JSNI.
> > I think  i have the JS Script somewhere
> > let me know if you need it
> > Regards,
> > Alain
> >
> > 2010/12/1 Noor 
> >
> >
> >
> >
> >
> >
> >
> > > Hi, has someone been able to implement Gmail Drag File attachment and
> > > Upload with GWT??
> >
> > > --
> > > 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 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.
>
>

-- 
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 and Gmail Drap File attachment??

2010-11-30 Thread nino ekambi
Hello,
this is  done using simple JS so you could implement it yourself  for
example through JSNI.
I think  i have the JS Script somewhere
let me know if you need it
Regards,
Alain

2010/12/1 Noor 

> Hi, has someone been able to implement Gmail Drag File attachment and
> Upload with GWT??
>
> --
> 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.
>
>

-- 
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: Drag-and-drop solution with GwtQuery

2010-11-29 Thread nino ekambi
Absolutely fantastic
Great work ,
cheers
Alain

2010/11/29 Julien Dramaix 

> Hello,
>
> I'm proud to announce you the first release of the drag-and-drop
> plugin for GwtQuery.
> This plugin allows you to make any DOM element draggable and/or
> droppable.
> In addition, it offers an API to add drag-and-drop support to your GWT
> widget including also the new data presentetation widgets.
>
> Documentation is available on the gwt-query-plugins site :
>
> http://code.google.com/p/gwtquery-plugins/wiki/DragAndDropPluginForGWTDeveloppers
> Examples are available at :
>
> http://gwtquery-plugins.googlecode.com/svn/trunk/droppable/demo/GwtSimpleSample/GwtSimpleSample.html
>
> I'm looking forward your feedback,
>
> Julien
>
> --
> 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.
>
>

-- 
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: Gilead AND GWT

2010-11-25 Thread nino ekambi
Hello
i ve done that once
i ll check out my steps and come back  to you

greets,
Alain

2010/11/25 Noor 

> Hi, this is the second time I am posting this on gwt forum, the first
> time i didn't got any reply, this time I suppose that someone might
> help me. My problem is that I am not being able to integrate gilead
> with gwt.
>
> I am getting a series of problem sometimes log problem, persistence
> errors. Has someone try the music store tutorial by google, this is
> not launching at my place.
>
> Can some explain me how to integrate gilead into gwt by giving precise
> steps that worked for them and if possible send me the jars they have
> used at my mail baken...@gmail.com
>
> 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.
>
>

-- 
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 port of CodeMirror

2010-11-24 Thread nino ekambi
Maybe you could write some getting started stuff in the wiki ?

Cheers,

Alain

2010/11/24 Gaurav Vaish 

> Great!
> btw, here's the direct URL:
> http://gcodemirror.googlecode.com/svn/trunk/src/CodeMirrorTest/war/CodeMirrorTest.html
>
>
> --
> Happy Hacking,
> Gaurav Vaish
> http://www.mastergaurav.com
>
>
> On Nov 25, 2:20 am, nino ekambi  wrote:
> > Good work pal,
> > i ll definetly check it out.
> > Regards,
> > Alain
> >
> > 2010/11/24 Gaurav Vaish 
> >
> > > Hi Gang,
> >
> > > I am working on a GWT port of CodeMirror (http://codemirror.net).
> >
> > > The project is available at Google Code at
> > >http://code.google.com/p/gcodemirror.
> >
> > > Let me know if you find it useful.
> > > Critics, feedback welcome! :)
> >
> > > --
> > > Happy Hacking,
> > > Gaurav Vaish
> > >http://www.mastergaurav.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-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.
> >
> >
>
> --
> 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.
>
>

-- 
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 port of CodeMirror

2010-11-24 Thread nino ekambi
Good work pal,
i ll definetly check it out.
Regards,
Alain

2010/11/24 Gaurav Vaish 

> Hi Gang,
>
> I am working on a GWT port of CodeMirror (http://codemirror.net).
>
> The project is available at Google Code at
> http://code.google.com/p/gcodemirror.
>
> Let me know if you find it useful.
> Critics, feedback welcome! :)
>
>
> --
> Happy Hacking,
> Gaurav Vaish
> http://www.mastergaurav.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-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.
>
>

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



Fwd: gwt4air 1.1 is out

2010-11-24 Thread nino ekambi
-- Forwarded message --
From: nino ekambi 
Date: 2010/11/24
Subject: gwt4air 1.1 is out
To: google-web-toolkit@googlegroups.com


Hello People,
Gwt4Air 1.1 is out.

this version  now supports GWT 2.1, GXT 2.2.1 and adobe AIR 2.5 and
provides
the following features among others:

Bug fix in the NativeProcess API

Bug Fix in the DisplayObject API

Bug Fix in the 3D Map API

a new example showing how to communicate with a native process

a SoundUtil class to easely handle sound. So you can do something like this

File f = File.getDesktopDirectory().resolvePath("myMp3.mp3");
SoundUtil.play(f);
[

Like always feedback are verry welcome.

Regards,

Alain

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



gwt4air 1.1 is out

2010-11-24 Thread nino ekambi
Hello People,
Gwt4Air 1.1 is out.

this version  now supports GWT 2.1, GXT 2.2.1 and adobe AIR 2.5 and
provides
the following features among others:

Bug fix in the NativeProcess API

Bug Fix in the DisplayObject API

Bug Fix in the 3D Map API

a new example showing how to communicate with a native process

a SoundUtil class to easely handle sound. So you can do something like this

File f = File.getDesktopDirectory().resolvePath("myMp3.mp3");
SoundUtil.play(f);
[

Like always feedback are verry welcome.

Regards,

Alain

-- 
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: Volunteers???

2010-11-22 Thread nino ekambi
As long as my own project(http://code.google.com/p/gwt4air/) is not taking
to much time from me i m willing to be part of this.
Regards,

Alain

2010/11/22 ingo 

> hello rod,
>
> this sounds like a great idea. before i started using GWT i used a lot
> of the mighty YUI components. a tight integration of YUI into GWT
> would be great because the basic GWT widgets are not sufficient for
> real world projects. however, it all depends on the speed of a
> potential integration. and GWT developers do not want to sacrifice
> type safety - i think they usually use java and GWT because they love
> strong types.
>
> kind regards,
> ingo
>
> On 21 Nov., 16:54, Isuru <2eis...@gmail.com> wrote:
> > On 08/25/2010 09:17 PM, dolcra...@gmail.com wrote:
> >
> > > Why not natively port YUI to GWT?  Yeah exposing the api/library can
> > > make it easier if you're writing code that needs to be accessible from
> > > external javascript, but if you wrote it as a native/pure gwt library
> > > you would be able to benefit from gwt's optimizations.
> >
> > > On Aug 24, 12:37 pm, Rodrigue  wrote:
> > >> Hi All,
> >
> > >> I came to the idea to start a new open source project with the aim to
> > >> make the YUI javascrip library available to GWT programmers.
> >
> > >> The idea would be to make use of the ability of GWT to declare native
> > >> methods to wrap YUI (similar to Smart Gwt) so that we can use YUI
> > >> widgets while writing java code in a new future.
> >
> > >> You can find info about YUI here:http://developer.yahoo.com/yui/
> >
> > >> Some interested people?
> >
> > >> Rod
> >
> > That would be a good idea. I don't have a depth knowledge on how to do.
> > But I think if you start the project, it will success. And natively
> > porting YUI to GWT is best for future implementation to GWT optimization.
>
> --
> 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.
>
>

-- 
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: GXT, smartGWT and Co

2010-11-15 Thread nino ekambi
For what i know GXT is planing  with version 3  to support more  GWT
feartures
For the other libraries, no idea.

2010/11/15 Stefan Bachert 

> Hi,
>
> to which degree does framework which are on the top of GWT, follows
> GWT and support new features?
>
> - smartGWT
>   ? MVP
>   ? Cell Widgets
>   ? RequestFactory
>
> - GXT
>   ? MVP
>   ? Cell Widgets
>   ? RequestFactory
>
> - mosaic
>   ? MVP
>   ? Cell Widgets
>   ? RequestFactory
>
> .. more ?
>
>
> Stefan Bachert
> http://gwtworld.de
>
> --
> 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.
>
>

-- 
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: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-15 Thread nino ekambi
+1
:)

2010/11/13 zixzigma 

> GWT with its powerful set of features, make Large Scale Ajax software
> development possible.
>
> from Java to JS compiler, all the optimization, code splitting, MVP,
> Guice and Gin, new data binding features,
> and one can go on and on ...
>
> However one important aspect seem to be neglected for years and not
> aknowledged by GWT team is
> the absense of a powerful Widget library.
>
> The widget set provided by GWT is very basic, and does not include
> many many widgets needed to make more complex UI interaction possible.
>
> Drag and Drop (Tree for example or Grid, Filter), Calendar, Combo Box,
> Complex grids (sort, filter, etc) to name a few.
>
>  All the effort that goes into crafting a well architected and tested
> app goes unnoticed unfortunately cause its about First Impression most
> of the time !
> if you invest hours and hours to get the basic browser history
> working, all the design for testability etc,
> but dont have a pretty looking front-end, its just not fair !
>
> We often see posts here and on other forums from developers requiring
> more advanced widgets to develop their apps.
>
> there are alternatives out there, SmartGWT, Ext-GWT.
> They are great, lots of eye candy, but they encourage a more desk-top
> style apps on the web,
> which goes against Google best practices that says not to turn web
> apps into desktop-like apps).
> also third-party libraries dont fit well with MVP, API inconsistency,
> they are also are hard to customize beyond the provided themes. and
> some of the other open-source ones are too experimental.
>
> You can argue that well go create your own. but that does not make any
> sense at all.
> if GWT is for Large Scale applications, does it make sense that
> developers spend their time experimenting with where to position close-
> icon on a Tab ?! or adding maximize/minimize to a dialog ?
> what about these ubuquitous Callout Tooltips ? or implement drag and
> drop on a tree which is going to be a maintanance nightmare down the
> road ?! each project creating their own in-house widget library ?! and
> test it ?
>
>
> an alternative could be to use GWT along-side JQuery/YUI, because
> there are hundreds if not thousands of variation for each plugin you
> can think out there. but does it make sense to do all the optimization
> in GWT, only to load additional JS Libraries to use plugins on top of
> them?
>
> Google acquired Instantiations(GWT Designer) a while ago, which was
> great news,
> although many are waiting for them to add UiBinder feature(still in
> beta), it was a great move by Google.
>
> I was thinking if Google Team is busy with the architectural aspect of
> GWT, why not invest in or acquire a company to work on a powerful and
> complete Widget Library to put others to shame. (after all its Google,
> right ?!)
>
> I can understand why they have not done this so far, because Google
> have always been about simplicity and investing in more bleeding-edge
> technologies, but they can acquire others to do this for GWT
> community !
>
> The GWT team have done a superb job in creating this powerful Toolkit,
> and been so generous in sharing it with us. for that i am very
> grateful.
>
> But a boy can dream !
>
> All I Want for Christmas is a powerful Widget Library !
> a mix between Ext (Application-Oriented) and JQuery plugins (Designer
> oriented/eye candy/effects) !
>
> --
> 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.
>
>

-- 
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: Announcing gwt4air 1.0

2010-11-02 Thread nino ekambi
Work is  in progress to put the original copyright back
so let us be friends again please :)

P.S: Thomas you got a private e-mail from me :)

2010/11/2 Thomas Broyer 

>
>
> On 2 nov, 03:42, Hilco Wijbenga  wrote:
> > On 1 November 2010 17:48, Thomas Broyer  wrote:
> >
> > > On 2 nov, 00:43, nino ekambi  wrote:
> > >> If i put the library under gpl is because a friend told me that the
> best way
> > >> the keep improvment in the community.
> >
> > > I don't think it's compatible with Apache-licensed code however (as
> > > soon as you start copying/adapting it; only using it isn't a problem,
> > > it's a "bind by name" in Java, so it's not considered a "Derivative
> > > Work" (otherwise GXT wouldn't be GPL'd)).
> > > That's why I don't think too much about licensing and just pick the
> > > one of the project I'm basing my work on (Apache 2.0, the same as GWT,
> > > in this case).
> > > And given that you don't intend to make money out of it (contrary to,
> > > say, GXT), I'd recommend using Apache rather than GPL so anyone can
> > > use it any way they want (provided they following the licensing terms;
> > > item #4 of the Apache 2.0 license distributed in the COPYING file for
> > > instance ;-) )
> >
> > FYI, the BSD licence is GPL-compatible. So taking BSD (specifically
> > "Apache License version 2.0") licenced code and relicencing it as GPL
> > is perfectly legal. (Don't take my word for it, of course, do your own
> > research.) It's called "commercial-friendly" for a reason: it
> > explicitly allows *anyone* to "steal" your code and do with it pretty
> > much as they see fit (with some very minor caveats). So if you don't
> > want that then don't use a BSD licence. :-)
>
> Yes, you're right (my understanding, IANAL), except for one thing: the
> modified version must include the original copyright and attribution
> notices.
>
> --
> 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.
>
>

-- 
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: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
I copy that :)
work is in progress to correct it.

Greets,


Alain

2010/11/2 PhilBeaudoin 

> Alain,
>
> According to the terms of the Apache 2.0 license of the original work:
> "You must retain, in the Source form of any Derivative Works that You
> distribute, all copyright, patent, trademark, and attribution notices
> from the Source form of the Work, excluding those notices that do not
> pertain to any part of the Derivative Works"
>
> Cheers,
>
>   Philippe
>
> --
> 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.
>
>

-- 
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: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
Hello Thomas,
First thank you for your reply.
I just realised my mistake after i released the library yesterday that i
should nt hav remove your headers. My knowledge in software licensing is not
really that big. But i think i gave you all the credit for the main idea of
this project in one my post here. The intention was not definilty to steal
anything from you since i m not trying to make money and hav any credits out
of this.
I m changing the source code right now the puting your copyrights back.
Once again sorry for the inconvience.
Like i said in one of the post i just saw that u were not interested to work
on the project anymore so i started my own. I wrote you a couple of times
but u were not really answering me(i guess u are a busy man).
HTML5 is great but i think some things will npt work in the normal browser
event with html5(offline pdf or excel generation for example).

If i put the library under gpl is because a friend told me that the best way
the keep improvment in the community.

Once again i did nt ment to harm you in any way.

Regards,

Alain

2010/11/2 Thomas Broyer 

>
> Hi Alain,
>
> On 1 nov, 00:30, nino ekambi  wrote:
> > Hello community,
> > Igt s been a long way but i m proud to annouce the release of Gwt4Air 1.0
> > Gwt4Air will give you the the ability to turn  your GWT apps in to
> desktop
> > apps using adobe air.
> >
> > You can download the jar here http://code.google.com/p/gwt4air/.
>
> Er, RAR?!
>
> > The first release is compatible with gxt 2.2, gwt 2.0 and adobe air 2. It
> > includes the following features:
> >
> >  1) Access to the core AIR APi from GWT, you basically can do anything
> you
> > would do in actionscript or javascript.
> >  2) An adapter to make GXT(Ext-GWT) works inside the air application
> sandbox
> >  3) A pdf module to read and write pdf files.
> >  4) A google maps module, so you can produce maps even when your web
> client
> > is offline
> >  5) An adapter to male RPC and RequestBuilder calls possible with AIR.
> >  6) A sample app with source code that shows some examples. One of the
> > example is how you can export an GXT chart to pdf using gwt4air.
> >
> > The next releases will add more and more features(check out the roadmap)
> > To get started you can check out the wiki page.
> >
> > I hope you guys are going to like this and provide some good feedbacks.
> > For any question please feel free to contact me.
>
> I don't really mind that you copied code from
> http://gwt-in-the-air.googlecode.com
> as I've been bad at maintaining it and answering your concerns (I've
> both lost interest in the project and don't really believe in AIR any
> more actually, "HTML5" is the way forward IMO); what I don't quite
> like is that you're relicensing it under GPL without first asking me
> (interestingly, you included Apache 2.0 COPYING files but added GPL
> headers to the Java files). I'd have happily accepted patches, and
> even "given" you the project if you asked for it and somehow showed
> interest in maintaining (both fixing and enhancing) it.
>
> I won't enter in a battle: I'm not a lawyer and I don't have time or
> money to spend for it. In the end, I'd rather see my code used by
> someone (even "stolen" that way) than not at all.
>
> --
> 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.
>
>

-- 
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: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
I think imho that air provides more functionality then prism when it comes
to desktop integration. AIR provides some desktop-like functionality like
local file access, SQL storage, communication with other programms on the
users machine etc.

As a result, AIR supports web apps that can be used offline and Prism does
not

Prism  resembles bookmarks more than anything else. Except that the bookmark
is an icon on your computer and when you click on it, the browser doesn’t
have any toolbars. For me Prism provides nothing more than what any web
browser provides.

And like i said i m not trying to convince  people to use AIR instead of any
other  runtime out there.It comes down to your requirements.

We had customers who wanted to be able to work offline, generate pdf or
excel  even when offline, export/import  files to/from others tools. Those
are the things we could not do with Prism. Silverlight may have been an
option but we allready had a huge code base in GWT and were not willing to
rewrite everything.

We decided to go with AIR and it was good for us. And for those out there wo
hav the same requirements gwt4air can be a good help.


Greets,


Alain




2010/11/1 rakesh wagh 

> How would it be different from using say Mozilla Prism? Prism does not
> require anything special.
>
> Rakesh Wagh
>
> On Oct 31, 4:30 pm, nino ekambi  wrote:
> > Hello community,
> > It s been a long way but i m proud to annouce the release of Gwt4Air 1.0
> > Gwt4Air will give you the the ability to turn  your GWT apps in to
> desktop
> > apps using adobe air.
> >
> > You can download the jar herehttp://code.google.com/p/gwt4air/.
> > The first release is compatible with gxt 2.2, gwt 2.0 and adobe air 2. It
> > includes the following features:
> >
> >  1) Access to the core AIR APi from GWT, you basically can do anything
> you
> > would do in actionscript or javascript.
> >  2) An adapter to make GXT(Ext-GWT) works inside the air application
> sandbox
> >  3) A pdf module to read and write pdf files.
> >  4) A google maps module, so you can produce maps even when your web
> client
> > is offline
> >  5) An adapter to male RPC and RequestBuilder calls possible with AIR.
> >  6) A sample app with source code that shows some examples. One of the
> > example is how you can export an GXT chart to pdf using gwt4air.
> >
> > The next releases will add more and more features(check out the roadmap)
> > To get started you can check out the wiki page.
> >
> > I hope you guys are going to like this and provide some good feedbacks.
> > For any question please feel free to contact me.
> >
> > best regards,
> >
> > Alain
>
> --
> 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.
>
>

-- 
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: Fwd: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
Hello,
For what i know Apple does not support Flash on the iphone but does support
AIR on Mac. AIR is a lilttle bit different  from flash since AIR is more a
runtime then a browser plugin.
Even if you dont want to use flash in the browser, i do not think javascript
is the right way to go. Thank you GWT :)

This is more for people who want to turn their web apps into a desktop apps
without having to rewrite the app in C++ oder something like that.
The same code you use for the web apps can basically run in air without
rewrite.
The company i work for  has been using the library for quiet a long time now
with a lot of success and i wanted to share this :).

And you said it, the  world is so diverse :)

Regards,
Alain

2010/11/1 Sorinel C 

> Good job -- it looks good, but...
>
> Do you think is worth the effort, as long as Apple doesn't support
> Adobe products on their systems? Also, I know lots of companies that
> don't allow Flash plugin into their browser, so they go on the
> JavaScript path.
>
> Anyways, as world is so diverse, I think you'll find lots of people
> interested too -- good luck!
>
> Cheers,
> http://ui-programming.blogspot.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-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.
>
>

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



Fwd: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
-- Forwarded message --
From: nino ekambi 
Date: 2010/11/1
Subject: Announcing gwt4air 1.0
To: google-web-toolkit@googlegroups.com


Hello community,
It s been a long way but i m proud to annouce the release of Gwt4Air 1.0
Gwt4Air will give you the the ability to turn  your GWT apps in to desktop
apps using adobe air.

You can download the jar here http://code.google.com/p/gwt4air/.
The first release is compatible with gxt 2.2, gwt 2.0 and adobe air 2. It
includes the following features:

 1) Access to the core AIR APi from GWT, you basically can do anything you
would do in actionscript or javascript.
 2) An adapter to make GXT(Ext-GWT) works inside the air application sandbox
 3) A pdf module to read and write pdf files.
 4) A google maps module, so you can produce maps even when your web client
is offline
 5) An adapter to male RPC and RequestBuilder calls possible with AIR.
 6) A sample app with source code that shows some examples. One of the
example is how you can export an GXT chart to pdf using gwt4air.

The next releases will add more and more features(check out the roadmap)
To get started you can check out the wiki page.

I hope you guys are going to like this and provide some good feedbacks.
For any question please feel free to contact me.

best regards,

Alain

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



Announcing gwt4air 1.0

2010-10-31 Thread nino ekambi
Hello community,
It s been a long way but i m proud to annouce the release of Gwt4Air 1.0
Gwt4Air will give you the the ability to turn  your GWT apps in to desktop
apps using adobe air.

You can download the jar here http://code.google.com/p/gwt4air/.
The first release is compatible with gxt 2.2, gwt 2.0 and adobe air 2. It
includes the following features:

 1) Access to the core AIR APi from GWT, you basically can do anything you
would do in actionscript or javascript.
 2) An adapter to make GXT(Ext-GWT) works inside the air application sandbox
 3) A pdf module to read and write pdf files.
 4) A google maps module, so you can produce maps even when your web client
is offline
 5) An adapter to male RPC and RequestBuilder calls possible with AIR.
 6) A sample app with source code that shows some examples. One of the
example is how you can export an GXT chart to pdf using gwt4air.

The next releases will add more and more features(check out the roadmap)
To get started you can check out the wiki page.

I hope you guys are going to like this and provide some good feedbacks.
For any question please feel free to contact me.

best regards,

Alain

-- 
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 as a Desktop App (no browser !)

2010-10-23 Thread nino ekambi
Why is GWT  running inside AIR esoteric ? :)
At my company we are making incredible apps just doing that. Since that give
us to deploy to the browser and the desktop using the same code basis.

Greets
E

2010/10/22 mattlf 

> Hi
>
> I need to create a Desktop App. It can not be a browser App as this
> App should be the only App available.
> Is it possible for a  GWT App to run outside the browser (on a
> different runtime) as a standalone Desktop App (packaed with a
> runtime?)
> I came accross GWT running on top of AIR but it seems esoteric
> Thank you for your help
> matt
>
> --
> 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.
>
>

-- 
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 as a Desktop App (no browser !)

2010-10-23 Thread nino ekambi
You can use the GWT  to write applications that can run in the Adobe AIR
runtime.
I m about to release a library( my the end the mounth) that will help you do
that
you will find it here : http://code.google.com/p/gwt4air/
With adobe AIR you just dont only out of the browser, you can access the
filesystem too and do many other things.

check it out and let me know what you think



2010/10/23 rjcarr 

> If you don't use any services you could use a gwt app in a browser
> without internet access.
>
> Otherwise, you'll need to embed a browser into your desktop
> application.  GWT is a web platform and as such needs to run in a
> browser.
>
> On Oct 22, 1:52 pm, mattlf  wrote:
> > Hi
> >
> > I need to create a Desktop App. It can not be a browser App as this
> > App should be the only App available.
> > Is it possible for a  GWT App to run outside the browser (on a
> > different runtime) as a standalone Desktop App (packaed with a
> > runtime?)
> > I came accross GWT running on top of AIR but it seems esoteric
> > Thank you for your help
> > matt
>
> --
> 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.
>
>

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



JSNI Reserved Word ?

2010-09-09 Thread nino ekambi
Hello People,

i trying to call the export Method from a library  through JSNI  like follow

  public final native String export(String type) -{

 return this.export(type);
}-;*/


but i m getting an error " missing name after . operator".

is the  export word reserved in JSNI ?


Greets

E

-- 
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: Making GWT look good...

2010-08-06 Thread nino ekambi
Take a look at the GXT(Ext GWT ) Style
i think it looks pretty good

2010/8/6 Roman Kuzmin 

> Try using system theme from GWT mosaic project. It make standar
> application look MUCH better
>
> --
> 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.
>
>

-- 
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 + Hibernate + MySQL + Tomcat + Ant + Log4j + SVN; is this possible all together?

2010-08-05 Thread nino ekambi
How do you guys  are getting a gwt app to work like a standalone app ?

greets

2010/8/5 Sanky <74.san...@gmail.com>

> Oh really!!! that s great.This message boost up my confidence. I am
> trying to create a whole setup. Would you help me if I may need?
>
> On Aug 4, 6:33 am, Fernando  wrote:
> > Yes, I did a project a few months ago with everything you listed
> > except, maybe, Hibernate
> > I say maybe because the project itself used an internal framework very
> > similar to Hibernate
> >
> > On 3 ago, 05:18, Sanky <74.san...@gmail.com> wrote:> Hello,
> > > I am learning GWT for a while. I tried tutorials of GWT. I learnt
> > > Hibernate as well. Now I am going to work on a real application. It is
> > > divided into 2 parts: Standalone Desktop mode(without internet
> > > connection) and web mode(with internet connection, front end will
> > > remain same as for Desktop mode, with an added button nd some message
> > > boxes).
> > > This project is connected to other project so i have to use the same
> > > configuration (if possible to use this all) used for that main
> > > project, the configuration includes:
> > > GWT - for front end and business logic
> > > Hibernate - Database connectivity
> > > MySQL - as a database
> > > Ant - war built tool
> > > Tomcat - Application server
> > > log4j - for logging
> > > SVN - repository
> >
> > > My query is ' can I use this configuration for this project?
> > > Desktop mode has no Database connectivity, but use xml to store data.
> > > Do i need to use Tomcat for desktop mode?
> > > What other things I need to be careful with?
>
> --
> 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.
>
>

-- 
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: MacBook ok for GWT development?

2010-08-05 Thread nino ekambi
Hi i also hav one question. Ist there a gwt development plugin for safari on
mac?  Thc.

Am 05.08.2010 21:45 schrieb "jones34" :

I have a 3 1/2 year old MacBook with 6GB RAM that I use for GWT
development. Everything works great except that I don't even attempt
to do client-side test automation because it is s painfully slow.
The startup overhead for server side testing is a little annoying but
certainly bearable.

I'm considering buying a new MacBook Pro, but don't want to waste the
money on a high-end machine (the 15' version is $2K, or twice the cost
of a standard MacBook) if when all is said and done, it's still too
slow for GWT client test automation.  This is basically the only thing
I want to do on my current MacBook that it just can't do.

Does anybody have any experience with GWT client testing on a similar
platform?  Do you really need a desktop machine for this?

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.

-- 
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: i18n translations

2010-08-05 Thread nino ekambi
I can help with german and french i u want

Am 05.08.2010 21:42 schrieb "Fernando" :

I can help you with portuguese (from Brazil).


On 5 ago, 10:55, ale  wrote:
> Of course I want!!!
> Thank you!
>
> On 5 Ago, 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 + Hibernate + MySQL + Tomcat + Ant + Log4j + SVN; is this possible all together?

2010-08-04 Thread nino ekambi
How did u get the application to be standalone? Did used gears or something
like that?  Greets

Am 04.08.2010 15:33 schrieb "Fernando" :

Yes, I did a project a few months ago with everything you listed
except, maybe, Hibernate
I say maybe because the project itself used an internal framework very
similar to Hibernate


On 3 ago, 05:18, Sanky <74.san...@gmail.com> wrote:
> Hello,
> I am learning GWT for a while. I tri...

-- 
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 Rocks!

2010-07-27 Thread nino ekambi
The Best Webframework of the world in my eyes.

Thanks Google

2010/7/28 Christian Goudreau 

> Gwt est de la bombe ! Ok, that sound more like french from France. I would
> have said Gwt Rocks even if I'm french ! LOL
>
>
> On Tue, Jul 27, 2010 at 6:45 PM, charlie  wrote:
>
>> Thirded.
>>
>>
>> On Tue, Jul 27, 2010 at 5:38 PM, Daniel Simons 
>> wrote:
>>
>>> I agree
>>>
>>>
>>> On Tue, Jul 27, 2010 at 5:30 PM, nacho  wrote:
>>>
 Hi, i just must say that i like GWT more and more every second!!!

 In argentinian 'GWT es una masa!!!'

 In spanish 'GWT está de puta madre!!!'

 Nothing more, i had to share my felling

 :D

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


>>>  --
>>> 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-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.
>>
>
>
>
> --
> Christian Goudreau
>
> --
> 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.
>

-- 
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: The Music Collective, a GWT project

2010-07-12 Thread nino ekambi
Oh yeah what i mean tis how so you get that expnad and collpase effect
working
still cant fogure it out :)

Greets

Nino

2010/7/12 nino ekambi 

> Greet Work
>
> 2010/7/12 charlie 
>
>> Yep GXT, have been loving it so far.
>>
>> The accordion effect is
>> http://www.sencha.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/layout/AccordionLayout.html
>>  .
>>
>> I have a MenuPanel that extends ContentPanel with setLayout( new
>> AccordionLayout() ) , and each accordion entry is just something that
>> extends ConentPanel.
>>
>> Open sourcing soon, need to clean it up first :).
>>
>>
>> On Mon, Jul 12, 2010 at 4:00 PM, nino ekambi > > wrote:
>>
>>> Nice App
>>>
>>> You are using GXT right ?
>>>
>>> How do you get that accordion effect working ?
>>> cant figure it out
>>>
>>> Greets
>>>
>>> Nino
>>>
>>> 2010/7/12 charlie 
>>>
>>>>  Hi all!
>>>>
>>>> So I'm launching my first GWT app,
>>>> http://www.the-music-collective.com/listen/MP3Player.html .  A year ago
>>>> pandora started charging for more than 40 hours a month, so I decided to
>>>> write an online mp3 player that I could upload my music to once and listen
>>>> to wherever.
>>>>
>>>> It's since become an sort of social networking meets music app, where
>>>> you invite friends, they 'like' songs, and you can get a glimpse of what
>>>> everyone is into, music wise, at the moment.
>>>>
>>>> One interesting aspect was this deferred login / sign up.  The
>>>> application only prompts you for login / signup when you try to do 
>>>> something
>>>> that requires you to be logged in.  This was an after thought, but thanks 
>>>> to
>>>> how GWT is setup, it required little to no changes at all.
>>>>
>>>> So, what have you built with GWT?  Share!
>>>>
>>>> Charlie
>>>>
>>>> --
>>>> 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.
>>>>
>>>
>>>  --
>>> 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-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.
>>
>
>

-- 
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: The Music Collective, a GWT project

2010-07-12 Thread nino ekambi
Greet Work

2010/7/12 charlie 

> Yep GXT, have been loving it so far.
>
> The accordion effect is
> http://www.sencha.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/layout/AccordionLayout.html
>  .
>
> I have a MenuPanel that extends ContentPanel with setLayout( new
> AccordionLayout() ) , and each accordion entry is just something that
> extends ConentPanel.
>
> Open sourcing soon, need to clean it up first :).
>
>
> On Mon, Jul 12, 2010 at 4:00 PM, nino ekambi 
> wrote:
>
>> Nice App
>>
>> You are using GXT right ?
>>
>> How do you get that accordion effect working ?
>> cant figure it out
>>
>> Greets
>>
>> Nino
>>
>> 2010/7/12 charlie 
>>
>>>  Hi all!
>>>
>>> So I'm launching my first GWT app,
>>> http://www.the-music-collective.com/listen/MP3Player.html .  A year ago
>>> pandora started charging for more than 40 hours a month, so I decided to
>>> write an online mp3 player that I could upload my music to once and listen
>>> to wherever.
>>>
>>> It's since become an sort of social networking meets music app, where you
>>> invite friends, they 'like' songs, and you can get a glimpse of what
>>> everyone is into, music wise, at the moment.
>>>
>>> One interesting aspect was this deferred login / sign up.  The
>>> application only prompts you for login / signup when you try to do something
>>> that requires you to be logged in.  This was an after thought, but thanks to
>>> how GWT is setup, it required little to no changes at all.
>>>
>>> So, what have you built with GWT?  Share!
>>>
>>> Charlie
>>>
>>> --
>>> 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-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.
>>
>
>
>
> --
> 
>
> --
> 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.
>

-- 
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: The Music Collective, a GWT project

2010-07-12 Thread nino ekambi
Nice App

You are using GXT right ?

How do you get that accordion effect working ?
cant figure it out

Greets

Nino

2010/7/12 charlie 

> Hi all!
>
> So I'm launching my first GWT app,
> http://www.the-music-collective.com/listen/MP3Player.html .  A year ago
> pandora started charging for more than 40 hours a month, so I decided to
> write an online mp3 player that I could upload my music to once and listen
> to wherever.
>
> It's since become an sort of social networking meets music app, where you
> invite friends, they 'like' songs, and you can get a glimpse of what
> everyone is into, music wise, at the moment.
>
> One interesting aspect was this deferred login / sign up.  The application
> only prompts you for login / signup when you try to do something that
> requires you to be logged in.  This was an after thought, but thanks to how
> GWT is setup, it required little to no changes at all.
>
> So, what have you built with GWT?  Share!
>
> Charlie
>
> --
> 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.
>

-- 
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 adoption

2010-07-12 Thread nino ekambi
For me i think GWT is the future.
It s just a genius way to write desktop type web application.


2010/7/9 mk 

> Do you guys think that GWT will the most widely used framework in
> future ( or there will be mix of other frameworks in future. If yes
> than which frameworks).
>
> I am little worried that why GWT is not adopted at a rate I would have
> thought for last 4 yrs.  why why...
>
> --
> 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.
>
>

-- 
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 RPC with Adobe AIR 2

2010-07-12 Thread nino ekambi
Well i think i ve figured it out

the first Problem is  in the RequestBuilder class. (Well actually is the
XMLHttpRequest Class)

take a look at the  XMLHttpRequest Class in the method *clearOnReadyStateChange
(*line 113)

 public final native void clearOnReadyStateChange() /*-{
var self = this;
$wnd.setTimeout(function() {
  // Using a function literal here leaks memory on ie6
  // Using the same function object kills HtmlUnit
 * self.onreadystatechange = new Function();*
}, 0);
  }-*/;

this throws an error inside adobe AIR.

So to overcome this i did someting like this inside the RequestBuilder Class
in the doSend Method (around * line 381*)


  // Must set the onreadystatechange handler before calling send().
xmlHttpRequest.setOnReadyStateChange(new ReadyStateChangeHandler() {
  public void onReadyStateChange(XMLHttpRequest xhr) {
if (xhr.getReadyState() == XMLHttpRequest.DONE) {

/**
 * Avoide new Function security error in Adobe AIR
 */
   * if(! Runtime.isAIRRuntime()){*
*** *
*** **xhr.clearOnReadyStateChange();*
*}*
* *
*  request.fireOnResponseReceived(callback);*
*}*
  }
});


The Runtime class is a class i created my self.


After you have done this you are half way :)

You need to make a change in RemoteServiceServlet class too. Because  the
modeBaseURL of the adobe air application istarts with
*app:/ . This will throw an Exeption so you need to change that *
*
*
*i did something like (RemoteServiceServlet around line 41*) * :*
*
*
*
*
*
if (moduleBaseURL != null) {
  try {


  if(moduleBaseURL.indexOf("app:") >= 0){

 moduleBaseURL =  moduleBaseURL.replaceFirst("app:/", "
http://127.0.0.1:/";);

}


modulePath = new URL(moduleBaseURL).getPath();
  } catch (MalformedURLException ex) {
// log the information, we will default
servlet.log("Malformed moduleBaseURL: " + moduleBaseURL, ex);
  }
}



And after that GWT RPC is running with Adobe AIR.

Hope this could help

greets


*
*
*


*
*
2010/7/11 nino ekambi 

> Yeah you are right.
> It looks the gwt is generating some new Function(){...} constructs,
>
> what adobe air doesnt like.
>
> Anybody has a solution to this ?
> I m also really  interested
>
> greets
>
> 2010/7/11 Joe Cole 
>
>> On Jul 11, 1:39 pm, nino ekambi  wrote:
>>
>> > Why dont just use the RequestBuilder  and send  the response back as
>> JSON or
>> > XML ?
>>
>> Because you have to write some of the conversion process manually
>> which is automated with GWT.
>>
>> Unless you know of a project that is a drop-in replacement for RPC
>> with no extra code required?
>>
>> --
>> 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.
>>
>>
>

-- 
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 RPC with Adobe AIR 2

2010-07-11 Thread nino ekambi
Yeah you are right.
It looks the gwt is generating some new Function(){...} constructs,

what adobe air doesnt like.

Anybody has a solution to this ?
I m also really  interested

greets

2010/7/11 Joe Cole 

> On Jul 11, 1:39 pm, nino ekambi  wrote:
> > Why dont just use the RequestBuilder  and send  the response back as JSON
> or
> > XML ?
>
> Because you have to write some of the conversion process manually
> which is automated with GWT.
>
> Unless you know of a project that is a drop-in replacement for RPC
> with no extra code required?
>
> --
> 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.
>
>

-- 
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 RPC with Adobe AIR 2

2010-07-10 Thread nino ekambi
Why dont just use the RequestBuilder  and send  the response back as JSON or
XML ?

2010/7/11 Joe Cole 

> We have a very large app that uses air extensively (both online and
> offline modes). We had to jump through many hoops to get RPC working.
>
> For AIR compiles, we replace the following class with this method:
>
> public final class ClientSerializationStreamReader extends
> AbstractSerializationStreamReader {
>
>private static native JavaScriptObject eval(String encoded) /*-{
>   return $wnd.parseGwtRpc(encoded);
> }-*/;
>
> ... etc
>
> }
>
> Air is unable to eval gwt returned responses over a certain length, as
> they are turned into arrays on the server. So we decode them if they
> are this type...
>
> // in your js file which is included...
> String.prototype.endsWith = function (s) { return this.length >=
> s.length && this.substr(this.length - s.length) == s; }
>
> function decodeGWT(s) {
>if( ! s.endsWith("])") ) return s;
>var end = s.indexOf("].concat(");
>var first = s.substring(0, end+1);
>var second = s.substring(end+"].concat(".length);
>var arr = eval(first);
>var middle = second.indexOf("],[");
>var current = 0;
>while( middle != -1 ) {
>   var x = second.substring(current, middle+1);
>   var arr2 = eval(x);
>   arr = arr.concat(arr2);
>   current = middle + 2;
>   middle = second.indexOf("],[", middle+1);
>}
>var y = second.substring(current, second.length-1);
>var arr3 = eval(y);
>return arr.concat(arr3);
> }
>
> function parseGwtRpc(encoded){
>return eval(decodeGWT(encoded));
> }
>
> If you need any help feel free to email me.
>
> Joe
>
> --
> 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.
>
>

-- 
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: problem with RequestBuilder

2010-06-08 Thread nino ekambi
I think you could use the xs-linker.
But i think even that wont help if the browser from wich u make the request
doesnt allows xs-Requeest

2010/6/8 Alex 

> what should i use to make such a request?
> i have tried com.google.gwt.xhr.client.XMLHttpRequest, but the status
> code i get is 0.
>
> On Jun 8, 4:26 am, Sripathi Krishnan 
> wrote:
> > It seems you are making a cross-domain request.  In general, you cannot
> use
> > RequestBuilder to make cross domain calls.
> >
> > --Sri
> >
> > On 7 June 2010 23:39, Alex  wrote:
> >
> > > im getting empty string from response.getText()
> > > and response.getStatusText() give OK
> >
> > > must the response from the server be in xml?
> > > must the data i send be in xml?
> >
> > > im working on a google wave gadget.
> > > im trying to send a http POST to a web service which i have no control
> > > of.
> > > the data im sending is in plain text and the data im expecting is in
> > > plain text.
> >
> > > --
> > > 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.
>
> --
> 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.
>
>

-- 
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 presentation/workshop

2010-04-19 Thread nino ekambi
Thx i really like it :)

Greets

Nino

2010/4/19 Ed 

> Hi All,
>
> If you really have nothing to do, have a look at this GWT
> presentation:
> http://www.slideshare.net/edbras/all-about-gwt
> I made it to give GWT presentations/workshops here in Holland (it's in
> English).
>
> Maybe it can be useful to you,
> Ed
>
> --
> 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.
>
>

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



  1   2   >