Hi all,
I'm complete newbie in STRUTS world. I've read about this framework, but never used one. Well, I've an MVC based application, which I want to re-desing using STRUTS. Application is simple; and here it is:
A simple application, which fetch the employee records from the Database and display it in tabular form. Application allows user to Add new employee record, Delete employee record and Edit the employee record.
From technical perspective, Application uses two Java Classes. One is a Controller (Servlet) and other is EmployeeBean. Whereas, there are 3 JSP's for View, Add and Edit employee record. However, the database interfacing logic is written in Controller itself. Application uses JDBC to talk database.
Now I am interested in converting (i.e. re-designing) the same application using STRUTS. I have already installed STRUTS and it's sample and struts-blank applications are running fine. I just need to know the core design (in terms of classes, actions, beans, jsp's) of above application in STRUTS.
I'll be great of somebody help me in achieving this experimenting task.
Bye,
Viki.
Note: I'm well aware of UML artifacts. I'll love to communicate using UML artifacts.
-------------------------------------------------------------------
roomity.com
roomity.com is broadband internet. ~~1128502397670~~
-------------------------------------------------------------------
