PANIOV
RECALL THE MOST IMPORTANT of Java, GWT, JavaScript, D3, AngularJS etc
Thursday, September 13, 2012
How to change page for debugging in GWT/SmartGWT hosted mode
In order to change plugging in GWT/SmartGWT hosted mode is enough to do small changes in generated URL.
EXAMPLE
If there is a need to show HELP page you have to do this:
FROM THIS http://127.0.0.1:8888/
trinity_cust.html
?gwt.codesvr=127.0.0.1:9997
TO THIS http://127.0.0.1:8888/
help.htm
?gwt.codesvr=127.0.0.1:9997
This file is located inside of
help
folder of
ui-branding
module:
ui-branding
... /
webapp-
... /
help
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment