[appengine-java] C++ in GAE

2010-07-18 Thread otuyama
Hello,
Is it possible to compile C++ code in JVM bytecode? I would like to
run
legacy code in Google App Engine for Java. Of course, C++ and Java
libs will
be incompatible, but it could be fixed with wrapper libs.
Thanks.
Julio

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] C++ in GAE

2010-07-19 Thread Gal Dolber
No...

2010/7/18 otuyama 

> Hello,
> Is it possible to compile C++ code in JVM bytecode? I would like to
> run
> legacy code in Google App Engine for Java. Of course, C++ and Java
> libs will
> be incompatible, but it could be fixed with wrapper libs.
> Thanks.
> Julio
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
http://ajax-development.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] C++ in GAE

2010-07-19 Thread Toby Reyelts
There is software  that can
translate some subset of C++ to Java. Another option is to create a
webservice interface over your C++ libraries and host them outside of App
Engine.

On Mon, Jul 19, 2010 at 8:21 AM, Gal Dolber  wrote:

> No...
>
> 2010/7/18 otuyama 
>
> Hello,
>> Is it possible to compile C++ code in JVM bytecode? I would like to
>> run
>> legacy code in Google App Engine for Java. Of course, C++ and Java
>> libs will
>> be incompatible, but it could be fixed with wrapper libs.
>> Thanks.
>> Julio
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To post to this group, send email to
>> google-appengine-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
>
>
> --
> http://ajax-development.blogspot.com/
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.