clintonjmurdoch / jwxicc

Johnnie Walker XI website code
0 stars 0 forks source link

Add feedback to the creation of games #7

Closed clintonjmurdoch closed 11 years ago

clintonjmurdoch commented 11 years ago

Adding games just hangs with no feedback. This page should be fixed to split the game from the jsf been, so the ejb method only receives the text for 1 game. Ajax can then be used to poll and provide ongoing responses

clintonjmurdoch commented 11 years ago

discarded the cross-thread queue option, will try again by splitting and sending a request per game

clintonjmurdoch commented 11 years ago

split into request per game, sorted out transactions for shared objects, games are now being added concurrently. getting feedback still needs work

clintonjmurdoch commented 11 years ago

completed with a console-style response list updated by a poller that runs as the parse operation is done asynchronously by the EJB