cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using OpenUI5 with eclipse impossible?

frankluzat
Participant
0 Likes
541

Hi everyone,

currently I'm using the SAPUI5 plugin for eclipse which also delivers the open UI5 sources for local development / testing.

Is there any way of switching to an OpenUI5 version for local eclipse development instead?

I know, that I could just use the HANA CDN version of OpenUI5 in my bootstrap, but since I have some caching problems with my local tomcat (sometimes changed files are not served in their latest version) I use to disable browser caching in the chrome dev tools. So reloading everything from a remote server on every page refresh in the browser would drive me nuts.

Any suggestions?

View Entire Topic
former_member182372
Active Contributor
0 Likes

>>, but since I have some caching problems with my local tomcat (sometimes changed files are not served in their latest version) I use to disable browser caching in the chrome dev tools.

why dont use app cache??

just download openui5, extract it to your tomcat's webapps and reference like

<script id='sap-ui-bootstrap' type='text/javascript'
   src="/openui5_PATH/resources/sap-ui-core.js"

...

frankluzat
Participant
0 Likes

Hi Maksim,

thanks for this hint. It works like a charm...

BTW: Here's the explanation for my caching issue, which seems to be "by design", because content which is injected dynamically into the page is not refreshed on page reload (Ctrl+F5). So the only option for developing is to completely disable the cache in chrome dev tools.

Since I can't link the exact answer I post this screen shot here: