demoscenemusic.git
2012-04-18 David ‘Bombe... Compile with a source setting of Java 1.6.
2012-04-18 David ‘Bombe... Use UTF-8 when building.
2012-04-18 David ‘Bombe... Add groups to artist.
2012-04-18 David ‘Bombe... Include data manager bean in all pages.
2012-04-18 David ‘Bombe... Create data manager as application-scoped bean on conte...
2012-04-18 David ‘Bombe... Use correct order of elements.
2012-04-18 David ‘Bombe... Add template for context.xml file.
2012-04-18 David ‘Bombe... Load tracks correctly.
2012-04-18 David ‘Bombe... Tracks can belong to multiple artists and styles.
2012-04-18 David ‘Bombe... Override some Object methods.
2012-04-18 David ‘Bombe... Add mysql dependency for local development.
2012-04-18 David ‘Bombe... Add context parameters for some paths.
2012-04-18 David ‘Bombe... Move web.xml file to template.
2012-04-18 David ‘Bombe... Add JSP page stubs.
2012-04-18 David ‘Bombe... Let abstract base class implement the base interface.
2012-04-18 David ‘Bombe... Add basic deployment descriptor.
2012-04-18 David ‘Bombe... Add first stab at database interface.
2012-04-18 David ‘Bombe... Use utils package.
2012-04-18 David ‘Bombe... Add setter methods.
2012-04-18 David ‘Bombe... Add method to check whether attributes have been modified.
2012-04-18 David ‘Bombe... Implement Party using attributes.
2012-04-18 David ‘Bombe... Implement group using attributes.
2012-04-18 David ‘Bombe... Implement artist using attributes.
2012-04-18 David ‘Bombe... Add style to track.
2012-04-18 David ‘Bombe... Use the first set value as original.
2012-04-18 David ‘Bombe... Don’t store the style locally.
2012-04-18 David ‘Bombe... Store artist of a track in the attributes.
2012-04-18 David ‘Bombe... Store the name of a track in the attributes.
2012-04-18 David ‘Bombe... Add save() method to base interface.
2012-04-18 David ‘Bombe... Add Style implementation.
2012-04-18 David ‘Bombe... Add Style interface.
2012-04-18 David ‘Bombe... Add attributes to base class.
2012-04-17 David ‘Bombe... Turn Base into abstract base class, extract Base interface.
2012-04-17 David ‘Bombe... Remove single style specification.
2012-04-17 David ‘Bombe... Extract Track interface, turn Track into abstract base...
2012-04-17 David ‘Bombe... Add party container.
2012-04-17 David ‘Bombe... Add style to track.
2012-04-17 David ‘Bombe... Add base class, let all other containers extend the...
2012-04-17 David ‘Bombe... Add method to return ID.
2012-04-17 David ‘Bombe... Add track container.
2012-04-17 David ‘Bombe... Add artist container.
2012-04-17 David ‘Bombe... Add group container.
2012-04-17 David ‘Bombe... Add Maven POM.