Hello
I am wondering if I can launch a GWT app from an html page wich is outside
the GWT war app.
In case it is possible, how can I manage to do it?
I tried to copy the sample html that launches the GWT app in the project
outside it and play a bit with it, but I didn't get far to be honest.
Any help will be appreciated ^^
That's the code that DOESN'T work
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<meta name="gwt:module"
content="cat.udl.griho.AnalisiHeuristic.Main=cat.udl.griho.AnalisiHeuristic.Main">
<title>Main</title>
</head>
<body>
<h1>Sample html outside the war</h1>
<script type="text/javascript" src="
http://localhost:8084/AnalisiHeuristic/cat.udl.griho.AnalisiHeuristic.Main/cat.udl.griho.AnalisiHeuristic.Main.nocache.js
"></script>
</body>
</html>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.