• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Recommend books / topics to read for my project

 
Greenhorn
Posts: 10
Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am planning to create a simple quiz in Java EE. I imagine it as a simple web-application, where the user will navigate between pages with questions back and forth. The user will have to choose the correct answer with a radiobutton or just a button. The answer will be validated and the user gets some feedback.

It would be great, to have some code example of similar applications. And can you recommend the topics, that I should read, before creating such application? I'm very novice to JSF (in Java EE as well, but I already created some web services using JPA and EJB).

Thank you in advance!
 
reply
    Bookmark Topic Watch Topic
  • New Topic