grprakash / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Custom Path to the GWT App #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First of all many thanks for cypal code source release.

GWT produce a lot of cryptic file, It's might be usefull to allow to put
those file in a per GWTApp (module name) folder.

Then the application com.myapp.App should be reached by 

http://localhost/mywebapp/com.myapp.App/MyApp.html

Patch attached does this (RC4) naively, but it should:

- optional (général, preferences)
- customisable to build more user friendly url
    Simple mapping for example com.myapp.App = app the the app should be
acceced through http://localhost/mywebapp/app/MyApp.html

Original issue reported on code.google.com by olivier....@gmail.com on 14 Apr 2008 at 8:16

Attachments:

GoogleCodeExporter commented 9 years ago
One of my goals is that an app created with Cypal studio should work even with 
out
Eclipse. Not sure whether this feature will make Cypal Studio that way

In the Google groups, I remember Bruce saying about a friendly format for the 
URL
(During first few months after GWT was released). It was undocumented, but will 
work.
This issue is better handled it that way rather than Cypal Studio doing this.

Original comment by grprakash on 26 Apr 2008 at 9:35

GoogleCodeExporter commented 9 years ago
Not sure to undestand.
AFAIK the default GWT behaviour is to generate output file in the 
"/com.myapp.App"
folder, but the cypal studio links the output in "/".
Isolating each GWT apps in different folder allows to applies simple security
restrictions on these folders.
Thx

Original comment by olivier....@gmail.com on 26 Apr 2008 at 9:23