0

In GWT , I have created two different projects,after compilationone is creating *.cache.html where else other one creating *.cache.js .Please assist why it is happening and where to config thess things.

1 Answer 1

3

In your *.gwt.xml file you can add a linker.
The standard linker is the xsiframe, which generates a *.cache.js file.
The std linker generates *.cache.html file.
Change it by editing the value of name in your *gwt.xml file:

<add-linker name="xsiframe" />
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.