Examples for creating Multiple Modules with separate entry points for each module.
45 views
Skip to first unread message
Syam Kumar
unread,
Feb 16, 2018, 1:59:06 AM2/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWTP
Hi,
Can any one point to example(s) for Multiple Modules with separate entry points for each module in GWT?.
This is what I intent to to do:
I am planning to create an APP that is split into multiple modules that needs to be loaded as required and not all at once.The UI will be made using Vuejs/Reactjs which will talk to the GWT app using RestyGWT or WAMP protocol. The users of the app will not have access to all modules so only required ones needs to be loaded for each user.