Re: use of large java math library from javascript

2015-12-18 Thread Andreas Plesch
On Friday, December 18, 2015 at 10:37:59 AM UTC-5, Alberto Mancini wrote: > > Hello, > well, in my opinion "porting large existing java libraries" is one of the > strengths of GWT and in my experience it works really well in this. > > Were to find informations. > > Well, JSInterop is the way for

Re: use of large java math library from javascript

2015-12-18 Thread Andreas Plesch
/pJMbEIFJdhkJ javaemul for java.util perhaps not sufficiently complete. teavm looks more complete. SRM uses java.io in one case to read a static data file. Would likely need to be avoided somehow. On Friday, December 18, 2015 at 9:48:30 AM UTC-5, Andreas Plesch wrote: > > Hello, > > I cam

use of large java math library from javascript

2015-12-18 Thread Andreas Plesch
Hello, I came across GWT when I was looking for a way to use a large java math library on the client with javascript. GWT may be targeted as building web apps from the ground up using java rather than porting large existing java libraries but from what I see there have been such ports nonethele