Security

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

Security

Postby terra25 » Thu Mar 29, 2007 5:28 pm

When gwt application is deployed, it create many files in the root of the web application (all this file can be access), but I need to put all this files in a folder that has not visibility and let only the *.html file in the root.

Is possible to do that, HOW ?
terra25
 
Posts: 4
Joined: Mon Jan 29, 2007 5:53 am

Re: Security

Postby Eric Clayberg » Sat Mar 31, 2007 11:00 am

Note that you would be better off asking general questions like this in Google's GWT forum or some forum dedicated to web app deployment.

terra25 wrote:When gwt application is deployed, it create many files in the root of the web application (all this file can be access), but I need to put all this files in a folder that has not visibility and let only the *.html file in the root. Is possible to do that, HOW ?

As far as I know, that isn't possible. All the files (JavaScript code, images, html's, etc.) in a compiled GWT module are there because they should be accessible to the user. There is no magic that will allow access to the compiled JavaScript code only from HTML. The browser asks for *.js files by reference from the HTML in same way it would if a user typed the URL in the address line.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 3 guests