Differences
This shows you the differences between two versions of the page.
|
java:new-app-v3 [11/10/2019 10:50] Anthony Arents [Possible extras] |
java:new-app-v3 [11/03/2025 16:51] (current) Anthony Arents [EXT JS 6] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== New Java Web Applications ====== | ====== New Java Web Applications ====== | ||
| - | **End of life sometime after 2019.** Life will be prolonged by major and minor updates to ALL frameworks and libraries\\ | + | **End of life sometime after 2020.** Life will be prolonged by major and minor updates to ALL frameworks and libraries\\ |
| (by progressively updating the app whenever a new version comes out for libraries we rely on, we can prevent spending days/weeks/months on a rewrite in the future) | (by progressively updating the app whenever a new version comes out for libraries we rely on, we can prevent spending days/weeks/months on a rewrite in the future) | ||
| Line 1309: | Line 1309: | ||
| @Override | @Override | ||
| - | public void configure(final WebSecurity web) throws Exception { | + | public void configure(final WebSecurity web) { |
| web.ignoring().antMatchers("/static/**", "/classic/**", "/app/**", "/production/**", "/Merke/**"); | web.ignoring().antMatchers("/static/**", "/classic/**", "/app/**", "/production/**", "/Merke/**"); | ||
| } | } | ||
| Line 6364: | Line 6364: | ||
| simply place the resource in ''/static/'' or any subfolder there | simply place the resource in ''/static/'' or any subfolder there | ||
| - | ====== EXT JS 6 ====== | + | ====== EXT JS 7 ====== |
| ===== A new App ===== | ===== A new App ===== | ||