Skip to content
ryandac edited this page Sep 14, 2010 · 2 revisions

This was originally was a technical exercise. The requirements are as below.

We would like a web-based form where the user can enter his name and surname. When the user submits the form, it will be
saved in a database table called “users” and a message “Your name has been stored successfully” will be displayed.

Implementation should:

- the implementation should queue the dao operations to a pool of 10 threads who will actually store the user details in the database.

- use Java only & spring-mvc (preferably 3+) & hibernate

- preferably use sql server or mysql databases. Please hand-code all ddl (i.e. don’t export the ddl)

- use velocity or jsp’s to render html

- the quality of the html / css code is important too. Please do a best effort on your html/css code.

- don’t use ANY code generator tool (i.e. roo) but maven is allowed.

Clone this wiki locally