[google-appengine] Re: How to install AjaxSwing on google app engine?

2016-10-20 Thread Gurpreet Singh


Thanks a lot Nick. Really appreciate your help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/76277769-39d0-43ab-943e-318c4e1c4593%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to install AjaxSwing on google app engine?

2016-10-13 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Gurpreet,

It sounds like this is something that would be far simpler to accomplish in 
the Flexible Environment , 
which allows access to disk, to open processes, network connections, etc. - 
essentially, rather than the Standard Environment which is only the 
language runtime, you get a full VM which still scales and deploys like an 
App Engine application.

You can find guidance in our documentation or ask me any questions you 
have. At a high level of generality, I'd suggest that you use the Dockerfile 
 
for your Custom Runtime 
 to 
install AjaxSwing and SoX, so that they're on the system ready to be used 
by your application when it runs / compiles.

You can find examples of Flexible Environment apps on our Github page (here's 
the flexible environment example apps for the Java runtime 
),
 
as well. Here's a Custom Runtime app which runs an nginx server. 

 
You can see in the Dockerfile that it performs system configuration 

 
(you can download and install libraries in the Dockerfile instructions 
which specify how the VM container will be built).

So, let me know if you have any questions, I'll be happy to assist!

Cheers,

Nick
Cloud Platform Community Support

On Tuesday, October 11, 2016 at 2:26:14 PM UTC-4, Gurpreet Singh wrote:
>
> Greetings!
>
> I am new to google app engine and I am trying to host my school projects 
> (in java swing and python) on my website that is being hosted on google app 
> engine. My projects use third party utilities like AjaxSwing 
>  and SoX 
> . However I have no clue how do i go about 
> installing those utilities on google app engine severs to run my projects. 
> Any help will be really appreciated. Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b1f34a81-2ecd-409b-8a54-a810f8ca0a31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.