lp:~mugle-dev/mugle/gwt

Created by Matt Giuca and last modified

Adding basic support for Google Web Toolkit to MUGLE.

Get this branch:
bzr branch lp:~mugle-dev/mugle/gwt
Members of MUGLE Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
MUGLE Developers
Project:
MUGLE
Status:
Merged

Recent revisions

40. By Matt Giuca

Replaced build.xml with the Google Web Toolkit version (modified to run on the Google App Engine dev server).
    Vaguely followed the instructions at https://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html.
Updated README to reflect the new build process. Now requires GWT SDK as well as GAE SDK.
Updated .bzrignore with new paths which are generated at build time.
    Note: The www directory is no longer used. You should delete it manually.

39. By Matt Giuca

Ran Google Web Toolkit webAppCreator and added the output files.
This now includes a sample GWT application, but not the GWT build system (doesn't build currently).

38. By Matt Giuca

.bzrignore: A bit of sorting, and removed duplicate entry.

37. By Matt Giuca

Rename PlatformView (fix spelling).

36. By Prageeth Silva

Bug fixed in demoteGame method; and also an overload added for the same method.
Comments on the AdminConsole class completed.

35. By Prageeth Silva

* Package platform implemention started.
  AdminConsole class completely implemented.
  Datastore class acts as a layer between the platform and the database.
  PMF is the PersistenceManagerFactory wrapper class used for obtaining the Manager for each transaction.

* PromotedGame constructor made public.

34. By Scott Ritchie

Added a model for the basic UI - the view the user sees when accessing the platform

33. By Prageeth Silva

* All relationships handled (one-to-one, one-to-many, many-to-many).

* All getters and setters (not all setters are implemented) are made public.
  This is due to the fact that we decided to have an API layer that hides certain setters.

* Class dependencies added (if the parent class is deleted, the child/dependent class is deleted too).

* Set (java.util.Set) needs to be initialised in the constructor; Set type (HashSet, etc) needs to be reviewed.

32. By Prageeth <prageeth@prageeth-ubuntu>

The version of the game has been converted to an int; but the primary key remains a string (GameID/version).
However, another field for displaying version (eg: v1.0.2) has been added called the DisplayVersion.

31. By Prageeth <prageeth@prageeth-ubuntu>

UserTeam class removed from the model.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mugle
This branch contains Public information 
Everyone can see this information.

Subscribers