M BUZZ CRAZE NEWS
// general

GWT (Google Web Toolkit) App through USC (Ubuntu Software Center)

By John Parsons

Is it possible do deploy google web toolkit (GWT) apps through the UBUNTU software center? I never deployed any application through the UBUNTU software center (newbie). So if yes, is there someone who can give me a short tutorial for handling this? I have nice ideas to spread the world with innovative apps and want to use the USC for this ;)

4

1 Answer

I think I am able to answer my own question with YES!

I can create a Web-Application with e.g, Google Web Toolkit! After I have to bundle it in an archive file (.tar.gz, .zip, etc)! For further information see:

The Web-App can be stored locally on the System. The only thing to to, is to create the application launcher with the following command: Exec=xdg-open <path to the local html-File on the System>

Thats it!

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy