Project Description:
i need a online system or object that can generate any 5 random numbers and has a counter how many random numbers were already generated before for this session.
1. client calls server object - session-begin
2. generation of random numbers on server side.
3. client can close the session. server object removes the instance.
it should work for many clients that can make sessions for example 100.
pls send pm which technology you would suggest: jsf
i need simple client that write the output in system.out and server object best for tomcat.