help....
I am doing a project using j2ee. It is a process management project that will be used inside my company to manage the software development processes.
basically, the system have three types of users: admin, user, release user.
admin can add/delete user accounts.
user can send requests through the system to admin or release user.
release user can receive requests.
all users can query information from a database.
All information such as developent project name, start date....etc are stored in database. Certain actions of users can update the database accordinglly.
the problem is I just start learning j2ee. what should I learn to finish such a project? Is jsp+ejb+jdbc enough? need servlets?
|