Commit Graph
30 Commits
Author SHA1 Message Date
Axel Uhl 6b124da7e3 turned timeInMilliseconds into a Long, returning null if leg hasn't started yet 2012-03-18 10:23:55 +01:00
Axel Uhl 22b24c0450 switched all projects to Java7 except for those used by as GWT source 2012-01-19 10:01:36 +01:00
Axel Uhl f9a85ed043 added web.xml to build.properties 2012-01-16 17:57:58 +01:00
Axel Uhl 95eeb692f4 removed require-bundle again; it didn't help 2012-01-16 17:52:19 +01:00
Axel Uhl bef22cf34a added javax.servlet as Require-bundle in addition to imported packages for xcelsiusadapter 2012-01-16 17:38:59 +01:00
Axel Uhl dd90952cb6 removed xcelsius activator; continues with UI component work
Conflicts:

	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/LeaderboardPanel.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/shared/components/Component.java
2012-01-16 14:58:42 +01:00
Lennart Hensler 02a293360e Moved QuadTree to *.common + Added Cache to Geocoder 2012-01-12 18:23:54 +01:00
Lennart Hensler ec3bb51440 Refactoring done 2012-01-10 16:33:46 +01:00
fmittag 531aa0166f clean up of all version in all pom.xml files
- changed 0.0.1-SNAPSHOT to 1.0.0-SNAPSHOT
- changed product version from 1.1.0 to 1.0.0
- removed unnecessary <version> tags in plugins
2012-01-04 16:04:23 +01:00
Axel Uhl 9f3968e07b moved Tack and LegType enumerations to domain.common bundle 2011-12-30 10:00:27 +01:00
Axel Uhl 9e388831e3 moved Util class to domain.common and use its Pair/Triple utility classes also in gwt.ui 2011-12-30 09:49:02 +01:00
Axel Uhl d58fd5a447 adjusted context path for xcelsius web bundle 2011-12-29 16:25:06 +01:00
Axel Uhl 5c8e8a9637 Merge branch 'gwt' into osgi_mvn_refactoring
Conflicts:
	java/com.sap.sailing.domain.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.feature/feature.xml
	java/com.sap.sailing.gwt.ui.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.mongodb.test/META-INF/MANIFEST.MF
2011-12-29 14:56:10 +01:00
Axel Uhl 4398a0e3e2 introduced com.sap.sailing.domain.common project which lets us share between domain and gwt.ui 2011-12-29 10:57:25 +01:00
fmittag 86f8236dbc add missing .gitignore files 2011-12-13 11:58:28 +01:00
fmittag 956532b362 first version... the PDE build works against a target platform referencing local p2 repositories generated by a script file... 2011-12-06 16:42:25 +01:00
Axel Uhl bea104611b avoid NPE in xcelsius adapter 2011-11-25 11:09:22 +01:00
Axel Uhl 7949c644aa refactored SailingServiceImpl such that it doesn't directly use the SwissTimingConnector;
instead it turns to the RacingEventService which then knows the SwissTimingConnector
2011-11-16 17:52:26 +01:00
Fabian Schwarz-Fritz 2bfe3a5b14 Changed getRankPerLeg2 column structure. 2011-11-16 00:49:13 +01:00
Axel Uhl ef4547357f Moved top-level cache for TrackedEvent from TracTrac-specific DomainFactory to RacingEventService;
introduced a TrackedEventRegistry interface in com.sap.sailing.domain that is now extended by
RacingEventService as well as a dummy implementation for use by tests
2011-11-14 17:00:17 +01:00
Axel Uhl 34b3d6bb7a reformatting 2011-11-14 16:43:13 +01:00
Fabian Schwarz-Fritz 86e3d98b33 changed RankPerLeg2 - improved getRankPerLeg2 2011-11-08 13:03:49 +01:00
Fabian Schwarz-Fritz eca186a772 Added CXelsius Adapter "method" of servlet getRankPerLeg2. Values for
xcelsius where updated, and changed in getRankPerLeg2 (XML structure)
2011-11-04 14:15:07 +01:00
Fabian Schwarz-Fritz 57ae9b42a7 corrected launch configuratoin of gwt branch 2011-11-04 09:31:13 +01:00
Axel Uhl df517938f3 fixed upwind/downwind display 2011-11-03 09:32:23 +01:00
Axel Uhl 7ef80d5891 removed GPS position again from xcelsius rankPerLeg service and added a placeholder
gpsPerRace service which does deliver the GPS coordinates; this latter service hasn't
been aligned with the Xcelsius requirements yet and is merely a code sample for accessing
the tracking information about positions.
2011-10-26 16:56:52 +02:00
Axel Uhl 79c0ec8bbd treat null values in enhanced RankPerLeg functionality properly 2011-10-07 13:11:49 +02:00
Axel Uhl c5c43931be added columns as requested by Kersten 2011-10-07 11:46:22 +02:00
Axel Uhl cdf0d49d0e a first Douglas-Peucker implementation with a first few naive tests 2011-10-07 11:42:32 +02:00
Axel Uhl 233bac2a02 factored xcelsius-adapter into a separate bundle so it can easily be restarted 2011-10-05 23:34:58 +02:00