Hi All,

This is Bhanu Teja M. I just wanted to write a online quiz application, which various people can participate in quiz from different locations. For this, i need to maintain a single screen for all users and maintain and display the same data,status across the all participents. Can any one suggest me, what type of java technlogies or frameworks or tools i can use for my application that to maintain the same status across the participent browsers and make visible the each participents action across the all participents.

Thanks & Regards
Bhanu Teja M.

Create an applet, link it to a database. Then, when anyone accesses your Applet, retrieve the relevant data and show it to the user(s). Create a log-in interface so that each quiz participant can access the system, etc. Have a look t JApplet and JDBC. Does this help?

http://www.oracle.com/technetwork/java/overview-141217.html
http://docs.oracle.com/javase/6/docs/api/javax/swing/JApplet.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.