Hi,
the JRE and the gwt's emulated JRE 
(http://www.gwtproject.org/doc/latest/RefJreEmulation.html) are not 
identical, so porting a java lib into a gwt project may be not trivial.

On the other hand, BoofCV is a quite big project and depends on a lot of 
external libs, so to have BoofCV working in a browser you need to import 
before ddogleg, ejml, ... 

Btw, i worked on BoofCV and all the prerequisites with gwt; I used it for 
some works and here you can find one of the BoofCV samples recompiled with 
GWT:
http://static.jooink.com/experiments/boofcv-gwt/interest-points/index.html

Right now my code is terribly dirty and i tested just what i needed, so i 
am still thinking how to share it and if i can contributed it back to 
BoofCV.

Cheers,
   Francesca


Il giorno domenica 13 aprile 2014 10:30:23 UTC+2, Bnaya Peretz ha scritto:
>
> Hey,
> I'm really new to GWT, its maybe very simple but i couldn't get how to do 
> it.
>
> I want to add code from external java project to my gwt project. (
> boofcv.org)
> not just class files but whole hierarchy of code.
>
> boofcv consists of several java projects that each one of them have his 
> own build.xml, src folder etc
> https://github.com/lessthanoptimal/BoofCV/tree/master/main
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to