GithubHelp home page GithubHelp logo

isabella232 / gwt-si Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gwtplus/gwt-si

0.0 0.0 0.0 168 KB

GWT Script Injector

License: Apache License 2.0

Java 95.61% JavaScript 1.01% HTML 3.38%

gwt-si's Introduction

gwt-si

GWT Script Injector

Custom Linker and EntryPoint implementation that takes care of loading scripts referenced in gwt.xml files. Useful when using xsiframe linker.

Notes

  • linker gets all the script references, by default removes them from ArtifactSet and places them in json file so no need for 'xsiframe.failIfScriptTag'
  • entry point reads the file and loads them into the web page using ScriptInjector class. Adheres to __gwt_scriptsLoaded contract. Triggers __gwtStatsEvents. For now ajax preload is not supported.

Getting started:

  • import and extend 'ScriptInjectorEntry' instead of implementing 'EntryPoint'
  • change 'onModuleLoad' into 'onScriptLoad'
  • optionally move some GWT only initialization independent from 3rd party scripts to onBeforeScriptLoad (like setting UEH)
  • optionally extend other methods to configure loading process or to get notified about progress / errors

This project is experimental. Works in FF and Chrome. Not tested with IE/Edge, Safari or mobile browsers.

gwt-si's People

Contributors

metteo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.