Re: GWT install at University

2018-08-07 Thread Velusamy Velu
Please explain what do you mean by "installing GWT". We use GWT to develop internet applications. On Monday, August 6, 2018 at 4:14:32 PM UTC-4, Ahmed Is wrote: > > Hi guys - anyone here have experience rolling out GWT for a cohort at > university? > > I am specifically interested in installing

Re: GWT install at University

2018-08-07 Thread Ahmed III
Our university labs have PCs with a centralised application-install system. This allows students to have identical profiles whichever PC they log on from at Uni. If they once installed Java, then everywhere they go they will find that Java is installed, because the network clones their profile as s

Re: GWT install at University

2018-08-07 Thread Samyem Tuladhar
One option is to setup a local maven repository and keep all the required artifacts there for your students to use. Maven repository settings can be modified to use the local centeralized repo instead of fetching from the net. On Tuesday, 7 August 2018 11:24:19 UTC-4, Ahmed III wrote: > > Our

Re: GWT install at University

2018-08-07 Thread Michael Joyner
If each student installs a "profile" specific copy of Eclipse, they can add GWT as a plugin which would be installed into their copy of Eclipse. No admin/etc rights required. Just Java available. On 08/07/2018 10:35 AM, Ahmed III wrote: