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 ;)
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: http://developer.ubuntu.com/publish/my-apps-packages/
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!