S
stefoid
Hi, Im wondering what would be the best approach to solve this problem:
In my web app (game) I need a scrollable map made of at least 100x100
hexagons. The user can click on a hexagon to get more information
about it (need a trip to the server), and they can also move units from
one hexagon to another).
Pretty standard stuff, but I want to implement it thin_as_I_can client,
and I want to use JSF.
I suppose this would be a custom component. Probably an applet would
be the easiest way to implement the map, but is there anyway to nicely
integrate an applet into the JSF framework, perhaps as a JSF component?
In my web app (game) I need a scrollable map made of at least 100x100
hexagons. The user can click on a hexagon to get more information
about it (need a trip to the server), and they can also move units from
one hexagon to another).
Pretty standard stuff, but I want to implement it thin_as_I_can client,
and I want to use JSF.
I suppose this would be a custom component. Probably an applet would
be the easiest way to implement the map, but is there anyway to nicely
integrate an applet into the JSF framework, perhaps as a JSF component?