New research and technology page

* Added legacyworlds-server-beans-technologies Maven module, including
the player-level DAO and controller.

* Added session classes to carry technology information, modified web
client session façade accordingly

* Various changes to common UI elements (forms, lists, etc...) so the
start and end of some element can be drawn separately

* Added controller, templates and JavaScript for research page
This commit is contained in:
Emmanuel BENOîT 2012-04-07 13:06:03 +02:00
parent 154f215e24
commit 6dcd59d7bc
45 changed files with 2314 additions and 178 deletions
legacyworlds-server-main/src/main/resources/configuration

View file

@ -8,6 +8,7 @@
<!-- Spring configuration loader for all "real" game components -->
<!-- ========================================================== -->
<import resource="game/resources.xml" />
<import resource="game/technologies.xml" />
<import resource="game/updates.xml" />
</beans>